-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDT_Full.puml
169 lines (146 loc) · 2.96 KB
/
DT_Full.puml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
' /* Copyright Yahoo, Licensed under the terms of the Apache 2.0 license. See LICENSE file in project root for terms. */
@startmindmap
!theme plain
!$r0 = "[#ff0000] **0**"
!$r1 = "[#FFC0CB] **1**"
!$r2 = "[#ffa500] **2**"
!$r3 = "[#398e14] **3**"
!$r4 = "[#00ff00] **4**"
!$r5 = "[#a3a3ff] **5**"
<style>
mindmapDiagram
{
:depth(0) {
BackGroundColor #BDE3ee
LineColor #BDE3ee
}
:depth(1) {
BackGroundColor #BDE3ee
LineColor #BDE3ee
}
:depth(2) {
BackGroundColor #BDE3dd
LineColor #BDE3dd
}
:depth(3) {
BackGroundColor #BDE3FF
LineColor #BDE3FF
}
:depth(4) {
BackGroundColor HoneyDew
LineColor #BDE3dd
}
:depth(5) {
BackGroundColor #BDE3dd
LineColor #BDE3dd
}
:depth(6) {
BackGroundColor #BDE3dd
LineColor #BDE3dd
}
}
</style>
Title Risk-Based Prioritization Decision Tree
* **Exploitation**
**_ none
*** **Automatable**
****_ no
***** **Technical Impact**
******_ partial
******* **Mission & Well-being**
********_ medium
*********$r5
********_ high
*********$r5
******_ total
******* **Mission & Well-being**
********_ medium
*********$r5
********_ high
*********$r4
****_ yes
***** **Technical Impact**
******_ partial
******* **Mission & Well-being**
********_ medium
*********$r5
********_ high
*********$r3
******_ total
******* **Mission & Well-being**
********_ medium
*********$r5
********_ high
*********$r3
**_ poc
*** **Automatable**
****_ no
***** **Technical Impact**
******_ partial
******* **Mission & Well-being**
********_ medium
*********$r5
********_ high
*********$r4
******_ total
******* **Mission & Well-being**
********_ medium
*********$r4
********_ high
*********$r3
****_ yes
***** **Technical Impact**
******_ partial
******* **Mission & Well-being**
********_ medium
*********$r5
********_ high
*********$r3
******_ total
******* **Mission & Well-being**
********_ medium
*********$r4
********_ high
*********$r3
**_ active
*** **Automatable**
****_ no
***** **Technical Impact**
******_ partial
******* **Mission & Well-being**
********_ medium
*********$r4
********_ high
*********$r2
******_ total
******* **Mission & Well-being**
********_ medium
*********$r2
********_ high
*********$r1
****_ yes
***** **Technical Impact**
******_ partial
******* **Mission & Well-being**
********_ medium
*********$r2
********_ high
*********$r1
******_ total
******* **Mission & Well-being**
********_ medium
*********$r0
********_ high
*********$r0
legend
|= Number |= Description |
| <#ff0000:sunny:> 0 | Act ASAP |
| <#FFC0CB:sunny:> 1 | Act |
| <#ffa500:sunny:> 2 | Attend |
| <#398e14:sunny:> 3 | Attend |
| <#00ff00:sunny:> 4 | Track Closely|
| <#a3a3ff:sunny:> 5 | Track |
endlegend
center footer <:triangular_flag_on_post:> This differs from CISA SSVC:\n 1. 2 levels for Mission & Well-being vs 3\n2. Additional Decision for highest priority
@endmindmap
https://crashedmind.github.io/PlantUMLHitchhikersGuide/color/color.html