feat(phase-19): add remediation fields and reports system (T-130, T-131)
This commit is contained in:
@@ -86,6 +86,11 @@ export interface Test {
|
||||
blue_validation_status: ValidationStatus | null;
|
||||
blue_validation_notes: string | null;
|
||||
|
||||
// Remediation fields
|
||||
remediation_steps: string | null;
|
||||
remediation_status: string | null;
|
||||
remediation_assignee: string | null;
|
||||
|
||||
// Technique info (populated in list endpoints)
|
||||
technique_mitre_id: string | null;
|
||||
technique_name: string | null;
|
||||
@@ -125,6 +130,7 @@ export interface TestTemplate {
|
||||
tool_suggested: string | null;
|
||||
severity: string | null;
|
||||
atomic_test_id: string | null;
|
||||
suggested_remediation: string | null;
|
||||
is_active: boolean;
|
||||
created_at: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user