{% extends "base.html" %} {% load display_tags %} {% block content %}
| Name | Date | Severity | Product | Active | {% if authorized %}Actions | {% endif %}
|---|---|---|---|---|---|
| {{ finding.title|truncatechars:65 }} | {{ finding.date }} | {% if finding.severity == "Critical" or finding.severity == "High" %} {% else %}{% endif %}{{ finding.severity }} | {{ finding.test.engagement.product }} | {{ finding.active }} | {% if authorized %}{% endif %} |
No findings associated with this Risk Acceptance.
| Current File | Date Added | {% if authorized %}Actions | {% endif %}
|---|---|---|
| {{ risk_approval.filename }} | {{ risk_approval.created }} | {% if authorized %}{% endif %} |
| User | Date | Note | {% if authorized %}Actions | {% endif %}
|---|---|---|---|
| {{ note.author.username }} | {{ note.date }} | {{ note }} | {% if authorized %}{% endif %} |
No notes saved.
{% endif %}Deleting this Risk Acceptance will remove the uploaded file, delete associated Notes and make related findings active.