You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| {{ threat['custom:threat_id'] }} | {{ control['custom:status'] }} | {{ utils.reencode(control['custom:evidence']) if 'custom:evidence' in control else '—' }} |
235
+
{%- endfor%}
236
+
221
237
# Residual risk and planned actions
222
238
223
239
The following actions are planned to further reduce residual risk.
@@ -247,4 +263,4 @@ The following actions are planned to further reduce residual risk.
247
263
| Low | {{ counts.low }} |
248
264
| **Total** | **{{ counts.total }}** |
249
265
250
-
All high-risk threats have implemented, verifiable mitigations. Residual risk is tracked through the project's standard change control process and re-evaluated whenever the model or its source material changes.
266
+
Every identified threat has a documented mitigation with traceable evidence, summarised in the Control evidence section. High-risk threats whose controls are only partially implemented carry planned actions listed under Residual risk and planned actions. Residual risk is tracked through the project's standard change control process and re-evaluated whenever the model or its source material changes.
0 commit comments