{% extends "base.html" %} {% load display_tags %} {% load authorization_tags %} {% load humanize %} {% load static %} {% block add_styles %} {{ block.super }} .chosen-container { width: 70% !important; } .editor-toolbar, .editor-statusbar, .editor-preview-side, .CodeMirror { width: 70% !important; } {% endblock %} {% block add_css %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }} {% if risk_acceptance.is_expired %}
Date | Accepted By | Name | Decision | Expiration | Expiration handled | Findings | Proof | Reactivate | Restart SLA | Owner | |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ risk_acceptance.created|date }} | {{ risk_acceptance.accepted_by }} | {{ risk_acceptance.name }} | {{ risk_acceptance.get_decision_display|default_if_none:"" }} | {% if risk_acceptance.expiration_date %} {{ risk_acceptance.expiration_date|date }} {% else %} Never {% endif %} | {{ risk_acceptance.expiration_date_handled|date }} | {{ risk_acceptance.accepted_findings.count }} | {% if risk_acceptance.filename %}{{ risk_acceptance.filename }} | {% else %}No | {% endif %}{{ risk_acceptance.reactivate_expired }} | {{ risk_acceptance.restart_sla_expired }} | {{ risk_acceptance.owner.get_full_name }} |
Recommendation | Details | Decision | Details |
---|---|---|---|
{{ risk_acceptance.get_recommendation_display }} | {{ risk_acceptance.recommendation_details|markdown_render }} | {{ risk_acceptance.get_decision_display }} | {{ risk_acceptance.decision_details|markdown_render }} |
Severity | EPSS Score / Percentile | Name | Date | Active | Actions |
---|---|---|---|---|---|
{{ finding.severity_display }} | {{ finding.epss_score|format_epss }} / {{ finding.epss_percentile|format_epss }} | {{ finding.title|truncatechars_html:140 }} | {{ finding.date }} | {{ finding.active }} | {% if engagement|has_object_permission:"Risk_Acceptance" %} {% else %} Not Authorized {% endif %} |
No findings associated with this Risk Acceptance.
Current File | Date Added | Actions | |||
---|---|---|---|---|---|
{{ risk_acceptance.filename }} | {{ risk_acceptance.created }} | {% if engagement|has_object_permission:"Risk_Acceptance" %} {% else %} Not Authorized {% endif %} | {% else %}None | None | None | {% endif %}
User | Date | Note | Actions |
---|---|---|---|
{{ note.author.username }} | {{ note.date }} | {{ note }} | {% if engagement|has_object_permission:"Risk_Acceptance" %} {% else %} Not Authorized {% endif %} |
No notes saved.
{% endif %}