Files
wpscan/spec/fixtures/db/vuln_api/themes/vulnerable-not-popular.json
2019-08-13 10:03:01 +01:00

17 lines
270 B
JSON

{
"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
}
]
}