{% extends "security_canvas/base.html" %} {% block title %}Security Design Canvas — Dashboard{% endblock %} {% block content %}
Visual security architecture, threat modeling, STRIDE analysis, and remediation planning
| Design | Type | Risk Score | Grade | Date | Actions |
|---|---|---|---|---|---|
| {{ a.design_name or a.design_id }} | {{ a.assessment_type }} | {{ a.risk_score|round(1) }} | {{ a.posture_grade }} | {{ a.ran_at[:16] if a.ran_at else '—' }} |
| Name | Classification | Source | Updated | Actions |
|---|---|---|---|---|
| {{ d.name }} {{ d.description[:80] if d.description else '' }} |
{{ d.classification or 'CUI' }} | {% if d.source_topology_id %}NDC Import{% else %}Manual{% endif %} | {{ d.updated_at[:16] if d.updated_at else '—' }} | Edit DT |
No security designs yet. Create one or import from Network Design Canvas.
{% endif %}