-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
CVE-2021-32640 in V3 branch by "ws": "^6.2.1" #3360
Comments
@alexander-akait maybe now would be a good time to release the final v4 release? so that we have a non-vulnerable stable release. We got security audit notifications for many repositories because of this vulnerability. |
We've just had the same @gurstecollective. It'd be good to patch this as soon as we can. |
@AviVahl Yes, you are right, we have couple problem and will fix them in near future (this week) and we will do release |
Hi, Is there any ETA on this? This suddenly becomes important for us to remove the vulnerability in |
@hitendra-ap Did you see websockets/ws#1895, linked above? They just released |
Getting this issue as well in our security scans. The Angular Devkit has a dependency on this package, so it's getting triggered on all our Angular projects. Since v6.2.2 is published for ws and webpack is using the minor tag with "^6.2.1", I assume the dependency will be automatically updated. Can we close this issue in that case? |
npm audit is reporting this vulnerability with the manual review tag
|
Fixed, please update your deps locally |
Thanks for resolving this so quickly, @alexander-akait — have a lovely weekend and take care! |
I don't understand how this is fixed. After running
(npm version 7.16.0) For reference, I'm using the latest versions of everything except rxjs, but that should be irrelevant
|
@larskinn technically, ws@6.2.2 contains backported fix for ReDOS vulnerability. The problem is in the npm audit database, which uses outdated info about non-vulnerable versions of Otherwise, all these resources are wrong that 6.2.2 contains a fix: |
Thanks. I misinterpreted the message to mean that |
|
For Bugs; How can we reproduce the behavior?
https://www.whitesourcesoftware.com/vulnerability-database/CVE-2021-32640
Expected:
"ws": "^7.4.6"
Will it be fixed in V3 branch?
The text was updated successfully, but these errors were encountered: