-
Notifications
You must be signed in to change notification settings - Fork 356
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
dependency on "ws" version < 2.00 has security flaw in random number generator #538
Comments
I'll be happy to merge your pull request 👍 |
Will do, if I find the time. Need to investigate what the Breaking changes from Complete changelog for I guess the first step is to run the tests ... Also looks like |
@darrachequesne, is there a plan to upgrade engine.io-client to most recent version of WS |
fixes: socketio#538 'dependency on "ws" version < 2.00 has security flaw in random number generator'
Note that my snyk vuln checking tool doesn't flag ws 1.1.2 as a vulnerability as of today, unlike when it did yesterday. They updated the vulnerable version expression to < 1.1.2. Submitted PR #540 for this, I suspect more testing will be required. |
Closed by #539. |
Note: for support questions, please use one of these channels: stackoverflow or slack
You want to:
Current behaviour
Fails vulnerability test with snyk vuln db.
See same issue on engine.io - socketio/engine.io#479
Steps to reproduce (if the current behaviour is a bug)
Expected behaviour
Setup
Other information (e.g. stacktraces, related issues, suggestions how to fix)
The text was updated successfully, but these errors were encountered: