Skip to content

Commit

Permalink
Update attack path model table
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Dec 9, 2024
1 parent e0b6835 commit d8468a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/lib/utils/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']
}
};

0 comments on commit d8468a0

Please sign in to comment.