-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Issue
Dependabot reports a high severity vulnerability path-to-regexp outputs backtracking regular expressions in this repo concerning CVE-2024-45296.
This is also reported by npm audit:
path-to-regexp 0.2.0 - 7.2.0
Severity: high
path-to-regexp outputs backtracking regular expressions - https://github.com/advisories/GHSA-9wv6-86v2-598j
fix available via `npm audit fix --force`
Will install [email protected], which is a breaking change
node_modules/serve-handler/node_modules/path-to-regexp
serve-handler *
Depends on vulnerable versions of path-to-regexp
node_modules/serve-handler
serve >=7.0.0
Depends on vulnerable versions of serve-handler
node_modules/serve
The vulnerability is pulled in by
cypress-example-kitchensink/package.json
Line 64 in 31bf667
| "serve": "14.2.3" |
$ npm ls path-to-regexp
[email protected]
└─┬ [email protected]
└─┬ [email protected]
└── [email protected]
- The issue has been reported to High severity vulnerabilities /
serve-handler/path-to-regexpvercel/serve#811, however at this time there is no resolution available.