feat(tests): add Detect Procedure UI, template suggested-procedure editing, lead review panel
Aegis CI / lint-and-test (push) Has been cancelled
Snyk Security Scan / Python vulnerabilities (backend) (push) Has been cancelled
Snyk Security Scan / npm vulnerabilities (frontend) (push) Has been cancelled
Snyk Security Scan / Docker image vulnerabilities (backend) (push) Has been cancelled

Blue Team gets a Detect Procedure textarea in the test detail view,
mirroring Red's Attack Procedure field. Template create/edit forms
gain a Detect Suggested Procedure field for leads to curate directly.
Leads also get a Procedure Suggestions panel on the Tests page,
scoped to their own team by the backend, to approve or reject
suggestions extracted from submitted rounds.
This commit is contained in:
kitos
2026-07-14 15:30:47 +02:00
parent 7ec3c5bc8b
commit 4692a8b93e
8 changed files with 177 additions and 1 deletions
+1
View File
@@ -46,6 +46,7 @@ export interface BlueUpdatePayload {
detection_time?: string;
containment_time?: string;
blue_summary?: string;
detect_procedure?: string;
}
export interface RedValidationPayload {