Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/42501?format=api",
    "vulnerability_id": "VCID-c1dy-p3tz-dbcs",
    "summary": "url-parse incorrectly parses hostname / protocol due to unstripped leading control characters.\nLeading control characters in a URL are not stripped when passed into url-parse. This can cause input URLs to be mistakenly be interpreted as a relative URL without a hostname and protocol, while the WHATWG URL parser will trim control characters and treat it as an absolute URL.\n\nIf url-parse is used in security decisions involving the hostname / protocol, and the input URL is used in a client which uses the WHATWG URL parser, the decision may be incorrect.\n\nThis can also lead to a cross-site scripting (XSS) vulnerability if url-parse is used to check for the javascript: protocol in URLs. See following example:\n```js\nconst parse = require('url-parse')\nconst express = require('express')\nconst app = express()\nconst port = 3000\n\nurl = parse(\\\"\\\\bjavascript:alert(1)\\\")\n\nconsole.log(url)\n\napp.get('/', (req, res) => {\nif (url.protocol !== \\\"javascript:\\\") {res.send(\\\"<a href=\\\\'\\\" + url.href + \\\"\\\\'>CLICK ME!</a>\\\")}\n})\n\napp.listen(port, () => {\nconsole.log(`Example app listening on port ${port}`)\n})\n```",
    "aliases": [
        {
            "alias": "CVE-2022-0691"
        },
        {
            "alias": "GHSA-jf5r-8hm2-f872"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/119208?format=api",
            "purl": "pkg:deb/debian/node-url-parse@1.5.3-1%2Bdeb11u1?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-url-parse@1.5.3-1%252Bdeb11u1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/532542?format=api",
            "purl": "pkg:deb/debian/node-url-parse@1.5.3-1%2Bdeb11u2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-url-parse@1.5.3-1%252Bdeb11u2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/119197?format=api",
            "purl": "pkg:deb/debian/node-url-parse@1.5.3-1%2Bdeb11u2?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-url-parse@1.5.3-1%252Bdeb11u2%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/119207?format=api",
            "purl": "pkg:deb/debian/node-url-parse@1.5.9%2B~1.4.8-1?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-url-parse@1.5.9%252B~1.4.8-1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/119195?format=api",
            "purl": "pkg:deb/debian/node-url-parse@1.5.10%2B~1.4.8-2?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-url-parse@1.5.10%252B~1.4.8-2%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/119199?format=api",
            "purl": "pkg:deb/debian/node-url-parse@1.5.10%2B~1.4.8-3?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-url-parse@1.5.10%252B~1.4.8-3%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/119198?format=api",
            "purl": "pkg:deb/debian/node-url-parse@1.5.10%2B~1.4.11-1?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-url-parse@1.5.10%252B~1.4.11-1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60771?format=api",
            "purl": "pkg:npm/url-parse@1.5.9",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.5.9"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/532540?format=api",
            "purl": "pkg:deb/debian/node-url-parse@1.0.5-2%2Bdeb9u1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-url-parse@1.0.5-2%252Bdeb9u1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/532541?format=api",
            "purl": "pkg:deb/debian/node-url-parse@1.2.0-2%2Bdeb10u1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-url-parse@1.2.0-2%252Bdeb10u1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/56354?format=api",
            "purl": "pkg:npm/url-parse@0.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@0.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224145?format=api",
            "purl": "pkg:npm/url-parse@0.1.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@0.1.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224146?format=api",
            "purl": "pkg:npm/url-parse@0.1.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@0.1.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224147?format=api",
            "purl": "pkg:npm/url-parse@0.1.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@0.1.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224148?format=api",
            "purl": "pkg:npm/url-parse@0.1.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@0.1.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224149?format=api",
            "purl": "pkg:npm/url-parse@0.1.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@0.1.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224150?format=api",
            "purl": "pkg:npm/url-parse@0.2.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@0.2.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224151?format=api",
            "purl": "pkg:npm/url-parse@0.2.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@0.2.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224152?format=api",
            "purl": "pkg:npm/url-parse@0.2.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@0.2.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224153?format=api",
            "purl": "pkg:npm/url-parse@0.2.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@0.2.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60740?format=api",
            "purl": "pkg:npm/url-parse@1.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224154?format=api",
            "purl": "pkg:npm/url-parse@1.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224155?format=api",
            "purl": "pkg:npm/url-parse@1.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224156?format=api",
            "purl": "pkg:npm/url-parse@1.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.0.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224157?format=api",
            "purl": "pkg:npm/url-parse@1.0.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.0.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224158?format=api",
            "purl": "pkg:npm/url-parse@1.0.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.0.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224159?format=api",
            "purl": "pkg:npm/url-parse@1.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224160?format=api",
            "purl": "pkg:npm/url-parse@1.1.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.1.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224161?format=api",
            "purl": "pkg:npm/url-parse@1.1.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.1.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224162?format=api",
            "purl": "pkg:npm/url-parse@1.1.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.1.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224163?format=api",
            "purl": "pkg:npm/url-parse@1.1.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.1.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224164?format=api",
            "purl": "pkg:npm/url-parse@1.1.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.1.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224165?format=api",
            "purl": "pkg:npm/url-parse@1.1.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.1.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224166?format=api",
            "purl": "pkg:npm/url-parse@1.1.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.1.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224167?format=api",
            "purl": "pkg:npm/url-parse@1.1.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.1.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224168?format=api",
            "purl": "pkg:npm/url-parse@1.1.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.1.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224169?format=api",
            "purl": "pkg:npm/url-parse@1.2.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.2.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224170?format=api",
            "purl": "pkg:npm/url-parse@1.3.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.3.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224171?format=api",
            "purl": "pkg:npm/url-parse@1.4.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.4.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/224172?format=api",
            "purl": "pkg:npm/url-parse@1.4.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-suhk-1g74-1khf"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.4.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/6676?format=api",
            "purl": "pkg:npm/url-parse@1.4.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.4.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/519171?format=api",
            "purl": "pkg:npm/url-parse@1.4.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-257u-qjc4-afdg"
                },
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.4.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60004?format=api",
            "purl": "pkg:npm/url-parse@1.4.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.4.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/519172?format=api",
            "purl": "pkg:npm/url-parse@1.4.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.4.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/519173?format=api",
            "purl": "pkg:npm/url-parse@1.4.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2zqx-vwck-4beu"
                },
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.4.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/80642?format=api",
            "purl": "pkg:npm/url-parse@1.5.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.5.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/531891?format=api",
            "purl": "pkg:npm/url-parse@1.5.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-ukj6-rn9c-b7ap"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.5.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/58644?format=api",
            "purl": "pkg:npm/url-parse@1.5.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.5.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557683?format=api",
            "purl": "pkg:npm/url-parse@1.5.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.5.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557684?format=api",
            "purl": "pkg:npm/url-parse@1.5.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.5.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557685?format=api",
            "purl": "pkg:npm/url-parse@1.5.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-rxnd-sf2e-aqcg"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.5.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60672?format=api",
            "purl": "pkg:npm/url-parse@1.5.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                },
                {
                    "vulnerability": "VCID-yqx2-x5zq-7qhv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.5.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60741?format=api",
            "purl": "pkg:npm/url-parse@1.5.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-91bh-dzjq-xbev"
                },
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.5.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60754?format=api",
            "purl": "pkg:npm/url-parse@1.5.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-c1dy-p3tz-dbcs"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/url-parse@1.5.8"
        }
    ],
    "references": [
        {
            "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-0691.json",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "9.8",
                    "scoring_system": "cvssv3",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
                }
            ],
            "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-0691.json"
        },
        {
            "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2022-0691",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "0.00086",
                    "scoring_system": "epss",
                    "scoring_elements": "0.24748",
                    "published_at": "2026-06-08T12:55:00Z"
                },
                {
                    "value": "0.00086",
                    "scoring_system": "epss",
                    "scoring_elements": "0.24779",
                    "published_at": "2026-06-04T12:55:00Z"
                },
                {
                    "value": "0.00086",
                    "scoring_system": "epss",
                    "scoring_elements": "0.24875",
                    "published_at": "2026-06-05T12:55:00Z"
                },
                {
                    "value": "0.00086",
                    "scoring_system": "epss",
                    "scoring_elements": "0.24864",
                    "published_at": "2026-06-06T12:55:00Z"
                },
                {
                    "value": "0.00086",
                    "scoring_system": "epss",
                    "scoring_elements": "0.24806",
                    "published_at": "2026-06-07T12:55:00Z"
                }
            ],
            "url": "https://api.first.org/data/v1/epss?cve=CVE-2022-0691"
        },
        {
            "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0691",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0691"
        },
        {
            "reference_url": "https://github.com/github/advisory-database/pull/6765",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/github/advisory-database/pull/6765"
        },
        {
            "reference_url": "https://github.com/unshiftio/url-parse",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/unshiftio/url-parse"
        },
        {
            "reference_url": "https://github.com/unshiftio/url-parse/commit/0e3fb542d60ddbf6933f22eb9b1e06e25eaa5b63",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/unshiftio/url-parse/commit/0e3fb542d60ddbf6933f22eb9b1e06e25eaa5b63"
        },
        {
            "reference_url": "https://huntr.dev/bounties/57124ed5-4b68-4934-8325-2c546257f2e4",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://huntr.dev/bounties/57124ed5-4b68-4934-8325-2c546257f2e4"
        },
        {
            "reference_url": "https://lists.debian.org/debian-lts-announce/2023/02/msg00030.html",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://lists.debian.org/debian-lts-announce/2023/02/msg00030.html"
        },
        {
            "reference_url": "https://security.netapp.com/advisory/ntap-20220325-0006",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://security.netapp.com/advisory/ntap-20220325-0006"
        },
        {
            "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=2060020",
            "reference_id": "2060020",
            "reference_type": "",
            "scores": [],
            "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2060020"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0691",
            "reference_id": "CVE-2022-0691",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0691"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-jf5r-8hm2-f872",
            "reference_id": "GHSA-jf5r-8hm2-f872",
            "reference_type": "",
            "scores": [
                {
                    "value": "MODERATE",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/advisories/GHSA-jf5r-8hm2-f872"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2022:6429",
            "reference_id": "RHSA-2022:6429",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2022:6429"
        },
        {
            "reference_url": "https://usn.ubuntu.com/5973-1/",
            "reference_id": "USN-5973-1",
            "reference_type": "",
            "scores": [],
            "url": "https://usn.ubuntu.com/5973-1/"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 639,
            "name": "Authorization Bypass Through User-Controlled Key",
            "description": "The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data."
        },
        {
            "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."
        },
        {
            "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."
        }
    ],
    "exploits": [],
    "severity_range_score": "4.0 - 9.8",
    "exploitability": "0.5",
    "weighted_severity": "8.8",
    "risk_score": 4.4,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-c1dy-p3tz-dbcs"
}