Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/19329?format=api",
    "purl": "pkg:pypi/jsonpickle@1.4",
    "type": "pypi",
    "namespace": "",
    "name": "jsonpickle",
    "version": "1.4",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": true,
    "next_non_vulnerable_version": "1.4.2",
    "latest_non_vulnerable_version": "1.4.2",
    "affected_by_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/3505?format=api",
            "vulnerability_id": "VCID-cxgs-rd8r-vuev",
            "summary": "arbitrary code execution",
            "references": [
                {
                    "reference_url": "https://access.redhat.com/security/cve/CVE-2020-22083",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/security/cve/CVE-2020-22083"
                },
                {
                    "reference_url": "https://gist.github.com/j0lt-github/bb543e77a1a10c33cb56cf23d0837874",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://gist.github.com/j0lt-github/bb543e77a1a10c33cb56cf23d0837874"
                },
                {
                    "reference_url": "https://github.com/j0lt-github/python-deserialization-attack-payload-generator",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/j0lt-github/python-deserialization-attack-payload-generator"
                },
                {
                    "reference_url": "https://github.com/jsonpickle/jsonpickle/issues/332",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/jsonpickle/jsonpickle/issues/332"
                },
                {
                    "reference_url": "https://github.com/jsonpickle/jsonpickle/issues/332#issuecomment-747807494",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/jsonpickle/jsonpickle/issues/332#issuecomment-747807494"
                },
                {
                    "reference_url": "https://versprite.com/blog/application-security/into-the-jar-jsonpickle-exploitation/",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://versprite.com/blog/application-security/into-the-jar-jsonpickle-exploitation/"
                },
                {
                    "reference_url": "https://security.archlinux.org/AVG-1370",
                    "reference_id": "AVG-1370",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "Low",
                            "scoring_system": "archlinux",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://security.archlinux.org/AVG-1370"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/19331?format=api",
                    "purl": "pkg:pypi/jsonpickle@1.4.2",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/jsonpickle@1.4.2"
                }
            ],
            "aliases": [
                "CVE-2020-22083",
                "PYSEC-2020-49"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-cxgs-rd8r-vuev"
        }
    ],
    "fixing_vulnerabilities": [],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/jsonpickle@1.4"
}