{% extends "base.html" %} {% load display_tags %} {% load get_system_setting %} {% load static from staticfiles %} {% load humanize %} {% block add_styles %} 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 %}
| Engagement | Environment | Date | {% if test.percent_complete > 0 %}Progress | {% endif %}
|---|---|---|---|
| {{ test.engagement.name }} | {% if test.environment %} {{ test.environment }} {% else %} Unknown {% endif %} | {{ test.target_start.date }} - {{ test.target_end.date }} | {% if test.percent_complete > 0 %}
|
{% endif %}
|
|
Severity | Name | CWE | Date | Age | {% if 'enable_finding_sla'|fetch_system_setting %}SLA | {% endif %}Reporter | Status | {% if "enable_jira"|get_system_setting %} {% if jira_config and product_tab or not product_tab %}Jira | Jira Age | Jira Change | {% endif %} {% endif %}|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ finding.severity_display }} | {{ finding.title }} {% if finding.file_path %} {% else %} {% if finding.endpoints.all %} {% endif %} {% endif %} {% if finding.notes.all %} {% endif %} {% if finding.tags %} {% for tag in finding.tags %} {{ tag }} {% endfor %} {% endif %} | {% if finding.cwe > 0 %} {{ finding.cwe }} {% endif %} | {{ finding.date }} | {{ finding.age }} | {% if 'enable_finding_sla'|fetch_system_setting %}{{ 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 %} | {% if finding.under_defect_review %}Under Review, {% endif %}{{ finding.status }}{% if finding.duplicate_finding.id %}, Original {% endif %} | {% if "enable_jira"|get_system_setting %} {% if jira_config and product_tab or not product_tab %}{{finding.jira.jira_key}} | {% if finding.jira_creation %}{{ finding.jira_creation|timesince }} | {% endif %} {% if finding.jira_change %}{{ finding.jira_change|timesince }} | {% endif %} {% endif %} {% endif %}
No findings found.
| Name | Severity | Reporter | Date | Actions |
|---|---|---|---|---|
| {{ finding.title }} | {% 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 }} |
| 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 %}