-
Notifications
You must be signed in to change notification settings - Fork 381
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
hoek dependency potential security vulnerability #687
Comments
Confirmed. Seemingly, node-sass is waiting for the v5 release to fix this: sass/node-sass#2288 |
Confirmed as well. @justlevine this is also an issue @ node-sass repo, but with all the other tickets consolidated: |
Is there a way to update this manually? |
@dlmanning any updates? We're happy to help. |
Waiting for an update on this too |
While we're all waiting for node-sass@v5, you could temporarily fix this issue by requiring a specific node-sass version from GitHub: sass/node-sass#2355 (comment) |
The solution to this issue is to change the version manually in your package-lock.json. |
@RileyManda solution solved it for me.Thanks. here is the NVD issue |
apart from the annoyance, is there any troubling exploit? |
No. |
|
npm update node-sass@latest --save |
It looks like this is still an issue, at least for me. I have |
Also, here is a docker session to prove this is still an issue:
|
@epicserve this is a different issue. See nodejs/node-gyp#1471 |
|
@RileyManda how does your solution work. I update my |
This is unavoidable for at the moment. We need node-gyp to bump their request dependency. Redirect your enthusiasm @ nodejs/node-gyp#1492 |
@magbicaleman I simply opened my package-lock.json,then find "hoek"(command F + hoek)in your ide,then replace the current version of all "hoek":"current version" appearance from the current version thats giving you vulnerability issues to:"hoek": "4.2.1".This is what my current package-lock.json file looks like after updating all hoek versions from old version/preinstalled version to 4.2.1:
|
any update guys ? |
Github sent me the message:
We found a potential security vulnerability in one of your dependencies.
A dependency defined in ./package-lock.json has known security vulnerabilities and should be updated.
When I click on the details it say:
When I looked at what package is dependent on hoek I found this.
The text was updated successfully, but these errors were encountered: