Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/51614?format=api",
    "purl": "pkg:maven/org.jgroups/jgroups@3.3-alpha0",
    "type": "maven",
    "namespace": "org.jgroups",
    "name": "jgroups",
    "version": "3.3-alpha0",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": true,
    "next_non_vulnerable_version": "3.3.3.Final",
    "latest_non_vulnerable_version": "4.0",
    "affected_by_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/37576?format=api",
            "vulnerability_id": "VCID-s3zg-vjk7-kkdg",
            "summary": "Authentication via cached credentials\nThe `DiagnosticsHandler` in this package allows remote attackers to obtain sensitive information (diagnostic information) and execute arbitrary code by reusing valid credentials.",
            "references": [
                {
                    "reference_url": "https://bugzilla.redhat.com/CVE-2013-4112",
                    "reference_id": "CVE-2013-4112",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://bugzilla.redhat.com/CVE-2013-4112"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/51617?format=api",
                    "purl": "pkg:maven/org.jgroups/jgroups@3.3.3.Final",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.jgroups/jgroups@3.3.3.Final"
                }
            ],
            "aliases": [
                "CVE-2013-4112"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-s3zg-vjk7-kkdg"
        }
    ],
    "fixing_vulnerabilities": [],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.jgroups/jgroups@3.3-alpha0"
}