-
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 version of request library to fix vulnerability #188
Comments
request
library
The current version of Vulnerability: |
Re the hoak vulnerability. |
My bad, double checked and as far as I can tell, it is indeed bringing in 4.2.1. |
It could end up using a lower version of hoek if there's another old request/hoek elsewhere in your project (like babel-cli) |
IMHO that's a problem with the project depending on an older request/hoek. request 3.0.0 depends on request |
Found in hoek@4.2.0 https://nvd.nist.gov/vuln/detail/CVE-2018-3728 See also nickmerwin/node-coveralls#188
I think this is fixed now, thanks |
Thanks! |
Found in hoek@4.2.0 https://nvd.nist.gov/vuln/detail/CVE-2018-3728 See also nickmerwin/node-coveralls#188
The current version of the
request
library uses a version oftough-cookie
which has a security vulnerability. Upgradingrequest
would mean this vulnerable version would no longer be used.Vulnerability:
https://www.versioneye.com/Node.JS/tough-cookie/2.3.2
Fix in
request
:request/request#2776
The text was updated successfully, but these errors were encountered: