| Severity | Category | Discovery | Status | ||
|---|---|---|---|---|---|
| {{ vulnerability.get_severity_display|capfirst }} | {{ vulnerability.template.category }} | {{ vulnerability.date_created|date }} | {% if vulnerability.status == vulnerability.STATUS_CLOSED %} {% if vulnerability.is_fixed %}Fixed | {% else %}Unfixed | {% endif %} {% else %}Open | {% 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 }}) |