Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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