Skip to content

Commit 2f68b7f

Browse files
authored
Update sample-vulnerability.json
1 parent 31a7696 commit 2f68b7f

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

test/data/sample-vulnerability.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1-
{"vulnerabilityName": "CVE-2016-4009", "description": "Integer overflow in the ImagingResampleHorizontal function in libImaging/Resample.c in Pillow before 3.1.1 allows remote attackers to have unspecified impact via negative values of the new size, which triggers a heap-based buffer overflow.", "vulnerabilityPublishedDate": "2016-04-13T16:59:25.353Z", "vulnerabilityUpdatedDate": "2017-07-01T01:29:44.843Z", "baseScore": 10.0, "impactSubscore": 10.0, "exploitabilitySubscore": 10.0, "source": "NVD", "severity": "HIGH", "accessVector": "NETWORK", "accessComplexity": "LOW", "authentication": "NONE", "confidentialityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "availabilityImpact": "COMPLETE", "cweId": "CWE-119", "_meta": {"allow": ["GET"], "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/vulnerabilities/CVE-2016-4009", "links": []}}
1+
{
2+
"vulnerabilityName": "CVE-2016-4009",
3+
"description": "Integer overflow in the ImagingResampleHorizontal function in libImaging/Resample.c in Pillow before 3.1.1 allows remote attackers to have unspecified impact via negative values of the new size, which triggers a heap-based buffer overflow.",
4+
"vulnerabilityPublishedDate": "2016-04-13T16:59:25.353Z",
5+
"vulnerabilityUpdatedDate": "2017-07-01T01:29:44.843Z",
6+
"baseScore": 10,
7+
"impactSubscore": 10,
8+
"exploitabilitySubscore": 10,
9+
"source": "NVD",
10+
"severity": "HIGH",
11+
"accessVector": "NETWORK",
12+
"accessComplexity": "LOW",
13+
"authentication": "NONE",
14+
"confidentialityImpact": "COMPLETE",
15+
"integrityImpact": "COMPLETE",
16+
"availabilityImpact": "COMPLETE",
17+
"cweId": "CWE-119",
18+
"_meta": {
19+
"allow": [
20+
"GET"
21+
],
22+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/vulnerabilities/CVE-2016-4009",
23+
"links": []
24+
}
25+
}

0 commit comments

Comments
 (0)