{% extends "base.html" %} {% load display_tags %} {% load humanize %} {% load static from staticfiles %} {% block add_css %} {% endblock %} {% block add_styles %} .chosen-container { width: 70% !important; } .editor-toolbar, .editor-statusbar, .editor-preview-side, .CodeMirror { width: 70% !important; } {% endblock %} {% block content %}
| Expiration Date | Accepted By | Compensating Control |
|---|---|---|
| {{ risk_approval.expiration_date|default_if_none:"" }} | {{ risk_approval.accepted_by|default_if_none:"" }} | {{ risk_approval.compensating_control|default_if_none:"" }} |
| Severity | Name | Date | Active | {% if authorized %}Actions | {% endif %}
|---|---|---|---|---|
| {{ finding.severity_display }} | {{ finding.title|truncatechars:140 }} | {{ finding.date }} | {{ finding.active }} | {% if authorized %}{% endif %} |
No findings associated with this Risk Exception.
| 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.