Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/16484?format=api",
    "vulnerability_id": "VCID-axqm-hk9c-53gn",
    "summary": "Express.js Open Redirect in malformed URLs\n### Impact\n\nVersions of Express.js prior to 4.19.2 and pre-release alpha and beta versions before 5.0.0-beta.3 are affected by an open redirect vulnerability using malformed URLs.\n\nWhen a user of Express performs a redirect using a user-provided URL Express performs an encode [using `encodeurl`](https://github.com/pillarjs/encodeurl) on the contents before passing it to the `location` header. This can cause malformed URLs to be evaluated in unexpected ways by common redirect allow list implementations in Express applications, leading to an Open Redirect via bypass of a properly implemented allow list.\n\nThe main method impacted is `res.location()` but this is also called from within `res.redirect()`.\n\n### Patches\n\nhttps://github.com/expressjs/express/commit/0867302ddbde0e9463d0564fea5861feb708c2dd\nhttps://github.com/expressjs/express/commit/0b746953c4bd8e377123527db11f9cd866e39f94\n\nAn initial fix went out with `express@4.19.0`, we then patched a feature regression in `4.19.1` and added improved handling for the bypass in `4.19.2`.\n\n### Workarounds\n\nThe fix for this involves pre-parsing the url string with either `require('node:url').parse` or `new URL`. These are steps you can take on your own before passing the user input string to `res.location` or `res.redirect`.\n\n### Resources\n\nhttps://github.com/expressjs/express/pull/5539\nhttps://github.com/koajs/koa/issues/1800\nhttps://expressjs.com/en/4x/api.html#res.location",
    "aliases": [
        {
            "alias": "CVE-2024-29041"
        },
        {
            "alias": "GHSA-rv95-896h-c2vc"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/932224?format=api",
            "purl": "pkg:deb/debian/node-express@4.19.2%2B~cs8.36.21-1?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-express@4.19.2%252B~cs8.36.21-1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/932222?format=api",
            "purl": "pkg:deb/debian/node-express@4.21.2%2B~cs8.36.27-2?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-express@4.21.2%252B~cs8.36.27-2%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/995118?format=api",
            "purl": "pkg:deb/debian/node-express@4.21.2%2B~cs8.36.27-2",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-express@4.21.2%252B~cs8.36.27-2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/932221?format=api",
            "purl": "pkg:deb/debian/node-express@5.1.0%2B~cs12.3.3-1?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-express@5.1.0%252B~cs12.3.3-1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/55946?format=api",
            "purl": "pkg:npm/express@4.19.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.19.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/55947?format=api",
            "purl": "pkg:npm/express@5.0.0-beta.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@5.0.0-beta.3"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/932220?format=api",
            "purl": "pkg:deb/debian/node-express@4.17.1-3?distro=trixie",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-express@4.17.1-3%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/995116?format=api",
            "purl": "pkg:deb/debian/node-express@4.17.1-3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-express@4.17.1-3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/932218?format=api",
            "purl": "pkg:deb/debian/node-express@4.18.2%2B~4.17.14-1?distro=trixie",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-express@4.18.2%252B~4.17.14-1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/995117?format=api",
            "purl": "pkg:deb/debian/node-express@4.18.2%2B~4.17.14-1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-express@4.18.2%252B~4.17.14-1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163389?format=api",
            "purl": "pkg:npm/express@0.14.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@0.14.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163390?format=api",
            "purl": "pkg:npm/express@0.14.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@0.14.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163391?format=api",
            "purl": "pkg:npm/express@1.0.0-beta",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@1.0.0-beta"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163392?format=api",
            "purl": "pkg:npm/express@1.0.0-beta2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@1.0.0-beta2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163393?format=api",
            "purl": "pkg:npm/express@1.0.0-rc",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@1.0.0-rc"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163394?format=api",
            "purl": "pkg:npm/express@1.0.0-rc2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@1.0.0-rc2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163395?format=api",
            "purl": "pkg:npm/express@1.0.0-rc3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@1.0.0-rc3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163396?format=api",
            "purl": "pkg:npm/express@1.0.0-rc4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@1.0.0-rc4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163397?format=api",
            "purl": "pkg:npm/express@1.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@1.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163398?format=api",
            "purl": "pkg:npm/express@1.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@1.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163399?format=api",
            "purl": "pkg:npm/express@1.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@1.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163400?format=api",
            "purl": "pkg:npm/express@1.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@1.0.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163401?format=api",
            "purl": "pkg:npm/express@1.0.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@1.0.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163402?format=api",
            "purl": "pkg:npm/express@1.0.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@1.0.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163403?format=api",
            "purl": "pkg:npm/express@1.0.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@1.0.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163404?format=api",
            "purl": "pkg:npm/express@1.0.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@1.0.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163405?format=api",
            "purl": "pkg:npm/express@1.0.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@1.0.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163406?format=api",
            "purl": "pkg:npm/express@2.0.0-beta",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.0.0-beta"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163407?format=api",
            "purl": "pkg:npm/express@2.0.0-beta2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.0.0-beta2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163408?format=api",
            "purl": "pkg:npm/express@2.0.0-beta3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.0.0-beta3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163409?format=api",
            "purl": "pkg:npm/express@2.0.0-rc",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.0.0-rc"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163410?format=api",
            "purl": "pkg:npm/express@2.0.0-rc2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.0.0-rc2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163411?format=api",
            "purl": "pkg:npm/express@2.0.0-rc3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.0.0-rc3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163412?format=api",
            "purl": "pkg:npm/express@2.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163413?format=api",
            "purl": "pkg:npm/express@2.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163414?format=api",
            "purl": "pkg:npm/express@2.1.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.1.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163415?format=api",
            "purl": "pkg:npm/express@2.2.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.2.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163416?format=api",
            "purl": "pkg:npm/express@2.2.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.2.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163417?format=api",
            "purl": "pkg:npm/express@2.2.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.2.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163418?format=api",
            "purl": "pkg:npm/express@2.3.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.3.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163419?format=api",
            "purl": "pkg:npm/express@2.3.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.3.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163420?format=api",
            "purl": "pkg:npm/express@2.3.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.3.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163421?format=api",
            "purl": "pkg:npm/express@2.3.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.3.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163422?format=api",
            "purl": "pkg:npm/express@2.3.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.3.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163423?format=api",
            "purl": "pkg:npm/express@2.3.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.3.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163424?format=api",
            "purl": "pkg:npm/express@2.3.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.3.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163425?format=api",
            "purl": "pkg:npm/express@2.3.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.3.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163426?format=api",
            "purl": "pkg:npm/express@2.3.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.3.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163427?format=api",
            "purl": "pkg:npm/express@2.3.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.3.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163428?format=api",
            "purl": "pkg:npm/express@2.3.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.3.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163429?format=api",
            "purl": "pkg:npm/express@2.3.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.3.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163430?format=api",
            "purl": "pkg:npm/express@2.3.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.3.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163431?format=api",
            "purl": "pkg:npm/express@2.4.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.4.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163432?format=api",
            "purl": "pkg:npm/express@2.4.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.4.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163433?format=api",
            "purl": "pkg:npm/express@2.4.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.4.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163434?format=api",
            "purl": "pkg:npm/express@2.4.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.4.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163435?format=api",
            "purl": "pkg:npm/express@2.4.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.4.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163436?format=api",
            "purl": "pkg:npm/express@2.4.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.4.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163437?format=api",
            "purl": "pkg:npm/express@2.4.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.4.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163438?format=api",
            "purl": "pkg:npm/express@2.4.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.4.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163439?format=api",
            "purl": "pkg:npm/express@2.5.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.5.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163440?format=api",
            "purl": "pkg:npm/express@2.5.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.5.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163441?format=api",
            "purl": "pkg:npm/express@2.5.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.5.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163442?format=api",
            "purl": "pkg:npm/express@2.5.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.5.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163443?format=api",
            "purl": "pkg:npm/express@2.5.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.5.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163444?format=api",
            "purl": "pkg:npm/express@2.5.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.5.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163445?format=api",
            "purl": "pkg:npm/express@2.5.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.5.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163446?format=api",
            "purl": "pkg:npm/express@2.5.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.5.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163447?format=api",
            "purl": "pkg:npm/express@2.5.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.5.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163448?format=api",
            "purl": "pkg:npm/express@2.5.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.5.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163449?format=api",
            "purl": "pkg:npm/express@2.5.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.5.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163450?format=api",
            "purl": "pkg:npm/express@2.5.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@2.5.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163451?format=api",
            "purl": "pkg:npm/express@3.0.0-alpha1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.0-alpha1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163452?format=api",
            "purl": "pkg:npm/express@3.0.0-alpha2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.0-alpha2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163453?format=api",
            "purl": "pkg:npm/express@3.0.0-alpha3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.0-alpha3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163454?format=api",
            "purl": "pkg:npm/express@3.0.0-alpha4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.0-alpha4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163455?format=api",
            "purl": "pkg:npm/express@3.0.0-alpha5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.0-alpha5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163456?format=api",
            "purl": "pkg:npm/express@3.0.0-beta1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.0-beta1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163457?format=api",
            "purl": "pkg:npm/express@3.0.0-beta2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.0-beta2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163458?format=api",
            "purl": "pkg:npm/express@3.0.0-beta3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.0-beta3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163459?format=api",
            "purl": "pkg:npm/express@3.0.0-beta4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.0-beta4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163460?format=api",
            "purl": "pkg:npm/express@3.0.0-beta6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.0-beta6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163461?format=api",
            "purl": "pkg:npm/express@3.0.0-beta7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.0-beta7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163462?format=api",
            "purl": "pkg:npm/express@3.0.0-rc1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.0-rc1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163463?format=api",
            "purl": "pkg:npm/express@3.0.0-rc2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.0-rc2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163464?format=api",
            "purl": "pkg:npm/express@3.0.0-rc3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.0-rc3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163465?format=api",
            "purl": "pkg:npm/express@3.0.0-rc4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.0-rc4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163466?format=api",
            "purl": "pkg:npm/express@3.0.0-rc5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.0-rc5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163467?format=api",
            "purl": "pkg:npm/express@3.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163468?format=api",
            "purl": "pkg:npm/express@3.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163469?format=api",
            "purl": "pkg:npm/express@3.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163470?format=api",
            "purl": "pkg:npm/express@3.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163471?format=api",
            "purl": "pkg:npm/express@3.0.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163472?format=api",
            "purl": "pkg:npm/express@3.0.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163473?format=api",
            "purl": "pkg:npm/express@3.0.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.0.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163474?format=api",
            "purl": "pkg:npm/express@3.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163475?format=api",
            "purl": "pkg:npm/express@3.1.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.1.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163476?format=api",
            "purl": "pkg:npm/express@3.1.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.1.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163477?format=api",
            "purl": "pkg:npm/express@3.2.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.2.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163478?format=api",
            "purl": "pkg:npm/express@3.2.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.2.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163479?format=api",
            "purl": "pkg:npm/express@3.2.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.2.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163480?format=api",
            "purl": "pkg:npm/express@3.2.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.2.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163481?format=api",
            "purl": "pkg:npm/express@3.2.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.2.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163482?format=api",
            "purl": "pkg:npm/express@3.2.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.2.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163483?format=api",
            "purl": "pkg:npm/express@3.2.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.2.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163484?format=api",
            "purl": "pkg:npm/express@3.3.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.3.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163485?format=api",
            "purl": "pkg:npm/express@3.3.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.3.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163486?format=api",
            "purl": "pkg:npm/express@3.3.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.3.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163487?format=api",
            "purl": "pkg:npm/express@3.3.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.3.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163488?format=api",
            "purl": "pkg:npm/express@3.3.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.3.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163489?format=api",
            "purl": "pkg:npm/express@3.3.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.3.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163490?format=api",
            "purl": "pkg:npm/express@3.3.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.3.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163491?format=api",
            "purl": "pkg:npm/express@3.3.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.3.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163492?format=api",
            "purl": "pkg:npm/express@3.3.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.3.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163493?format=api",
            "purl": "pkg:npm/express@3.4.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.4.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163494?format=api",
            "purl": "pkg:npm/express@3.4.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.4.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163495?format=api",
            "purl": "pkg:npm/express@3.4.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.4.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163496?format=api",
            "purl": "pkg:npm/express@3.4.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.4.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163497?format=api",
            "purl": "pkg:npm/express@3.4.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.4.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/146288?format=api",
            "purl": "pkg:npm/express@3.4.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.4.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163498?format=api",
            "purl": "pkg:npm/express@3.4.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.4.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163499?format=api",
            "purl": "pkg:npm/express@3.4.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.4.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163500?format=api",
            "purl": "pkg:npm/express@3.4.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.4.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163501?format=api",
            "purl": "pkg:npm/express@3.5.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.5.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163502?format=api",
            "purl": "pkg:npm/express@3.5.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.5.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163503?format=api",
            "purl": "pkg:npm/express@3.5.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.5.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163504?format=api",
            "purl": "pkg:npm/express@3.5.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.5.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163505?format=api",
            "purl": "pkg:npm/express@3.6.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.6.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163506?format=api",
            "purl": "pkg:npm/express@3.7.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.7.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163507?format=api",
            "purl": "pkg:npm/express@3.8.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.8.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163508?format=api",
            "purl": "pkg:npm/express@3.8.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.8.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163509?format=api",
            "purl": "pkg:npm/express@3.9.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.9.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163510?format=api",
            "purl": "pkg:npm/express@3.10.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.10.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163511?format=api",
            "purl": "pkg:npm/express@3.10.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.10.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163512?format=api",
            "purl": "pkg:npm/express@3.10.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.10.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163513?format=api",
            "purl": "pkg:npm/express@3.10.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.10.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163514?format=api",
            "purl": "pkg:npm/express@3.10.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.10.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163515?format=api",
            "purl": "pkg:npm/express@3.10.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.10.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/24502?format=api",
            "purl": "pkg:npm/express@3.11.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.11.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343004?format=api",
            "purl": "pkg:npm/express@3.12.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.12.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343005?format=api",
            "purl": "pkg:npm/express@3.12.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.12.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343006?format=api",
            "purl": "pkg:npm/express@3.13.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.13.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343007?format=api",
            "purl": "pkg:npm/express@3.14.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.14.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343008?format=api",
            "purl": "pkg:npm/express@3.15.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.15.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343009?format=api",
            "purl": "pkg:npm/express@3.15.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.15.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343010?format=api",
            "purl": "pkg:npm/express@3.15.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.15.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343011?format=api",
            "purl": "pkg:npm/express@3.15.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.15.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343012?format=api",
            "purl": "pkg:npm/express@3.16.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.16.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343013?format=api",
            "purl": "pkg:npm/express@3.16.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.16.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343014?format=api",
            "purl": "pkg:npm/express@3.16.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.16.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343015?format=api",
            "purl": "pkg:npm/express@3.16.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.16.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343016?format=api",
            "purl": "pkg:npm/express@3.16.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.16.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343017?format=api",
            "purl": "pkg:npm/express@3.16.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.16.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343018?format=api",
            "purl": "pkg:npm/express@3.16.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.16.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343019?format=api",
            "purl": "pkg:npm/express@3.16.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.16.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343020?format=api",
            "purl": "pkg:npm/express@3.16.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.16.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343021?format=api",
            "purl": "pkg:npm/express@3.16.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.16.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343022?format=api",
            "purl": "pkg:npm/express@3.16.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.16.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343023?format=api",
            "purl": "pkg:npm/express@3.17.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.17.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343024?format=api",
            "purl": "pkg:npm/express@3.17.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.17.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343025?format=api",
            "purl": "pkg:npm/express@3.17.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.17.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343026?format=api",
            "purl": "pkg:npm/express@3.17.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.17.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343027?format=api",
            "purl": "pkg:npm/express@3.17.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.17.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343028?format=api",
            "purl": "pkg:npm/express@3.17.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.17.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343029?format=api",
            "purl": "pkg:npm/express@3.17.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.17.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343030?format=api",
            "purl": "pkg:npm/express@3.17.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.17.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343031?format=api",
            "purl": "pkg:npm/express@3.17.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.17.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343032?format=api",
            "purl": "pkg:npm/express@3.18.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.18.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343033?format=api",
            "purl": "pkg:npm/express@3.18.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.18.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343034?format=api",
            "purl": "pkg:npm/express@3.18.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.18.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343035?format=api",
            "purl": "pkg:npm/express@3.18.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.18.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343036?format=api",
            "purl": "pkg:npm/express@3.18.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.18.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343037?format=api",
            "purl": "pkg:npm/express@3.18.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.18.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343038?format=api",
            "purl": "pkg:npm/express@3.18.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.18.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343039?format=api",
            "purl": "pkg:npm/express@3.19.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.19.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343040?format=api",
            "purl": "pkg:npm/express@3.19.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.19.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343041?format=api",
            "purl": "pkg:npm/express@3.19.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.19.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343042?format=api",
            "purl": "pkg:npm/express@3.20.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.20.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343043?format=api",
            "purl": "pkg:npm/express@3.20.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.20.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343044?format=api",
            "purl": "pkg:npm/express@3.20.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.20.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343045?format=api",
            "purl": "pkg:npm/express@3.20.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.20.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343046?format=api",
            "purl": "pkg:npm/express@3.21.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.21.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343047?format=api",
            "purl": "pkg:npm/express@3.21.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.21.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343048?format=api",
            "purl": "pkg:npm/express@3.21.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                },
                {
                    "vulnerability": "VCID-hyrv-e649-23fr"
                },
                {
                    "vulnerability": "VCID-xnw8-djyq-1uhk"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@3.21.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/24501?format=api",
            "purl": "pkg:npm/express@4.0.0-rc1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.0.0-rc1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163516?format=api",
            "purl": "pkg:npm/express@4.0.0-rc2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.0.0-rc2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163517?format=api",
            "purl": "pkg:npm/express@4.0.0-rc3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.0.0-rc3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163518?format=api",
            "purl": "pkg:npm/express@4.0.0-rc4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.0.0-rc4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/142056?format=api",
            "purl": "pkg:npm/express@4.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163519?format=api",
            "purl": "pkg:npm/express@4.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163520?format=api",
            "purl": "pkg:npm/express@4.1.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.1.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163521?format=api",
            "purl": "pkg:npm/express@4.1.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.1.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163522?format=api",
            "purl": "pkg:npm/express@4.2.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.2.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163523?format=api",
            "purl": "pkg:npm/express@4.3.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.3.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163524?format=api",
            "purl": "pkg:npm/express@4.3.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.3.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163525?format=api",
            "purl": "pkg:npm/express@4.3.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.3.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163526?format=api",
            "purl": "pkg:npm/express@4.4.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.4.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163527?format=api",
            "purl": "pkg:npm/express@4.4.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.4.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163528?format=api",
            "purl": "pkg:npm/express@4.4.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.4.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163529?format=api",
            "purl": "pkg:npm/express@4.4.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.4.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163530?format=api",
            "purl": "pkg:npm/express@4.4.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.4.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/163531?format=api",
            "purl": "pkg:npm/express@4.4.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-8jr1-tn77-dfds"
                },
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.4.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/24503?format=api",
            "purl": "pkg:npm/express@4.5.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.5.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343049?format=api",
            "purl": "pkg:npm/express@4.5.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.5.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343050?format=api",
            "purl": "pkg:npm/express@4.6.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.6.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343051?format=api",
            "purl": "pkg:npm/express@4.6.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.6.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343052?format=api",
            "purl": "pkg:npm/express@4.7.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.7.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343053?format=api",
            "purl": "pkg:npm/express@4.7.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.7.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343054?format=api",
            "purl": "pkg:npm/express@4.7.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.7.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343055?format=api",
            "purl": "pkg:npm/express@4.7.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.7.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343056?format=api",
            "purl": "pkg:npm/express@4.7.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.7.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343057?format=api",
            "purl": "pkg:npm/express@4.8.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.8.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343058?format=api",
            "purl": "pkg:npm/express@4.8.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.8.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343059?format=api",
            "purl": "pkg:npm/express@4.8.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.8.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343060?format=api",
            "purl": "pkg:npm/express@4.8.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.8.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343061?format=api",
            "purl": "pkg:npm/express@4.8.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.8.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343062?format=api",
            "purl": "pkg:npm/express@4.8.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.8.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343063?format=api",
            "purl": "pkg:npm/express@4.8.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.8.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343064?format=api",
            "purl": "pkg:npm/express@4.8.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.8.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343065?format=api",
            "purl": "pkg:npm/express@4.8.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.8.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343066?format=api",
            "purl": "pkg:npm/express@4.9.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.9.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343067?format=api",
            "purl": "pkg:npm/express@4.9.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.9.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343068?format=api",
            "purl": "pkg:npm/express@4.9.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.9.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343069?format=api",
            "purl": "pkg:npm/express@4.9.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.9.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343070?format=api",
            "purl": "pkg:npm/express@4.9.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.9.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343071?format=api",
            "purl": "pkg:npm/express@4.9.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.9.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343072?format=api",
            "purl": "pkg:npm/express@4.9.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.9.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343073?format=api",
            "purl": "pkg:npm/express@4.9.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.9.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343074?format=api",
            "purl": "pkg:npm/express@4.9.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.9.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343075?format=api",
            "purl": "pkg:npm/express@4.10.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.10.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343076?format=api",
            "purl": "pkg:npm/express@4.10.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.10.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343077?format=api",
            "purl": "pkg:npm/express@4.10.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.10.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343078?format=api",
            "purl": "pkg:npm/express@4.10.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.10.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343079?format=api",
            "purl": "pkg:npm/express@4.10.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.10.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343080?format=api",
            "purl": "pkg:npm/express@4.10.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.10.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343081?format=api",
            "purl": "pkg:npm/express@4.10.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.10.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343082?format=api",
            "purl": "pkg:npm/express@4.10.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.10.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343083?format=api",
            "purl": "pkg:npm/express@4.10.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.10.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343084?format=api",
            "purl": "pkg:npm/express@4.11.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.11.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343085?format=api",
            "purl": "pkg:npm/express@4.11.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.11.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343086?format=api",
            "purl": "pkg:npm/express@4.11.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.11.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343087?format=api",
            "purl": "pkg:npm/express@4.12.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.12.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343088?format=api",
            "purl": "pkg:npm/express@4.12.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.12.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343089?format=api",
            "purl": "pkg:npm/express@4.12.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.12.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343090?format=api",
            "purl": "pkg:npm/express@4.12.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.12.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343091?format=api",
            "purl": "pkg:npm/express@4.12.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.12.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343092?format=api",
            "purl": "pkg:npm/express@4.13.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.13.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343093?format=api",
            "purl": "pkg:npm/express@4.13.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.13.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343094?format=api",
            "purl": "pkg:npm/express@4.13.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.13.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343095?format=api",
            "purl": "pkg:npm/express@4.13.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.13.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343096?format=api",
            "purl": "pkg:npm/express@4.13.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.13.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343097?format=api",
            "purl": "pkg:npm/express@4.14.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.14.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343098?format=api",
            "purl": "pkg:npm/express@4.14.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.14.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343099?format=api",
            "purl": "pkg:npm/express@4.15.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.15.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343100?format=api",
            "purl": "pkg:npm/express@4.15.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.15.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343101?format=api",
            "purl": "pkg:npm/express@4.15.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.15.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343102?format=api",
            "purl": "pkg:npm/express@4.15.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.15.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343103?format=api",
            "purl": "pkg:npm/express@4.15.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.15.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343104?format=api",
            "purl": "pkg:npm/express@4.15.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.15.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343105?format=api",
            "purl": "pkg:npm/express@4.16.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.16.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343106?format=api",
            "purl": "pkg:npm/express@4.16.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.16.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343107?format=api",
            "purl": "pkg:npm/express@4.16.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.16.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343108?format=api",
            "purl": "pkg:npm/express@4.16.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.16.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343109?format=api",
            "purl": "pkg:npm/express@4.16.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.16.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343110?format=api",
            "purl": "pkg:npm/express@4.17.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.17.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343111?format=api",
            "purl": "pkg:npm/express@4.17.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.17.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343112?format=api",
            "purl": "pkg:npm/express@4.17.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-bcuh-2e2c-53gy"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.17.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/343113?format=api",
            "purl": "pkg:npm/express@4.17.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.17.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/673048?format=api",
            "purl": "pkg:npm/express@4.18.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.18.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/673049?format=api",
            "purl": "pkg:npm/express@4.18.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.18.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/673050?format=api",
            "purl": "pkg:npm/express@4.18.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.18.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/673051?format=api",
            "purl": "pkg:npm/express@4.18.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.18.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/673052?format=api",
            "purl": "pkg:npm/express@4.19.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.19.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/673053?format=api",
            "purl": "pkg:npm/express@4.19.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@4.19.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/62919?format=api",
            "purl": "pkg:npm/express@5.0.0-alpha.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@5.0.0-alpha.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/673054?format=api",
            "purl": "pkg:npm/express@5.0.0-alpha.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@5.0.0-alpha.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/673055?format=api",
            "purl": "pkg:npm/express@5.0.0-alpha.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@5.0.0-alpha.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/673056?format=api",
            "purl": "pkg:npm/express@5.0.0-alpha.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@5.0.0-alpha.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/673057?format=api",
            "purl": "pkg:npm/express@5.0.0-alpha.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@5.0.0-alpha.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/673058?format=api",
            "purl": "pkg:npm/express@5.0.0-alpha.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@5.0.0-alpha.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/673059?format=api",
            "purl": "pkg:npm/express@5.0.0-alpha.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@5.0.0-alpha.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/673060?format=api",
            "purl": "pkg:npm/express@5.0.0-alpha.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@5.0.0-alpha.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/673061?format=api",
            "purl": "pkg:npm/express@5.0.0-beta.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@5.0.0-beta.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/673062?format=api",
            "purl": "pkg:npm/express@5.0.0-beta.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-axqm-hk9c-53gn"
                },
                {
                    "vulnerability": "VCID-fevu-q6th-9beb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/express@5.0.0-beta.2"
        }
    ],
    "references": [
        {
            "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-29041.json",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.1",
                    "scoring_system": "cvssv3",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
                }
            ],
            "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-29041.json"
        },
        {
            "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2024-29041",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "0.00114",
                    "scoring_system": "epss",
                    "scoring_elements": "0.2998",
                    "published_at": "2026-04-12T12:55:00Z"
                },
                {
                    "value": "0.00114",
                    "scoring_system": "epss",
                    "scoring_elements": "0.30025",
                    "published_at": "2026-04-11T12:55:00Z"
                },
                {
                    "value": "0.00114",
                    "scoring_system": "epss",
                    "scoring_elements": "0.30018",
                    "published_at": "2026-04-09T12:55:00Z"
                },
                {
                    "value": "0.00114",
                    "scoring_system": "epss",
                    "scoring_elements": "0.29984",
                    "published_at": "2026-04-08T12:55:00Z"
                },
                {
                    "value": "0.00114",
                    "scoring_system": "epss",
                    "scoring_elements": "0.29922",
                    "published_at": "2026-04-07T12:55:00Z"
                },
                {
                    "value": "0.00114",
                    "scoring_system": "epss",
                    "scoring_elements": "0.30109",
                    "published_at": "2026-04-04T12:55:00Z"
                },
                {
                    "value": "0.00114",
                    "scoring_system": "epss",
                    "scoring_elements": "0.30062",
                    "published_at": "2026-04-02T12:55:00Z"
                },
                {
                    "value": "0.00154",
                    "scoring_system": "epss",
                    "scoring_elements": "0.35757",
                    "published_at": "2026-05-09T12:55:00Z"
                },
                {
                    "value": "0.00154",
                    "scoring_system": "epss",
                    "scoring_elements": "0.36157",
                    "published_at": "2026-04-13T12:55:00Z"
                },
                {
                    "value": "0.00154",
                    "scoring_system": "epss",
                    "scoring_elements": "0.36199",
                    "published_at": "2026-04-16T12:55:00Z"
                },
                {
                    "value": "0.00154",
                    "scoring_system": "epss",
                    "scoring_elements": "0.36184",
                    "published_at": "2026-04-18T12:55:00Z"
                },
                {
                    "value": "0.00154",
                    "scoring_system": "epss",
                    "scoring_elements": "0.36131",
                    "published_at": "2026-04-21T12:55:00Z"
                },
                {
                    "value": "0.00154",
                    "scoring_system": "epss",
                    "scoring_elements": "0.35901",
                    "published_at": "2026-04-24T12:55:00Z"
                },
                {
                    "value": "0.00154",
                    "scoring_system": "epss",
                    "scoring_elements": "0.35869",
                    "published_at": "2026-04-26T12:55:00Z"
                },
                {
                    "value": "0.00154",
                    "scoring_system": "epss",
                    "scoring_elements": "0.35782",
                    "published_at": "2026-04-29T12:55:00Z"
                },
                {
                    "value": "0.00154",
                    "scoring_system": "epss",
                    "scoring_elements": "0.35666",
                    "published_at": "2026-05-05T12:55:00Z"
                },
                {
                    "value": "0.00154",
                    "scoring_system": "epss",
                    "scoring_elements": "0.35736",
                    "published_at": "2026-05-07T12:55:00Z"
                }
            ],
            "url": "https://api.first.org/data/v1/epss?cve=CVE-2024-29041"
        },
        {
            "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-29041",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-29041"
        },
        {
            "reference_url": "https://expressjs.com/en/4x/api.html#res.location",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-03-26T13:59:28Z/"
                }
            ],
            "url": "https://expressjs.com/en/4x/api.html#res.location"
        },
        {
            "reference_url": "https://github.com/expressjs/express",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/expressjs/express"
        },
        {
            "reference_url": "https://github.com/expressjs/express/commit/0867302ddbde0e9463d0564fea5861feb708c2dd",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-03-26T13:59:28Z/"
                }
            ],
            "url": "https://github.com/expressjs/express/commit/0867302ddbde0e9463d0564fea5861feb708c2dd"
        },
        {
            "reference_url": "https://github.com/expressjs/express/commit/0b746953c4bd8e377123527db11f9cd866e39f94",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-03-26T13:59:28Z/"
                }
            ],
            "url": "https://github.com/expressjs/express/commit/0b746953c4bd8e377123527db11f9cd866e39f94"
        },
        {
            "reference_url": "https://github.com/expressjs/express/pull/5539",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-03-26T13:59:28Z/"
                }
            ],
            "url": "https://github.com/expressjs/express/pull/5539"
        },
        {
            "reference_url": "https://github.com/expressjs/express/security/advisories/GHSA-rv95-896h-c2vc",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-03-26T13:59:28Z/"
                }
            ],
            "url": "https://github.com/expressjs/express/security/advisories/GHSA-rv95-896h-c2vc"
        },
        {
            "reference_url": "https://github.com/koajs/koa/issues/1800",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-03-26T13:59:28Z/"
                }
            ],
            "url": "https://github.com/koajs/koa/issues/1800"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29041",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29041"
        },
        {
            "reference_url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068346",
            "reference_id": "1068346",
            "reference_type": "",
            "scores": [],
            "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068346"
        },
        {
            "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290901",
            "reference_id": "2290901",
            "reference_type": "",
            "scores": [],
            "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290901"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-rv95-896h-c2vc",
            "reference_id": "GHSA-rv95-896h-c2vc",
            "reference_type": "",
            "scores": [
                {
                    "value": "MODERATE",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/advisories/GHSA-rv95-896h-c2vc"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2024:3868",
            "reference_id": "RHSA-2024:3868",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2024:3868"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2024:6211",
            "reference_id": "RHSA-2024:6211",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2024:6211"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2024:7624",
            "reference_id": "RHSA-2024:7624",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2024:7624"
        },
        {
            "reference_url": "https://usn.ubuntu.com/7581-1/",
            "reference_id": "USN-7581-1",
            "reference_type": "",
            "scores": [],
            "url": "https://usn.ubuntu.com/7581-1/"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 1286,
            "name": "Improper Validation of Syntactic Correctness of Input",
            "description": "The product receives input that is expected to be well-formed - i.e., to comply with a certain syntax - but it does not validate or incorrectly validates that the input complies with the syntax."
        },
        {
            "cwe_id": 601,
            "name": "URL Redirection to Untrusted Site ('Open Redirect')",
            "description": "A web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a Redirect. This simplifies phishing attacks."
        },
        {
            "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 - 6.9",
    "exploitability": "0.5",
    "weighted_severity": "6.2",
    "risk_score": 3.1,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-axqm-hk9c-53gn"
}