Skip to content

Commit

Permalink
refine diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
ahouseholder committed Feb 22, 2024
1 parent feaac42 commit 6c39df4
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions docs/howto/bootstrap/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,39 +10,46 @@ The diagram below shows the complete process of using SSVC.


```mermaid
flowchart
flowchart TD
start([Start])
us{{Decide to use SSVC}}
subgraph prep [Prepare to use SSVC]
dcd{{Choose Decision to Model}}
d[/Decision/]
eg{{Establish Governance Process}}
gp[[Governance Process]]
l4((1))
subgraph outcomes [Define Outcomes]
oc1[/Use available<br/>outcome sets?\]
dos{{Define Outcome Sets}}
oss[\Outcome Sets/]
cos{{Choose Outcome Set}}
os[/Outcome Set/]
end
l5((1))
subgraph decisionpoints [Define Inputs]
dp1[/Use available<br/>decision points?\]
ddp{{Define Decision Points}}
dpt[\Decision Points/]
cdp{{Choose Decision Points}}
dps[/Decision Point Set/]
end
l6((1))
subgraph dataeng [Data Mapping]
dd1[/Use existing data?\]
dpm[/Data Map/]
dp2d{{Map Decision Points to Data}}
dd{{Define Data}}
ddf[/Data Definition/]
end
l7((1))
subgraph policy [Policy Development]
dfp{{Define Policy}}
p[/Policy/]
end
subgraph gov [Governance]
eg{{Establish Governance Process}}
gp[[Governance Process]]
end
l3((1))
end
subgraph dataops [Data Operations]
cd[Collect Data]
Expand All @@ -58,12 +65,14 @@ subgraph runtime [Use SSVC]
oc[/Outcome/]
end
r[Vulnerability Response]
start --> us
us --> dcd
us --> eg
start --> dcd
start --> eg
eg --> gp
gp --> gp
gp -->|ongoing| gp
gp --> l3
dcd --> d
l4 --> oc1
d --> oc1
dps --> dd1
oc1 -->|y| oss
Expand All @@ -78,8 +87,10 @@ dpt --> cdp
cdp --> dps
cos --> os
oss --> cos
l7 --> dfp
os --> dfp
os --> dp1
l5 --> dp1
d --> dp1
dps --> dp2d
dp2d --> dpm
Expand All @@ -100,7 +111,8 @@ p --> ap
dp --> ap
ap --> oc
oc --> r
r --> l1((1))
l2((1)) --> cd
r --> l1((2))
l2((2)) --> cd
l6 --> dd1
```

0 comments on commit 6c39df4

Please sign in to comment.