From d8468a0eccdcc9132fec57ee0019d200f3a2b5a7 Mon Sep 17 00:00:00 2001 From: Nassim Tabchiche Date: Mon, 9 Dec 2024 15:44:20 +0100 Subject: [PATCH] Update attack path model table --- frontend/src/lib/utils/table.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/utils/table.ts b/frontend/src/lib/utils/table.ts index e8498e14e..22d6ada9d 100644 --- a/frontend/src/lib/utils/table.ts +++ b/frontend/src/lib/utils/table.ts @@ -579,7 +579,7 @@ export const listViewFields: ListViewFieldsConfig = { body: ['entity', 'category', 'current_criticality', 'applied_controls', 'residual_criticality'] }, 'attack-paths': { - head: ['risk_origin', 'target_objective', 'description', 'threats', 'likelihood'], - body: ['risk_origin', 'target_objective', 'description', 'threats', 'likelihood'] + head: ['risk_origin', 'target_objective', 'stakeholders', 'attackPath'], + body: ['risk_origin', 'target_objective', 'stakeholders', 'description'] } };