{% if scenario.findings %}
| Threat ID | Description | Target Component | Mitigations |
|---|---|---|---|
| {{ finding.threat_id }} | {{ threat.description }} | {{ finding.target }} | {% for prop in threat.mapping.mitigations %} {{ prop | replace('_', ' ') }} {% endfor %} |
No threats identified for this scenario.
{% endif %}