This commit is contained in:
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"resultsPerPage": 2,
|
||||
"startIndex": 2,
|
||||
"totalResults": 5,
|
||||
"vulnerabilities": [
|
||||
{
|
||||
"cve": {
|
||||
"id": "CVE-2024-1002",
|
||||
"sourceIdentifier": "nvd@nist.gov",
|
||||
"published": "2024-02-01T12:00:00Z",
|
||||
"lastModified": "2024-02-02T12:00:00Z",
|
||||
"descriptions": [
|
||||
{ "lang": "en", "value": "Multipage vulnerability three." }
|
||||
],
|
||||
"metrics": {
|
||||
"cvssMetricV31": [
|
||||
{
|
||||
"cvssData": {
|
||||
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
|
||||
"baseScore": 3.1,
|
||||
"baseSeverity": "LOW"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"configurations": {
|
||||
"nodes": [
|
||||
{
|
||||
"cpeMatch": [
|
||||
{ "vulnerable": true, "criteria": "cpe:2.3:a:example:product_c:3.0:*:*:*:*:*:*:*" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"cve": {
|
||||
"id": "CVE-2024-1003",
|
||||
"sourceIdentifier": "nvd@nist.gov",
|
||||
"published": "2024-02-01T13:00:00Z",
|
||||
"lastModified": "2024-02-02T13:00:00Z",
|
||||
"descriptions": [
|
||||
{ "lang": "en", "value": "Multipage vulnerability four." }
|
||||
],
|
||||
"metrics": {
|
||||
"cvssMetricV31": [
|
||||
{
|
||||
"cvssData": {
|
||||
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:M/I:L/A:L",
|
||||
"baseScore": 7.4,
|
||||
"baseSeverity": "HIGH"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"configurations": {
|
||||
"nodes": [
|
||||
{
|
||||
"cpeMatch": [
|
||||
{ "vulnerable": true, "criteria": "cpe:2.3:a:example:product_d:4.0:*:*:*:*:*:*:*" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user