25 lines
487 B
JSON
25 lines
487 B
JSON
{
|
|
"no-vulns-popular": {
|
|
"vulnerabilities": [],
|
|
"popular": true,
|
|
"latest_version": "2.0",
|
|
"last_updated": "2015-05-16T00:00:00.000Z"
|
|
},
|
|
"vulnerable-not-popular": {
|
|
"latest_version": null,
|
|
"last_updated": null,
|
|
"popular": false,
|
|
"vulnerabilities" : [
|
|
{
|
|
"title" : "First Vuln",
|
|
"fixed_in" : "6.3.10",
|
|
"id" : 1,
|
|
"vuln_type": "LFI"
|
|
},
|
|
{
|
|
"title": "No Fixed In",
|
|
"id": 2
|
|
}
|
|
]
|
|
}
|
|
} |