{% extends "base.html" %} {% block title %}All Threats - Threat Model{% endblock %} {% block content %}

All Threats

{{ model.threats | length }} CAPEC threats defined — {{ analysis.threat_counter | length }} appear in scenario findings.

{% include "includes/threats_table.html" %}

Back to Summary

{% endblock %}