-
Notifications
You must be signed in to change notification settings - Fork 48
Potential security vulnerability via hoek #106
Comments
Actually lets close the other one as duplicate of this one. |
This depends on request/request#2926 which we depend on. |
Based on this comment it might be |
@DanTup I was assuming the security issue is for any hoek version < 5, which would mean even the latest request version does not fix it? |
The fix was apparently ported back to the latest v4 release. Some comments at hapijs/hoek#230 (comment) about it. |
This looks like the fix in v4.2.1: https://github.com/hapijs/hoek/blob/v4.2.1/lib/index.js#L116-L118 |
@DanTup this needs to bubble to GitHub though that still recommends 5.x: |
Yeah, the CVE page still says that and I guess GH gets its data from there. Once that's fixed, I think |
@DanTup it looks like |
Yeah. I've opened ddliu/gulp-remote-src#16 to prompt them; though I suspect they had an alert from GH too. |
@DanTup thanks |
Just an FYI that |
@egamma pinged me about this, since there are extensions out there flagging up as having a security vulnerability. This repository also got the warning as soon as I pushed a I've created a PR for gulp-remote-src: ddliu/gulp-remote-src#17. Let's hope they take it. Meanwhile, I've also forked that repo with the fix, published it to npm as @bpasero Please review and test the current |
Thanks, released |
See https://github.com/Microsoft/vscode-languageserver-node/network/dependencies
I get this in vscode-languageserver-node which has a dependency on vscode which then via n levels has a dependency on hoek. Do we need to update something?
The text was updated successfully, but these errors were encountered: