Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/35587?format=api",
    "vulnerability_id": "VCID-u9wf-wtur-rkcr",
    "summary": "In freewvs before 0.1.1, a directory structure of more than 1000 nested directories can interrupt a freewvs scan due to Python's recursion limit and os.walk(). This can be problematic in a case where an administrator scans the dirs of potentially untrusted users. This has been patched in 0.1.1.",
    "aliases": [
        {
            "alias": "CVE-2020-15101"
        },
        {
            "alias": "GHSA-7pmh-vrww-25xx"
        },
        {
            "alias": "PYSEC-2020-233"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/17763?format=api",
            "purl": "pkg:pypi/freewvs@0.1.1",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/freewvs@0.1.1"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/17762?format=api",
            "purl": "pkg:pypi/freewvs@0.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3jaf-sdvt-dydn"
                },
                {
                    "vulnerability": "VCID-u9wf-wtur-rkcr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/freewvs@0.1.0"
        }
    ],
    "references": [
        {
            "reference_url": "https://github.com/schokokeksorg/freewvs/commit/83a6b55c0435c69f447488b791555e6078803143",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/schokokeksorg/freewvs/commit/83a6b55c0435c69f447488b791555e6078803143"
        },
        {
            "reference_url": "https://github.com/schokokeksorg/freewvs/security/advisories/GHSA-7pmh-vrww-25xx",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/schokokeksorg/freewvs/security/advisories/GHSA-7pmh-vrww-25xx"
        }
    ],
    "weaknesses": [],
    "exploits": [],
    "severity_range_score": null,
    "exploitability": null,
    "weighted_severity": null,
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-u9wf-wtur-rkcr"
}