{% extends "base.html" %} {% load humanize %} {% block content %}
The findings listed below will be included in the report. Use the filters above to fine tune the results.
| Title | Date | Status | Mitigated | Severity | Product |
|---|---|---|---|---|---|
| {{ finding.title|truncatechars:50 }} {% if finding.tags %} {% for tag in finding.tags %} {{ tag }} {% endfor %} {% endif %} | {{ finding.date }} | {{ finding.status }} | {{ finding.mitigated }} | {% if finding.severity == "Critical" or finding.severity == "High" %}
{% else %} {% endif %}{{ finding.severity }} |
{{ finding.test.engagement.product }} |
No findings found.
{% endif %}