Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/23518?format=api",
    "purl": "pkg:pypi/nameko@1.2.3",
    "type": "pypi",
    "namespace": "",
    "name": "nameko",
    "version": "1.2.3",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": true,
    "next_non_vulnerable_version": "2.14.0",
    "latest_non_vulnerable_version": "3.0.0rc10",
    "affected_by_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/8186?format=api",
            "vulnerability_id": "VCID-2gww-63x7-cyek",
            "summary": "Nameko through 2.13.0 can be tricked into performing arbitrary code execution when deserializing the config file.",
            "references": [
                {
                    "reference_url": "https://github.com/nameko/nameko",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/nameko/nameko"
                },
                {
                    "reference_url": "https://github.com/nameko/nameko/releases/tag/v2.14.0",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/nameko/nameko/releases/tag/v2.14.0"
                },
                {
                    "reference_url": "https://github.com/nameko/nameko/releases/tag/v3.0.0-rc10",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/nameko/nameko/releases/tag/v3.0.0-rc10"
                },
                {
                    "reference_url": "https://github.com/nameko/nameko/security/advisories/GHSA-6p52-jr3q-c94g",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/nameko/nameko/security/advisories/GHSA-6p52-jr3q-c94g"
                },
                {
                    "reference_url": "https://github.com/pypa/advisory-database/tree/main/vulns/nameko/PYSEC-2021-383.yaml",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/pypa/advisory-database/tree/main/vulns/nameko/PYSEC-2021-383.yaml"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2021-41078",
                    "reference_id": "CVE-2021-41078",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-41078"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-6p52-jr3q-c94g",
                    "reference_id": "GHSA-6p52-jr3q-c94g",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-6p52-jr3q-c94g"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/23584?format=api",
                    "purl": "pkg:pypi/nameko@2.14.0",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/nameko@2.14.0"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/58295?format=api",
                    "purl": "pkg:pypi/nameko@3.0.0rc10",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/nameko@3.0.0rc10"
                }
            ],
            "aliases": [
                "CVE-2021-41078",
                "GHSA-6p52-jr3q-c94g",
                "PYSEC-2021-383"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-2gww-63x7-cyek"
        }
    ],
    "fixing_vulnerabilities": [],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/nameko@1.2.3"
}