{% extends "base.html" %} {% load display_tags %} {% load humanize %} {% load static from staticfiles %} {% load get_endpoint_status %} {% block add_styles %} .tooltip-inner { max-width: 650px; } {% endblock %} {% block add_css_before %} {% endblock %} {% block content %}
| Alert: This Finding is under review and may not be 100% accurate. {% if dojo_user in finding.reviewers.all or dojo_user == finding.review_requested_by %} [Clear Review] {% endif %} | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Alert: Please review this finding to verify if the defect is remediated. [Review Finding for Closure] | ||||||||||||||
| Severity | {% if 'enable_finding_sla'|fetch_system_setting %}SLA | {% endif %} {% if finding.scanner_confidence %}Scanner Confidence | {% endif %}Status | {% if finding.risk_acceptance_set.all %}Acceptance | {% endif %} {% if finding.duplicate_finding_set %}Parent | {% endif %}Type | Date discovered | Age | Reporter | {% if finding.mitigated %}Date Mitigated | Mitigated By | {% endif %} {% if finding.cwe > 0 %}CWE | {% endif %} {% if finding.cve %}CVE | {% endif %}Found by |
| {% if finding.severity %} {{ finding.severity_display }} {% else %} Unknown {% endif %} | {% if 'enable_finding_sla'|fetch_system_setting %}{{ finding|finding_sla }} | {% endif %} {% if finding.scanner_confidence %}{{finding.get_scanner_confidence_text}} | {% endif %}{% if finding.under_review %}Under Review, {% endif %}{{ finding.status }}{% if finding.duplicate_finding.id %}, Original {% endif %} | {% if finding.duplicate_finding_set %}{% endif %} {% if finding.risk_acceptance_set.all %} | View Risk Acceptance | {% endif %}{% if finding.static_finding and finding.dynamic_finding > 0 %} Static/Dynamic {% elif finding.static_finding > 0 %} Static {% else %} Dynamic {% endif %} | {{ finding.date }} | {{ finding.age }} days | {{ finding.reporter }} | {% if finding.mitigated %}{{ finding.mitigated }} | {{ finding.mitigated_by }} | {% endif %} {% if finding.cwe > 0 %}{{ finding.cwe }} | {% endif %} {% if finding.cve %}{{ finding.cve }} | {% endif %}{% for scanner in found_by %} {{ scanner }} {% endfor %} |
| Location | Line Number |
|---|---|
| {{ finding.file_path }} | {{ finding.line }} |
| Injected Parameter(s) | {% if finding.payload %}Payload | {% endif %}
|---|---|
| {{ finding.param|default_if_none:"" }} | {% if finding.payload %}{{ finding.payload|default_if_none:"" }} | {% endif %}
| {% if item %} {{ item|url_shortner }} {% if item.tags %} {% for tag in item.tags %} {{ tag }} {% endfor %} {% endif %} {% endif %} | {% endfor %}
| {% if item %} {{ item|url_shortner }} {% if item.tags %} {% for tag in item.tags %} {{ tag }} {% endfor %} {% endif %} {% endif %} | {% endfor %}
| Name | Username | Role | Environment | Authentication Provider | Login Valid | Actions |
|---|---|---|---|---|---|---|
|
Credential Configured for this Finding
{% if not cred_finding %}
|
||||||
| {{ 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 Inherited from Test: {{ finding.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 }} | |
No credentials configured. {% if not cred_engagement %} Configure engagement credentials first, then add a credential to the test or finding. {% endif %}