| Severity | Title | Description | Frameworks | Source |
|---|---|---|---|---|
| {{ f.severity.name | capitalize }} | {{ f.title }} | {{ f.description or '' }} |
{% if f.framework_ids %}
{% for fw, ids in f.framework_ids.items() %}
{% if ids is string %}
{{ ids }}
{% else %}
{% for fid in ids %}
{{ fid }}
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}
{% if previously_seen and (f.category, f.title) in previously_seen %}
Seen Before
{% endif %}
|
{{ f.source_ref or '' }} |
|
{% for ev in audit_evidence_map[f.id] %}
{{ ev.type }}
{% endfor %}
{{ ev.content or '(file-based evidence)' }}
|
||||
| Mitigation ▼ | ||||
{% if f.mitigation_guidance %}
{% for section in f.mitigation_guidance.sections %}
{% if section.items %}
{{ mitigation_section_label(section) }}
Caveats
{{ f.mitigation_guidance.disclaimer }} {% endif %} {% else %}No mitigation guidance available (generated before this version) {% endif %} |
||||
No audit findings.
{% endif %}