Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/65486?format=api",
    "purl": "pkg:maven/net.pwall.json/jsonutil@5.0",
    "type": "maven",
    "namespace": "net.pwall.json",
    "name": "jsonutil",
    "version": "5.0",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": true,
    "next_non_vulnerable_version": null,
    "latest_non_vulnerable_version": null,
    "affected_by_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/45383?format=api",
            "vulnerability_id": "VCID-wj17-v245-8fen",
            "summary": "JSONUtil vulnerable to stack exhaustion\nAn issue was discovered JSONUtil through 5.0 that allows attackers to cause a denial of service or other unspecified impacts via crafted objects that deeply nested structures.",
            "references": [
                {
                    "reference_url": "https://github.com/billdavidson/JSONUtil/issues/10",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/billdavidson/JSONUtil/issues/10"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-34615",
                    "reference_id": "CVE-2023-34615",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-34615"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-w2rr-wvh9-m2m7",
                    "reference_id": "GHSA-w2rr-wvh9-m2m7",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-w2rr-wvh9-m2m7"
                }
            ],
            "fixed_packages": [],
            "aliases": [
                "CVE-2023-34615",
                "GHSA-w2rr-wvh9-m2m7"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-wj17-v245-8fen"
        }
    ],
    "fixing_vulnerabilities": [],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/net.pwall.json/jsonutil@5.0"
}