Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/60529?format=api",
    "purl": "pkg:maven/io.projectreactor.netty/reactor-netty-http@0.9.5",
    "type": "maven",
    "namespace": "io.projectreactor.netty",
    "name": "reactor-netty-http",
    "version": "0.9.5",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": false,
    "next_non_vulnerable_version": "1.0.39",
    "latest_non_vulnerable_version": "1.1.13",
    "affected_by_vulnerabilities": [],
    "fixing_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/42365?format=api",
            "vulnerability_id": "VCID-ms8e-9xf1-pudr",
            "summary": "Improper Handling of Exceptional Conditions\nReactor Netty HttpServer, is exposed to a URISyntaxException that causes the connection to be closed prematurely instead of producing a response.",
            "references": [
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2020-5403",
                    "reference_id": "CVE-2020-5403",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-5403"
                },
                {
                    "reference_url": "https://pivotal.io/security/cve-2020-5403",
                    "reference_id": "CVE-2020-5403",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://pivotal.io/security/cve-2020-5403"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-hp5x-rqf7-43vf",
                    "reference_id": "GHSA-hp5x-rqf7-43vf",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-hp5x-rqf7-43vf"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/60529?format=api",
                    "purl": "pkg:maven/io.projectreactor.netty/reactor-netty-http@0.9.5",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/io.projectreactor.netty/reactor-netty-http@0.9.5"
                }
            ],
            "aliases": [
                "CVE-2020-5403",
                "GHSA-hp5x-rqf7-43vf"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-ms8e-9xf1-pudr"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/42336?format=api",
            "vulnerability_id": "VCID-qrnu-bqyf-ykaj",
            "summary": "Insufficiently Protected Credentials\nThe HttpClient from Reactor Netty,, may be used incorrectly, leading to a credentials leak during a redirect to a different domain. In order for this to happen, the HttpClient must have been explicitly configured to follow redirects.",
            "references": [
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2020-5404",
                    "reference_id": "CVE-2020-5404",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-5404"
                },
                {
                    "reference_url": "https://pivotal.io/security/cve-2020-5404",
                    "reference_id": "CVE-2020-5404",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://pivotal.io/security/cve-2020-5404"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-gpch-h32j-gx6x",
                    "reference_id": "GHSA-gpch-h32j-gx6x",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-gpch-h32j-gx6x"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/60529?format=api",
                    "purl": "pkg:maven/io.projectreactor.netty/reactor-netty-http@0.9.5",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/io.projectreactor.netty/reactor-netty-http@0.9.5"
                }
            ],
            "aliases": [
                "CVE-2020-5404",
                "GHSA-gpch-h32j-gx6x"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-qrnu-bqyf-ykaj"
        }
    ],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/io.projectreactor.netty/reactor-netty-http@0.9.5"
}