Skip to content
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

high severity vulnerabilities warnings in npm install #1131

Closed
myan9 opened this issue Apr 11, 2019 · 3 comments
Closed

high severity vulnerabilities warnings in npm install #1131

myan9 opened this issue Apr 11, 2019 · 3 comments

Comments

@myan9
Copy link
Contributor

myan9 commented Apr 11, 2019

When I npm install on the top-level, I got 8 high severity vulnerabilities warning, and with npm audit, I got:
Screen Shot 2019-04-11 at 4 00 47 PM

node-gyp used tar version prior to 4.4.2, which is vulnerable to Arbitrary File Overwrite.

For reference: node-gyp updated it's tar version to the latest in this commit: nodejs/node-gyp@1456ef2. Since we're using pining dependencies, we need to watch for new lerna release. (FYI: lerna 3.13.2 doesn't help.)

@starpit
Copy link
Contributor

starpit commented Apr 12, 2019

i have opened an issue against lerna: lerna/lerna#2036

@starpit
Copy link
Contributor

starpit commented Apr 12, 2019

root cause: nodejs/node-gyp#1717

@myan9
Copy link
Contributor Author

myan9 commented May 20, 2019

Fixed

@myan9 myan9 closed this as completed May 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants