{% load navigation_tags %} {% load display_tags %} {% load authorization_tags %} {% load get_endpoint_status %} {% load static %} {% block findings_list %}

{{ filter_name }} Findings

{% include "dojo/filter_snippet.html" with form=filtered.form %}
{% if findings %}
{% include "dojo/paging_snippet.html" with page=findings page_size=True %}
{% if not product_tab or product_tab and product_tab.product|has_object_permission:"Finding_Edit" %} {% endif %}
{% if not product_tab or product_tab and product_tab.product|has_object_permission:"Finding_Edit" %} {% endif %} {% if filter_name == 'Closed' %} {% else %} {% endif %} {% if system_settings.enable_finding_sla %} {% endif %} {% if system_settings.enable_jira %} {% if jira_project and product_tab or not product_tab %} {% endif %} {% endif%} {% if 'is_finding_groups_enabled'|system_setting_enabled %} {% endif %} {% if show_product_column and product_tab is None %} {% endif %} {% for finding in findings %} {% if not product_tab or product_tab and product_tab.product|has_object_permission:"Finding_Edit" %} {% endif %} {% if filter_name == 'Closed' %} {% else %} {% endif %} {% if system_settings.enable_finding_sla %} {% endif %} {% if system_settings.enable_jira %} {% if jira_project and product_tab or not product_tab %} {% endif %} {% endif %} {% if 'is_finding_groups_enabled'|system_setting_enabled %} {% endif %} {% if show_product_column and product_tab is None %} {% endif %} {% endfor %}
{% dojo_sort request 'Severity' 'numerical_severity' 'asc' %} {% dojo_sort request 'Name' 'title' %} CWE Vulnerability Id{% dojo_sort request 'Closed Date' 'mitigated'%}{% dojo_sort request 'Date' 'date'%}AgeSLAReporter Found By StatusJira JIRA Age JIRA ChangeGroup{% dojo_sort request 'Product' 'test__engagement__product__name'%}Service
{{ finding.severity_display }} {% if finding.title %} {{ finding.title|truncatechars_html:60 }} {% else %} {{ finding.id }} {% endif %} {% if finding.file_path %} {% else %} {% if finding.endpoints.all %} {% endif %} {% endif %} {% if finding.component_name %} {% endif %} {% if finding.notes.all %} ({{ finding.notes.count }}) {% endif %} {% include "dojo/snippets/tags.html" with tags=finding.tags.all %} {% if finding.cwe > 0 %} {{ finding.cwe|default:"" }} {% endif %} {% with finding|first_vulnerability_id as first_vulnerability_id %} {% if first_vulnerability_id %} {% if first_vulnerability_id|has_vulnerability_url %} {{ first_vulnerability_id }} {% else %} {{ first_vulnerability_id }} {% endif %} {% endif %} {% endwith %} {{ finding.mitigated|date }}{{ finding.date }}{{ finding.age }} {{ finding|finding_sla }} {% if finding.reporter.get_full_name and finding.reporter.get_full_name.strip %} {{ finding.reporter.get_full_name }} {% else %} {{ finding.reporter }} {% endif %} {{ finding.found_by.all|join:", " }} {{ finding|finding_display_status|safe }} {{ finding|import_history }} {% if finding.has_jira_group_issue %} {{finding.finding_group | jira_key}} {% elif finding.has_jira_issue %} {{finding | jira_key}} {% endif %} {% if finding.has_jira_group_issue %} {{ finding.finding_group | jira_creation | timesince }} {% else %} {{ finding | jira_creation | timesince }} {% endif %} {% if finding.has_jira_group_issue %} {{ finding.finding_group | jira_change | timesince }} {% else %} {{ finding | jira_change | timesince }} {% endif %} {% if finding.has_finding_group %} {{ finding.finding_group.name }} {% endif %} {{ finding.test.engagement.product }} {% if finding.service %} {{ finding.service }} {% endif %}
{% include "dojo/paging_snippet.html" with page=findings page_size=True%}
{% else %}

No findings found.

{% endif %}
{% endblock %} {% block postscript %} {% include "dojo/filter_js_snippet.html" %} {% include "dojo/snippets/selectpicker_in_dropdown.html" %} {% endblock %}