Lookup for vulnerable packages by Package URL.

GET /api/packages/83832?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://public2.vulnerablecode.io/api/packages/83832?format=api",
    "purl": "pkg:maven/org.eclipse.jgit/org.eclipse.jgit@3.5.3",
    "type": "maven",
    "namespace": "org.eclipse.jgit",
    "name": "org.eclipse.jgit",
    "version": "3.5.3",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": false,
    "next_non_vulnerable_version": "5.13.3.202401111512-r",
    "latest_non_vulnerable_version": "7.2.1.202505142326-r",
    "affected_by_vulnerabilities": [],
    "fixing_vulnerabilities": [],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jgit/org.eclipse.jgit@3.5.3"
}