{% load display_tags %} {% load authorization_tags %} {% load static %} {% load get_endpoint_status %} {% if destination == "Report" %} {% if finding|has_endpoints %} {% with endpoints=finding|get_vulnerable_endpoints %} {% if endpoints %}
Endpoint | Status | Date Discovered | Last Modified | {% for endpoint in endpoints %}
---|---|---|---|
{{ endpoint }}{% if endpoint.is_broken %} 🚩{% endif %} | {{ endpoint|endpoint_display_status:finding|safe }} | {{ endpoint|endpoint_date:finding|date }} | {{ endpoint|endpoint_update_time:finding|date}} |
Endpoint | Status | Mitigation Time | Mitigator | {% for endpoint in endpoints %}
---|---|---|---|
{{ endpoint }}{% if endpoint.is_broken %} 🚩{% endif %} | {{ endpoint|endpoint_display_status:finding|safe }} | {{ endpoint|endpoint_mitigated_time:finding|date }} | {{ endpoint|endpoint_mitigator:finding|safe }} |
Service | {% endif %} {% if finding.component_name %}Component | {% endif %} {% if finding.component_version %}Version | {% endif %} {% if finding.line > 0 %}Line Number | {% endif %}
---|---|---|---|
{{ finding.service }} | {% endif %} {% if finding.component_name %}{{ finding.component_name }} | {% endif %} {% if finding.component_version %}{{ finding.component_version }} | {% endif %} {% if finding.line > 0 %}{{ finding.line }} | {% endif %}
File Path |
---|
{{ finding.file_path }} |
Select All | {% endif %}Endpoint | Status | Date Discovered | Last Modified | {% for endpoint in endpoints %}
---|---|---|---|---|
{% endif %} | {{ endpoint|url_shortner }}{% if endpoint.is_broken %} 🚩{% endif %} {% include "dojo/snippets/tags.html" with tags=endpoint.tags.all %} | {{ endpoint|endpoint_display_status:finding|safe }} | {{ endpoint|endpoint_date:finding|date }} | {{ endpoint|endpoint_update_time:finding|date}} |
Select All | {% endif %}Endpoint | Status | Mitigation Time | Mitigator | {% for endpoint in endpoints %}
---|---|---|---|---|
{% endif %} | {{ endpoint|url_shortner }}{% if endpoint.is_broken %} 🚩{% endif %} {% include "dojo/snippets/tags.html" with tags=endpoint.tags.all %} | {{ endpoint|endpoint_display_status:finding|safe }} | {{ endpoint|endpoint_mitigated_time:finding|date }} | {{ endpoint|endpoint_mitigator:finding|safe }} |