Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/60730?format=api",
    "purl": "pkg:npm/next@12.1.0",
    "type": "npm",
    "namespace": "",
    "name": "next",
    "version": "12.1.0",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": false,
    "next_non_vulnerable_version": "13.4.20-canary.0",
    "latest_non_vulnerable_version": "16.1.5",
    "affected_by_vulnerabilities": [],
    "fixing_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/42471?format=api",
            "vulnerability_id": "VCID-4uam-3y96-wub1",
            "summary": "Next.js is vulnerable to User Interface (UI) Misrepresentation of Critical Information. In order to be affected, the `next.config.js` file must have an `images.domains` array assigned and the image host assigned in `images.domains` must allow user-provided SVG. If the `next.config.js` file has `images.loader` assigned to something other than default, the instance is not affected. As a workaround, change `next.config.js` to use a different `loader configuration` other than the default.",
            "references": [
                {
                    "reference_url": "https://github.com/vercel/next.js/releases/tag/v12.1.0",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/vercel/next.js/releases/tag/v12.1.0"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-fmvm-x8mv-47mj",
                    "reference_id": "GHSA-fmvm-x8mv-47mj",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-fmvm-x8mv-47mj"
                },
                {
                    "reference_url": "https://github.com/vercel/next.js/security/advisories/GHSA-fmvm-x8mv-47mj",
                    "reference_id": "GHSA-fmvm-x8mv-47mj",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/vercel/next.js/security/advisories/GHSA-fmvm-x8mv-47mj"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/60730?format=api",
                    "purl": "pkg:npm/next@12.1.0",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@12.1.0"
                }
            ],
            "aliases": [
                "CVE-2022-23646",
                "GHSA-fmvm-x8mv-47mj"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-4uam-3y96-wub1"
        }
    ],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@12.1.0"
}