{% load static from staticfiles %} {% load display_tags %} {% load humanize %} {% load event_tags %}
| Severity | Status | {% if finding.risk_acceptance_set.all %}Acceptance | {% endif %}Date discovered | Age | Reporter | {% if finding.mitigated %}Date Mitigated | Mitigated By | {% endif %} {% if finding.cwe > 0 %}CWE | {% endif %}Finding ID |
|---|---|---|---|---|---|---|---|---|---|
| {% if finding.severity %} {{ finding.severity }} {% else %} Unknown {% endif %} | {{ finding.status }} | {% if finding.risk_acceptance_set.all %}View Risk Acceptance | {% endif %}{{ finding.date }} | {{ finding.age }} days | {{ finding.reporter }} | {% if finding.mitigated %}{{ finding.mitigated }} | {{ finding.mitigated_by }} | {% endif %} {% if finding.cwe > 0 %}{{ finding.cwe }} | {% endif %}{{ finding.id }} |
| {% if item %} {{ item }}{% endif %} | {% endfor %}
{{ finding.description }}
{{ finding.mitigation }}
{% if finding.get_request %}
{{ finding.get_request }}
{% endif %}
{% if finding.get_response %}
{{ finding.get_response|truncatechars:800 }}
{% endif %}
{{ finding.impact }}
{{ finding.references }}
{% if include_finding_images %}
No images found.
{% endif %} {% endif %} {% if include_finding_notes %}| User | Date | Note |
|---|---|---|
| {{ note.author.username }} | {{ note.date }} | {{ note }} |
No notes saved.
{% endif %} {% endif %} {% endfor %}