Skip to content

Commit

Permalink
feat: improve feared event attack path tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Dec 17, 2024
1 parent 1f6a6d4 commit b1f994a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/lib/utils/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -571,8 +571,8 @@ export const listViewFields: ListViewFieldsConfig = {
body: ['name', 'description']
},
'feared-events': {
head: ['selected', 'assets', 'fearedEvent', 'qualifications', 'gravity'],
body: ['is_selected', 'assets', 'description', 'qualifications', 'gravity']
head: ['selected', 'name', 'assets', 'fearedEvent', 'qualifications', 'gravity'],
body: ['is_selected', 'name', 'assets', 'description', 'qualifications', 'gravity']
},
'ro-to': {
head: [
Expand All @@ -597,8 +597,8 @@ export const listViewFields: ListViewFieldsConfig = {
body: ['entity', 'category', 'current_criticality', 'applied_controls', 'residual_criticality']
},
'attack-paths': {
head: ['risk_origin', 'target_objective', 'stakeholders', 'attackPath'],
body: ['risk_origin', 'target_objective', 'stakeholders', 'description']
head: ['is_selected', 'name', 'risk_origin', 'target_objective', 'stakeholders', 'attackPath'],
body: ['is_selected', 'name', 'risk_origin', 'target_objective', 'stakeholders', 'description']
},
'operational-scenarios': {
head: ['operatingModesDescription', 'threats', 'likelihood'],
Expand Down

0 comments on commit b1f994a

Please sign in to comment.