{% load markdown %} {% load vulns %}

{{ vulnerability.template.name }} - {{ vulnerability.name }}

{% if vulnerability.status == vulnerability.STATUS_CLOSED %} {% if vulnerability.is_fixed %} {% else %} {% endif %} {% else %} {% endif %}
Severity Category Discovery Status
{{ vulnerability.get_severity_display|capfirst }} {{ vulnerability.template.category }} {{ vulnerability.date_created|date }}FixedUnfixedOpen
{% if project.cvss_required %} {% endif %}
Affected Component {{ vulnerability.asset }}
Tested Account {% if vulnerability.user_account %}{{ vulnerability.user_account }}{% else %}-{% endif %}
CVSS-Vector {{ vulnerability.cvss_get_vector_string }} ({{ vulnerability.cvss_get_base_score }})
{% for proof in vulnerability.proofs %} {% if proof.description %} {{ proof.description|md_to_html }} {% if proof.image %}
proof-image {% if proof.caption %}
{{ proof.caption }}
{% endif %}
{% endif %} {% endif %} {% if proof.text %} {{ proof.text|md_to_html }} {% endif %} {% endfor %}