{% extends "base.html" %}
{% block title %}{{ doc.threat_id }} — {{ doc.threat_name }}{% endblock %}
{% block content %}
{{ doc.threat_id }} — {{ doc.threat_name }}
| AI Model | {{ doc.ai_model }} |
|---|---|
| Commit | {{ doc.head_commit }} |
| Updated | {{ doc.updated_at }} |
| Mitigation | File | Applied |
|---|---|---|
| {{ m.mitigation_id }} | {{ m.file_name }} |
{% if m.is_applied %} Yes {% else %} No {% endif %} |
|
{{ m.explanation }}
|
||
No mitigation analysis available for this property.
{% endif %}No property analysis available for this threat.
{% endif %} {% endblock %}