{% extends "base.html" %} {% block title %}Stats - Threat Model{% endblock %} {% block content %}
{{ mitigated }} of {{ total_pairs }} threat-component pairs have at least one mitigation in place ({{ (mitigated / total_pairs * 100) | round(1) }}%).
{% endif %}| Component | Threats |
|---|---|
| {{ comp_name }} | {{ count }} |
| Threat ID | Description | Severity | Occurrences |
|---|---|---|---|
| {{ threat_id }} | {{ model.threats[threat_id].description }} | {{ model.threats[threat_id].severity or "Unknown" }} | {{ count }} |
These active threats have no mitigation mappings defined: