Report Public
Report Public (ssvc:RP:1.0.0)
Is a viable report of the details of the vulnerability already publicly available?
Value | Definition |
---|---|
Yes (Y) | A public report of the vulnerability exists. |
No (N) | No public report of the vulnerability exists. |
Report Public (ssvc:RP:1.0.0) JSON Example
{
"name": "Report Public",
"description": "Is a viable report of the details of the vulnerability already publicly available?",
"namespace": "ssvc",
"version": "1.0.0",
"schemaVersion": "1-0-1",
"key": "RP",
"values": [
{
"key": "Y",
"name": "Yes",
"description": "A public report of the vulnerability exists."
},
{
"key": "N",
"name": "No",
"description": "No public report of the vulnerability exists."
}
]
}