Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add explicit strategic scenarios #1205

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading