-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Express update required due to a vulnerability #7353
Comments
@nathaniel-watson-ctg-com Thanks for posting! We'll take a look as soon as possible. In the mean time, there are a few ways you can help speed things along:
Please remember: never post in a public forum if you believe you've found a genuine security vulnerability. Instead, disclose it responsibly. For help with questions about Sails, click here. |
I can't really think of a workaround for this. This issue is relevant because it's a security issue. I didn't use any third party plugins when verifying the issue. |
This can be fixed by updating the version of express within the package.json file to use version "version": "4.21.1", instead of "version": "4.21.0". |
Hi @nathaniel-watson-ctg-com, we published a new version of Sails to resolve this issue. |
Great! I'm marking this issue as closed. |
Node version: v20.18.0
Sails version (sails): 1.5.12
ORM hook version (sails-hook-orm): N/A
Sockets hook version (sails-hook-sockets): N/A
Organics hook version (sails-hook-organics): N/A
Grunt hook version (sails-hook-grunt): N/A
Uploads hook version (sails-hook-uploads): N/A
DB adapter & version (e.g. sails-mysql@5.55.5): N/A
Skipper adapter & version (e.g. skipper-s3@5.55.5): N/A
Sails is currently referencing a slightly out of date version of Express within the 4.x line. Express has been updated: https://github.com/expressjs/express/blob/4.x/package.json . This is introducing a vulnerability: GHSA-pxg6-pf52-xh8x . The Express entry should be updated.
The text was updated successfully, but these errors were encountered: