-
Notifications
You must be signed in to change notification settings - Fork 127
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
SHA-1 Weak Authentication Algorithm vulnerability in dependency "request" #647
Comments
Thanks for this. The solution would be to update our depenceny to a version of |
Acording to request/request#2640 it looks like all versions of |
Thanks for the response. How about the other 2 versions request from other 2 package?
and |
Best handled by raising issues on https://github.com/IBM/node-ibmapm-restclient and https://github.com/godaddy/kubernetes-client |
Hi @mattcolegate , it seems like nodejs/node-gyp#2220 solved issue nodejs/node-gyp#2047 migrating requests to fetch. |
Hi @donacarr, looks like this is going into node-gyp v8.0.0 nodejs/node-gyp#2346 - when that version releases we can start looking to pull it into appmetrics |
Our customer reported a vulnerability in bluemix-autoscaling-agent caused by "request" package.
The vulnerability reports that
The module bluemix-autoscaling-agent uses the latest version appmetrics v5.1.1 and request 2.88.0 is a dependency of node-gyp 5.1.1 which is the dependency of appmetrics.
Here is the hierarchy of the "request" module tracking back to bluemix-autoscaling-agent.
Three instances:
Can you please take a look?
The text was updated successfully, but these errors were encountered: