{% extends "base.html" %} {% load display_tags %} {% load authorization_tags %} {% load get_endpoint_status %} {% load static %} {% load humanize %} {% block add_styles %} {{ block.super }} ul#select_by_severity a:hover, ul#bulk_edit a:hover { cursor: pointer; } .btn-success { color: #fff; background-color: #546474!important; border-color: #546474; } .btn-success:hover { background-color: #546474!important; } {% endblock %} {% block content %} {{ block.super }}
Engagement | Environment | Dates | Updated | {% if test.percent_complete > 0 %}Progress | {% endif %}Version | {% if 'TRACK_IMPORT_HISTORY'|setting_enabled and test.test_import_set.all %}Reimports | {% endif %} {% if test.api_scan_configuration %}API Scan Configuration | {% endif %}
---|---|---|---|---|---|---|---|
{{ test.engagement.name }} | {% if test.environment %} {{ test.environment }} {% else %} Unknown {% endif %} | {{ test.target_start|date }} - {{ test.target_end|date }} | {{ test.updated|date }} {% if test.percent_complete > 0 %} |
|
{% endif %}
{{ test.version }} | {% if 'TRACK_IMPORT_HISTORY'|setting_enabled and test.total_reimport_count %}{{ test.total_reimport_count }} | {% endif %} {% if test.api_scan_configuration %}{% if prod|has_object_permission:"Product_Edit" %} {% endif %} {{ test.api_scan_configuration }} {% if prod|has_object_permission:"Product_Edit" %} {% endif %} | {% endif %}
Type | Date/Time | Branch/Tag | Build ID | Commit | Version | Endpoint | Actions |
---|---|---|---|---|---|---|---|
{{ test_import.type }} | {{ test_import.created|date:"DATETIME_FORMAT" }} {{ test_import|import_settings_tag }} | {{ test_import.branch_tag|default_if_none:"" }} | {{ test_import.build_id|default_if_none:"" }} | {{ test_import.commit_hash|default_if_none:"" }} | {{ test_import.version|default_if_none:"" }} | {{ test_import.import_settings.endpoint|default_if_none:"" }} | {% regroup test_import.test_import_finding_action_set.all by get_action_display as finding_action_list %} {% for action in finding_action_list %} {{ action.list|length }} {{ action.grouper }}{% if not forloop.last %},{% endif %} {% endfor %} |
No import history found.
Severity | Name | Findings | Vulnerability Ids | Components | Date | Age | {% if system_settings.enable_finding_sla %}SLA | {% endif %}Creator | Status | {% if system_settings.enable_jira %} {% if jira_project and product_tab or not product_tab %}Jira | Jira Age | Jira Change | {% endif %} {% endif %}|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ group.severity }} | {{ group.name|truncatechars_html:60 }} | {{ group.findings.all|length }} | {% for find in group.findings.all %} {% with find|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 %} {% if not forloop.last %}, {% endif %} {% endif %} {% endwith %} {% endfor %} | {{ group.components }} | {{ group.created }} | {{ group.age }} | {% if system_settings.enable_finding_sla %}{{ group|group_sla }} | {% endif %}{% if group.creator.get_full_name and group.creator.get_full_name.strip %} {{ group.creator.get_full_name }} {% else %} {{ group.creator }} {% endif %} | {{ group.status }} | {% if system_settings.enable_jira %} {% if jira_project %}{% if group.jira_issue %} {{ group | jira_key }} {% else %} None {% comment %} {% endcomment %} {% endif %} | {{ group | jira_creation | timesince }} | {{ group | jira_change | timesince }} | {% endif %} {% endif %}
No Groups found.
|
{% endif %}
Severity | Name | CWE | Vulnerability Id | Date | Age | {% if system_settings.enable_finding_sla %}SLA | {% endif %}Reporter | Status | {% if system_settings.enable_jira %} {% if jira_project and product_tab or not product_tab %}Jira | Jira Age | Jira Change | {% endif %} {% endif %} {% if 'is_finding_groups_enabled'|system_setting_enabled %}Group | {% endif %}|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% endif %} | {{ finding.severity_display }} |
{% if finding.title %}
{{ finding.title|truncatechars_html:60 }}
{% else %}
{{ finding.id }}
{% endif %}
{% if finding.file_path %}
{% if finding.component_name %}
{% endif %}
{% else %}
{% if finding.endpoints.all %}
🚩{% endif %} {% endfor %} " data-placement="right" data-container="body" data-original-title="Endpoints ({{finding.active_endpoint_count}} Active, {{finding.mitigated_endpoint_count}} Mitigated)" title=""> {% endif %} {% 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 }} {% endif %} | {% with finding|first_vulnerability_id as first_vulnerability_id %} {% if first_vulnerability_id %} {% if first_vulnerability_id|has_vulnerability_url %} {{ first_vulnerability_id|default:"" }} {% else %} {{ first_vulnerability_id }} {% endif %} {% endif %} {% endwith %} | {{ finding.date }} | {{ finding.age }} | {% if system_settings.enable_finding_sla %}{{ finding|finding_sla }} | {% endif %}{% if finding.reporter.get_full_name and finding.reporter.get_full_name.strip %} {{ finding.reporter.get_full_name }} {% else %} {{ finding.reporter }} {% endif %} | {{ finding|finding_display_status|safe }} {{ finding|import_history }} | {% if system_settings.enable_jira %} {% if jira_project and product_tab or not product_tab %}{% 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 %} | {% endif %} {% endif %} {% if 'is_finding_groups_enabled'|system_setting_enabled %}{% if finding.has_finding_group %} {{ finding.finding_group.name }} {% endif %} | {% endif %}
No findings found.
Name | Severity | Reporter | Date | Actions |
---|---|---|---|---|
{% if test|has_object_permission:"Finding_Add" %} {{ finding.title }} | {% else %} {{ finding.title }} {% endif %}{% if finding.severity == "Critical" or finding.severity == "High" %} {% else %}{% endif %}{{ finding.severity }} | {% if finding.reporter.get_full_name and finding.reporter.get_full_name.strip %} {{ finding.reporter.get_full_name }} {% else %} {{ finding.reporter }} {% endif %} | {{ finding.date }} | {% if test|has_object_permission:"Finding_Edit" %} {% endif %} |
Name | Username | Role | Environment | Authentication Provider | Login Valid | Actions |
---|---|---|---|---|---|---|
Credentials Configured for this Test
{% if not cred_test %}
|
||||||
{{ cred.cred_id.name }} | {{ cred.cred_id.username }} | {{ cred.cred_id.role }} | {{ cred.cred_id.environment }} | {{ cred.is_authn_provider }} | {{ cred.cred_id.is_valid }} | |
Credentials Configured for this Engagement | ||||||
{{ cred.cred_id.name }} | {{ cred.cred_id.username }} | {{ cred.cred_id.role }} | {{ cred.cred_id.environment }} | {{ cred.is_authn_provider }} | {{ cred.cred_id.is_valid }} |
No credentials configured. {% if not creds %} Configure engagement credentials first, then add credentials to the test. {% endif %}