Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wpscanteam
GitHub Repository: wpscanteam/wpscan
Path: blob/master/spec/fixtures/db/vuln_api/plugins/vulnerable-not-popular.json
1483 views
1
{
2
"latest_version": null,
3
"last_updated": null,
4
"popular": false,
5
"vulnerabilities" : [
6
{
7
"title" : "First Vuln \u003c= 6.3.10 - LFI",
8
"fixed_in" : "6.3.10",
9
"id" : 1,
10
"vuln_type": "LFI"
11
},
12
{
13
"title": "No Fixed In",
14
"id": 2
15
}
16
]
17
}
18