fix: [vulnerability] sighting added
parent
8b20e4d619
commit
fd2fbaf2a4
|
@ -2,7 +2,7 @@
|
||||||
"namespace": "vulnerability",
|
"namespace": "vulnerability",
|
||||||
"expanded": "vulnerability",
|
"expanded": "vulnerability",
|
||||||
"description": "A taxonomy for describing vulnerabilities (software, hardware, or social) on different scales or with additional available information.",
|
"description": "A taxonomy for describing vulnerabilities (software, hardware, or social) on different scales or with additional available information.",
|
||||||
"version": 2,
|
"version": 3,
|
||||||
"predicates": [
|
"predicates": [
|
||||||
{
|
{
|
||||||
"value": "exploitability",
|
"value": "exploitability",
|
||||||
|
@ -16,7 +16,8 @@
|
||||||
"description": "Complementary information related to the vulnerability."
|
"description": "Complementary information related to the vulnerability."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "Sighting",
|
"value": "sighting",
|
||||||
|
"expanded": "Sighting",
|
||||||
"description": "Sighting information related to the vulnerability."
|
"description": "Sighting information related to the vulnerability."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue