Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/37433?format=api",
    "vulnerability_id": "VCID-nnu3-4b3x-uqfq",
    "summary": "When using digest authentication with a wrong password, `requests` will retry the request for infinity. This makes the package vulnerable to Denial of Service (DoS).",
    "aliases": [
        {
            "alias": "GMS-2012-3"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/8611?format=api",
            "purl": "pkg:pypi/requests@0.12.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3zpr-hwqn-fucx"
                },
                {
                    "vulnerability": "VCID-8atb-eajh-gkdp"
                },
                {
                    "vulnerability": "VCID-y16k-z2b6-8bam"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/requests@0.12.0"
        }
    ],
    "affected_packages": [],
    "references": [
        {
            "reference_url": "https://github.com/requests/requests/issues/541",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/requests/requests/issues/541"
        },
        {
            "reference_url": "https://github.com/requests/requests/pull/547",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/requests/requests/pull/547"
        },
        {
            "reference_url": "https://github.com/requests/requests/pull/547/commits/c3e6c41fc164d4348f8ce197bd0075aff05637af",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/requests/requests/pull/547/commits/c3e6c41fc164d4348f8ce197bd0075aff05637af"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 1035,
            "name": "OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities",
            "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017."
        },
        {
            "cwe_id": 937,
            "name": "OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities",
            "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013."
        }
    ],
    "exploits": [],
    "severity_range_score": null,
    "exploitability": null,
    "weighted_severity": null,
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-nnu3-4b3x-uqfq"
}