Skip to content

Commit

Permalink
Add explicit strategic scenarios (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene authored Dec 17, 2024
2 parents 583ba76 + 17e67fd commit b745083
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion documentation/architecture/data-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,8 @@ erDiagram
EBIOS_RM_STUDY }o--o{ COMPLIANCE_ASSESSMENT: leverages
EBIOS_RM_STUDY }o--|| RISK_MATRIX : leverages
EBIOS_RM_STUDY |o--o{ RISK_ASSESSMENT : generates
ATTACK_PATH }o--|| RO_TO : derives
STRATEGIC_SCENARIO }o--|| RO_TO : derives_from
ATTACK_PATH }o--|| STRATEGIC_SCENARIO : derives
RO_TO }o--o{ FEARED_EVENT : corresponds_to
OPERATIONAL_SCENARIO |o--|| ATTACK_PATH : derives
OPERATIONAL_SCENARIO }o--o{ THREAT : leverages
Expand Down Expand Up @@ -1405,6 +1406,12 @@ erDiagram
string justification
}
STRATEGIC_SCENARIO {
string ref_id
string name
string description
}
ATTACK_PATH {
string ref_id
string name
Expand Down

0 comments on commit b745083

Please sign in to comment.