-
Notifications
You must be signed in to change notification settings - Fork 258
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
Upgrade request@2.85.0 #189
Conversation
1 similar comment
If I do |
By itself, that's true. Other dependencies in your package.json can cause a vulnerable hoek to be used by coveralls. This
ends up with this, due to dedupe
|
I'm here because I was about to open a PR of the same nature, too. One of my packages is flagged as being affected by CVE-2018-3728 and my trace got me here. |
@epheph that's true but if you use coveralls 3.0.0 then you get a fixed hoek: {
"name": "some-package",
"version": "4.11.0-6",
"devDependencies": {
"babel-cli": "6.26.0",
"coveralls": "3.0.0"
}
} produces:
|
There would be a problem if you used a package which fixed request at a lower version than coveralls 3.0.0 does (coveralls uses But shouldn't that be fixed in that package rather than coveralls? |
Hello @davedoesdev this is true; however, |
Yes 😃 @github are using old data: hapijs/hoek#230 (comment) |
@davedoesdev Oh, that's interesting. Thank you for the links! |
Thanks everyone for the review, closing for now. |
FYI github is now marking hoek 4.2.1 as fixed. Re-installing dependencies should get rid of the warning. |
@daleharvey thanks, dependencies are updated and warning is gone now. |
Fixes hoek vulnerability