We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run npm list path-to-regexp with @remix-run/[email protected]
npm list path-to-regexp
├─┬ @remix-run/[email protected] │ └─┬ [email protected] │ └── [email protected]
check out this CVE: https://nvd.nist.gov/vuln/detail/CVE-2024-52798
See the related issue in the express repo here: expressjs/express#6216
Looks like express @4.21.2 addresses it https://github.com/expressjs/express/releases/tag/4.21.2
N/A
npm
vulnerabilities in dependencies are addressed in a timely manner
Y'all are doing a great job - this is a new vulnerability. Our scanner is yelling at me.
The text was updated successfully, but these errors were encountered:
+1 for this
Sorry, something went wrong.
The version isn't pinned to prevent this:
remix/packages/remix-dev/package.json
Line 50 in 3bb9e85
You can install the updated version yourself with npm update or npm update express
npm update
npm update express
No branches or pull requests
Reproduction
Run
npm list path-to-regexp
with @remix-run/[email protected]check out this CVE: https://nvd.nist.gov/vuln/detail/CVE-2024-52798
See the related issue in the express repo here:
expressjs/express#6216
Looks like express @4.21.2 addresses it
https://github.com/expressjs/express/releases/tag/4.21.2
System Info
Used Package Manager
npm
Expected Behavior
vulnerabilities in dependencies are addressed in a timely manner
Actual Behavior
Y'all are doing a great job - this is a new vulnerability. Our scanner is yelling at me.
The text was updated successfully, but these errors were encountered: