forked from CERTCC/SSVC
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Computed schema as feedback from Jay Jacobs CERTCC#576
- Loading branch information
1 parent
86da372
commit 222b7d4
Showing
4 changed files
with
64 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 10 additions & 22 deletions
32
data/schema_examples/Computed-CVE-2014-0751-Coordinator.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,17 @@ | ||
{ | ||
"role": "Coordinator", | ||
"id": "CVE-2014-0751", | ||
"version": "2.0.3", | ||
"version": "2.1.3", | ||
"computed": "SSVCv2/E:A/A:N/T:T/P:M/B:A/M:M/D:A/2021-09-29T15:29:44Z/", | ||
"timestamp": "2021-09-29T15:29:44Z", | ||
"options": [ | ||
{ | ||
"Exploitation": "active" | ||
}, | ||
{ | ||
"Automatable": "no" | ||
}, | ||
{ | ||
"Technical Impact": "total" | ||
}, | ||
{ | ||
"Mission Prevalence": "Minimal" | ||
}, | ||
{ | ||
"Public Well-being Impact": "Material" | ||
}, | ||
{ | ||
"Mission & Well-being": "medium" | ||
} | ||
], | ||
"$schema": "https://democert.org/ssvc/SSVC_Computed_v2.0.3.schema.json", | ||
"options": { | ||
"Exploitation": ["active"], | ||
"Automatable": ["no"], | ||
"Technical Impact": ["total"], | ||
"Mission Prevalence": ["Minimal"], | ||
"Public Well-being Impact": ["Material"], | ||
"Mission & Well-being": ["medium"] | ||
}, | ||
"outcomes": ["Act"], | ||
"decision_tree_url": "https://democert.org/ssvc/CISA-Coordinator-v2.0.3.json" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters