{{ property_stats.applicable }} applicable out of {{ property_stats.total }} analyzed
{% extends "base.html" %} {% block title %}EMB3D Report — Dashboard{% endblock %} {% block content %}
{{ property_stats.applicable }} applicable out of {{ property_stats.total }} analyzed
{{ threat_stats.total }} threats analyzed
{{ threat_stats.mitigations_applied }} applied / {{ threat_stats.mitigations_total }} total
| ID | Name | Applicable | Evidence |
|---|---|---|---|
| {{ prop.property_id }} | {{ prop.property_name }} | {% if prop.is_applicable %} Yes {% else %} No {% endif %} | {{ prop.evidence | length }} file{{ "s" if prop.evidence | length != 1 }} |
| ID | Name | Properties | Mitigations Applied |
|---|---|---|---|
| {{ threat.threat_id }} | {{ threat.threat_name }} | {{ threat.properties | length }} | {{ threat.mitigations_applied }} / {{ threat.mitigations_total }} |