Initial commit (history squashed)
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"resultsPerPage": 2000,
|
||||
"startIndex": 0,
|
||||
"totalResults": 1,
|
||||
"vulnerabilities": [
|
||||
{
|
||||
"cve": {
|
||||
"id": "CVE-2024-0001",
|
||||
"sourceIdentifier": "nvd@nist.gov",
|
||||
"published": "2024-01-01T10:00:00Z",
|
||||
"lastModified": "2024-01-03T12:00:00Z",
|
||||
"descriptions": [
|
||||
{ "lang": "en", "value": "Example vulnerability one updated." }
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://vendor.example.com/advisories/0001",
|
||||
"source": "Vendor",
|
||||
"tags": ["Vendor Advisory"]
|
||||
},
|
||||
{
|
||||
"url": "https://kb.example.com/articles/0001",
|
||||
"source": "KnowledgeBase",
|
||||
"tags": ["Third Party Advisory"]
|
||||
}
|
||||
],
|
||||
"metrics": {
|
||||
"cvssMetricV31": [
|
||||
{
|
||||
"cvssData": {
|
||||
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
|
||||
"baseScore": 8.8,
|
||||
"baseSeverity": "HIGH"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"configurations": {
|
||||
"nodes": [
|
||||
{
|
||||
"cpeMatch": [
|
||||
{ "vulnerable": true, "criteria": "cpe:2.3:a:example:product_one:1.0:*:*:*:*:*:*:*" },
|
||||
{ "vulnerable": true, "criteria": "cpe:2.3:a:example:product_one:1.1:*:*:*:*:*:*:*" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user