Skip to content

Commit

Permalink
Update data-model.md
Browse files Browse the repository at this point in the history
add ref_id/name to attack path
operational scenario corresponds to a single attack path
  • Loading branch information
eric-intuitem committed Dec 13, 2024
1 parent 2da47d8 commit 2841d66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions documentation/architecture/data-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ erDiagram
EBIOS_RM_STUDY |o--o{ RISK_ASSESSMENT : generates
ATTACK_PATH }o--|| RO_TO : derives
RO_TO }o--o{ FEARED_EVENT : corresponds_to
OPERATIONAL_SCENARIO }o--|{ ATTACK_PATH : derives
OPERATIONAL_SCENARIO |o--|| ATTACK_PATH : derives
OPERATIONAL_SCENARIO }o--o{ THREAT : leverages
ATTACK_PATH }o--o{ STAKEHOLDER : leverages
STAKEHOLDER }o--o{ APPLIED_CONTROL : reinforces
Expand Down Expand Up @@ -1346,13 +1346,15 @@ erDiagram
}
ATTACK_PATH {
string ref_id
string name
string description
bool selected
string justification
}
OPERATIONAL_SCENARIO {
string description
string operating_modes_description
int likelihood
bool selected
string justification
Expand Down

0 comments on commit 2841d66

Please sign in to comment.