-
Notifications
You must be signed in to change notification settings - Fork 145
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
Security vulnerability GHSA-6fc8-4gx4-v693 affecting "ws" package (nested dependency) #268
Comments
node-http2
in favour node-http2
in favor of node http2
interface (bonus: fix vulnerability)?
Upon closer inspection, I've noticed that Node.js And since grunt-contrib-connect supports Node.js versions 10 or greater ( So, from my POV, unless the supported node versions were updated (and thus triggering a major version bump on grunt-contrib-connect to Which is kinda unfortunate because:
But again, from my POV:
PS: Meanwhile I'll update this issue to reference/track the security vulnerability in the first place, moreso than moving to |
node-http2
in favor of node http2
interface (bonus: fix vulnerability)?
Closing in favor of #270. |
Hi,
As I've commented on 6289a8a, perhaps we should drop
node-http2
in favor of node ownhttp2
interface because the former has security vulnerabilities.Actually, I've just now noticed that the reason to change to
node-http2
fromhttp2
node interface was a broken test. That's kinda weird: instead of updating the code/calls to match the updated API on node, one just moves all together to a totally different library? Kinda bold.Anyway
node-http2
is currently plagued by a security vulnerability and I think one should simplify and resort to node ownhttp2
interface.If I can I will throw a PR for that.
Edit:
websocket-stream
: Security vulnerability GHSA-6fc8-4gx4-v693 on ws ^3.2.0 dependency max-mapper/websocket-stream#162The text was updated successfully, but these errors were encountered: