Skip to content
Closed
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"namespace": "ssvc",
"key": "COORDINATE",
"version": "1.0.1",
"name": "Decline, Track, Coordinate",
"description": "The coordinate outcome group.",
"schemaVersion": "2.0.0",
"values": [
{
"key": "D",
"name": "Decline",
"description": "Do not act on the report."
},
{
"key": "T",
"name": "Track",
"description": "Receive information about the vulnerability and monitor for status changes but do not take any overt actions."
},
{
"key": "C",
"name": "Coordinate",
"description": "Take action on the report."
}
]
}
Loading