How to integrate SSVC into CVE ADP? #288
ahouseholder
started this conversation in
Ideas
Replies: 4 comments 2 replies
-
Discussion #289 may have some bearing on this topic too. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Confirming and adding some detail:
It would be nice to have one official SSVC JSON schema even if the CISA SSVC ADP pilot only uses a subset or slight adaptation as needed to fit into CVE ADP JSON. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Work in progress on the ADP JSON cc @jwoytek "metrics": [
{
"other": {
"type": "ssvc",
"content": {
"id": string (vul id, in this case CVE ID),
"options": [
{
"Exploitation": string
},
{
"Automatable": string
},
{
"Technical Impact": string
}
],
"role": string,
"timestamp": string(ISO8601 format date score created),
"version": string (major.minor.patch),
"computed": string(optional),
"decision_tree": object (full decision tree, optional),
"decision_tree_url": string (URL to decision tree, optional),
"generator": string(optional),
}
}
} |
Beta Was this translation helpful? Give feedback.
2 replies
-
This topic has evolved toward |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Starting a discussion to continue discussion between @j--- and @sei-vsarvepalli and others.
General gist:
Beta Was this translation helpful? Give feedback.
All reactions