-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
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
Update path-to-regexp
since it's affected by CVE-2024-45296
#1513
Comments
path-to-regexp
since it's affected by path-to-regexp
since it's affected by CVE-2024-45296
Only place this is used is:
I see that serve-static/package-lock.json Line 1050 in 05eef6f
Should we update |
@Elte156 we for now just added a resolution to And also the changes in the changelog do not seem to be that much and breaking (but we also do not use the code path which includes the |
@Llois41 Moving to 1.9.0 has been proposed in PR #1454 But it was deemed that it would incur breaking changes by @kamilmysliwiec Given that the maintainer of
Is it expected that |
Blocked until this nestjs/nest#14238 (comment) is merged |
Is there an existing issue for this?
Current behavior
https://github.com/nestjs/serve-static/blob/master/package.json#L70
This pinned version is affected by https://nvd.nist.gov/vuln/detail/CVE-2024-45296
Please update it!
Minimum reproduction code
https://github.com/nestjs/serve-static/blob/master/package.json#L70
Steps to reproduce
No response
Expected behavior
Package is updated to a version without the CVE.
Maybe
dependencies
should not be pinned since it requires all projects to release a new version instead of the consuming projects to update the transitive dependencies itself. FWIW: https://docs.npmjs.com/specifying-dependencies-and-devdependencies-in-a-package-json-file#manually-editing-the-packagejson-filePackage version
4.0.2
NestJS version
No response
Node.js version
No response
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: