{% extends "base.html" %} {% load navigation_tags %} {% load display_tags %} {% load authorization_tags %} {% block content %} {{ block.super }}
{% endif %} {% if host_view %} | {% dojo_sort request 'Host' 'host' %} | {% else %}{% dojo_sort request 'Endpoint' 'endpoint' %} | {% endif %} {% if not product_tab %}{% dojo_sort request 'Product' 'product' 'asc' %} | {% endif %}Active Verified Findings | Status |
---|---|---|---|---|---|
{% endif %} {% if host_view %} | {{ e.host }} {% else %} | {{ e }}{% if e.is_broken %} 🚩{% endif %} {% endif %} {% include "dojo/snippets/tags.html" with tags=e.tags.all %} | {% if not product_tab %}{{ e.product }} {% include "dojo/snippets/tags.html" with tags=e.product.tags.all %} | {% endif %}{% if host_view %} {{ e.host_active_findings_count }} {% else %} {% if e.active_findings_count > 0 %} {{ e.active_findings_count }} {% else %} 0 {% endif %} {% endif %} | {% if host_view %} {{ e.host_mitigated_endpoints_count }} / {{ e.host_endpoints_count }} mitigated endpoints {% else %} {% if e.mitigated %} Mitigated {% else %} {% if e.active_findings_count > 0 %} Vulnerable {% else %} No active verified findings {% endif %} {% endif %} {% endif %} |