Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/55518?format=api",
    "purl": "pkg:npm/marked@0.3.5",
    "type": "npm",
    "namespace": "",
    "name": "marked",
    "version": "0.3.5",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": true,
    "next_non_vulnerable_version": "0.3.7",
    "latest_non_vulnerable_version": "4.0.10",
    "affected_by_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/39679?format=api",
            "vulnerability_id": "VCID-5bd3-3bhj-e7hr",
            "summary": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')\nmarked is an application that is meant to parse and compile markdown. Due to the way that marked parses input, specifically HTML entities, it's possible to bypass marked's content injection protection (`sanitize: true`) to inject a `javascript:` URL. This flaw exists because `&#xNNanything;` gets parsed to what it could and leaves the rest behind, resulting in just `anything;` being left.",
            "references": [
                {
                    "reference_url": "https://github.com/chjj/marked/pull/592",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/chjj/marked/pull/592"
                },
                {
                    "reference_url": "https://github.com/chjj/marked/pull/592/commits/2cff85979be8e7a026a9aca35542c470cf5da523",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/chjj/marked/pull/592/commits/2cff85979be8e7a026a9aca35542c470cf5da523"
                },
                {
                    "reference_url": "https://nodesecurity.io/advisories/101",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nodesecurity.io/advisories/101"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2016-10531",
                    "reference_id": "CVE-2016-10531",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-10531"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52652?format=api",
                    "purl": "pkg:npm/marked@0.3.6",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-edfz-a78w-13dh"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/marked@0.3.6"
                }
            ],
            "aliases": [
                "CVE-2016-10531"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-5bd3-3bhj-e7hr"
        }
    ],
    "fixing_vulnerabilities": [],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/marked@0.3.5"
}