Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/37996?format=api",
    "vulnerability_id": "VCID-8ke9-r4b8-cfd6",
    "summary": "Remote Memory Disclosure\nWhen given a number instead of a string, the ping function sends a non zeroed buffer of the corresponding length which exposes memory to the recipient.",
    "aliases": [
        {
            "alias": "GMS-2016-2"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/52471?format=api",
            "purl": "pkg:npm/ws@1.0.1",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/ws@1.0.1"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/52470?format=api",
            "purl": "pkg:npm/ws@1.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8ke9-r4b8-cfd6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/ws@1.0.0"
        }
    ],
    "references": [
        {
            "reference_url": "https://github.com/websockets/ws/releases/tag/1.0.1",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/websockets/ws/releases/tag/1.0.1"
        }
    ],
    "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-8ke9-r4b8-cfd6"
}