{% extends "base.html" %} {% load display_tags %} {% load humanize %} {% load survey_tags %} {% load authorization_tags %} {% load static %} {% block add_styles %} .tooltip-inner { max-width: 350px; } {% endblock %} {% block content %}
Test Type | Network |
---|---|
{% if preset_test_type.count > 1 %} {% for test in preset_test_type %} {{test.name}}{%if not forloop.last%},{%endif%} {% endfor %} {% else %} {{ preset_test_type.0.name }} {% endif %} | {% if network.count > 1 %} {% for net in network %} {{ net.location }}{%if not forloop.last%},{%endif%} {% endfor %} {% else %} {{ network.0.location }} {% endif %} |
Title / Type | Date | Lead | Total Findings | Active (Verified) | Mitigated | Duplicates | Notes | {% if 'TRACK_IMPORT_HISTORY'|setting_enabled %}Reimports | {% endif %}|
---|---|---|---|---|---|---|---|---|---|
{{ test }} {% if test.version %} {{ test.version }} {% endif %} {% include "dojo/snippets/tags.html" with tags=test.tags.all %} | {{ test.target_start|date }} - {{ test.target_end|date }} | {% if test.lead.get_full_name and test.lead.get_full_name.strip %} {{ test.lead.get_full_name }} {% elif test.lead %} {{ test.lead }} {% endif %} | {{ test.count_findings_test_all }} | {{ test.count_findings_test_active }} ({{ test.count_findings_test_active_verified }}) | {{ test.count_findings_test_mitigated }} | {{ test.count_findings_test_dups }} | {% if test.notes.count %} {{ test.notes.count }} {% endif %} | {% if 'TRACK_IMPORT_HISTORY'|setting_enabled %}{{ test.total_reimport_count }} | {% endif %}
Date | Accepted By | Name | Decision | Expiration | Findings | Proof | Owner | ||
---|---|---|---|---|---|---|---|---|---|
{{ risk_acceptance.created|date }} | {{ risk_acceptance.accepted_by }} | {{ risk_acceptance.name }} | {{ risk_acceptance.get_decision_display|default_if_none:"" }} {% if risk_acceptance.decision_details %} {% endif %} | {% if risk_acceptance.expiration_date %} {{ risk_acceptance.expiration_date|date }} {% else %} Never {% endif %} | {{ risk_acceptance.accepted_findings_count }} | {% if risk_acceptance.filename %}Yes | {% else %}No | {% endif %}{{ risk_acceptance.owner.get_full_name }} |
Session | Encryption | Configuration | Authentication | Authorization | Data Input | Sensitive Data | Other |
---|---|---|---|---|---|---|---|
{{ check.session_management }} | {{ check.encryption_crypto }} | {{ check.configuration_management }} | {{ check.authentication }} | {{ check.data_input_sanitization_validation }} | {{ check.sensitive_data }} | {{ check.other }} |
Status | {% if eng.status == "Blocked" %} {% elif eng.status == "On Hold" %} {% else %} {% endif %} {{ eng.status }} |
Dates | {{ eng.target_start|date:"jS F" }} - {{ eng.target_end|date:"jS F" }} |
Length |
{{ eng.target_start|datediff_time:eng.target_end }}
{% if eng.is_overdue and eng.status != 'Completed'%}
{{ eng.target_end|overdue }} overdue
{% endif %}
|
{% if eng.engagement_type == "Interactive" %} Lead {% else %} Service Account {% endif %} | {% if eng.lead.get_full_name and eng.lead.get_full_name.strip %} {{ eng.lead.get_full_name }} {% elif eng.lead %} {{ eng.lead }} {% else %} None Assigned {% endif %} |
Tracker | {% if eng.tracker %} {{ eng.tracker|last_value }} {% else %} {{ eng.tracker|notspecified}} {% endif %} |
Repo | {% if eng.source_code_management_uri %} {{ eng.source_code_management_uri|last_value }} {% else %} {{ eng.source_code_management_uri|notspecified}} {% endif %} |
Test Strategy | {% if eng.test_strategy %} {{ eng.test_strategy|last_value }} {% else %} {{ eng.test_strategy|notspecified}} {% endif %} |
Jira | {{ eng | jira_key }} (epic) |
JIRA | {{ eng | jira_key }} {% if jira_project.engagement is not eng %} (inherited) {% else %} (project) {% endif %} |
Updated | {{ eng.updated|naturaltime|default_if_none:"" }} |
Created | {{ eng.created|naturaltime|default_if_none:"" }} |
Build ID | {{ eng.build_id|notspecified }} |
Commit Hash | {{ eng.commit_hash|notspecified|truncatechars_html:13 }} |
Branch/Tag | {{ eng.branch_tag|notspecified }} |
Orchestration | {% if eng.orchestration_engine.id %} {{ eng.orchestration_engine.name }} {% else %} {{ eng.orchestration_engine.name|notspecified }} {% endif %} |
SCM Server | {% if eng.source_code_management_server.id %} {{ eng.source_code_management_server.name }} {% else %} {{ eng.source_code_management_server.name|notspecified }} {% endif %} |
Build Server | {% if eng.build_server.id %} {{ eng.build_server.name }} {% else %} {{ eng.build_server.name|notspecified }} {% endif %} |
Name | Username | |
---|---|---|
{% if cred_eng %} Credentials Configured for this Engagement {% else %} No Credentials Configured for this Engagement {% endif %} | ||
{{ cred.cred_id.name }} | {{ cred.cred_id.username }} | |
{% if creds %} Credentials Configured for this Product {% else %} No Credentials Configured for this Product {% endif %} | ||
{{ cred.cred_id.name }} | {{ cred.cred_id.username }} |