fix: [vulnerability] sighting added

pull/287/head
Alexandre Dulaunoy 2024-11-18 10:47:23 +01:00
parent 8b20e4d619
commit fd2fbaf2a4
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 3 additions and 2 deletions

View File

@ -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."
} }
], ],