{% extends "base.html" %} {% load navigation_tags %} {% load humanize %} {% load display_tags %} {% load authorization_tags %} {% load multiply %} {% load static %} {% block add_styles %} {{ block.super }} .graph {min-height: 158px;} h3 { margin-top: 5px; margin-bottom: 5px; font-size: 20px; line-height: 22px;} .tooltip-inner { max-width: 650px; } {% endblock %} {% block content %} {{ block.super }}
{% if item %} {% if item.vulnerable %} {% else %} {% endif %} {{ item|url_shortener }}{% if endpoint.is_broken %} 🚩{% endif %} {% endif %} | {% endfor %}
Title | Severity | EPSS Score / Percentile | Date | Age | Found by |
---|---|---|---|---|---|
{{ finding.title }} | {{ finding.severity }} | {{ finding.epss_score|format_epss }} / {{ finding.epss_percentile|format_epss }} | {{ finding.date }} | {{ finding.age }} | {% for scanner in finding.found_by.all %} {{ scanner }} {% endfor %} |
No findings found.
{% endif %}