{% if scenario.findings %} {% for finding in scenario.findings %} {% set threat = model.threats[finding.threat_id] %} {% endfor %}
Threat ID Description Target Component Mitigations
{{ finding.threat_id }} {{ threat.description }} {{ finding.target }} {% for prop in threat.mapping.mitigations %} {{ prop | replace('_', ' ') }} {% endfor %}
{% else %}

No threats identified for this scenario.

{% endif %}