File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
data/json/decision_points/cvss Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1212 "description" : " This metric value is not defined. See CVSS documentation for details."
1313 },
1414 {
15- "key" : " R" ,
16- "name" : " Red" ,
17- "description" : " Provider has assessed the impact of this vulnerability as having the highest urgency."
18- },
19- {
20- "key" : " A" ,
21- "name" : " Amber" ,
22- "description" : " Provider has assessed the impact of this vulnerability as having a moderate urgency."
15+ "key" : " C" ,
16+ "name" : " Clear" ,
17+ "description" : " Provider has assessed the impact of this vulnerability as having no urgency (Informational)."
2318 },
2419 {
2520 "key" : " G" ,
2621 "name" : " Green" ,
2722 "description" : " Provider has assessed the impact of this vulnerability as having a reduced urgency."
2823 },
2924 {
30- "key" : " C" ,
31- "name" : " Clear" ,
32- "description" : " Provider has assessed the impact of this vulnerability as having no urgency (Informational)."
25+ "key" : " A" ,
26+ "name" : " Amber" ,
27+ "description" : " Provider has assessed the impact of this vulnerability as having a moderate urgency."
28+ },
29+ {
30+ "key" : " R" ,
31+ "name" : " Red" ,
32+ "description" : " Provider has assessed the impact of this vulnerability as having the highest urgency."
3333 }
3434 ]
3535}
You can’t perform that action at this time.
0 commit comments