You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- What is the current behavior? Given you installed netlify-cli as a dependency When you run npm audit Then you find the following:
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ High │ Arbitrary File Write │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ decompress │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in │ No patch available │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ netlify-cli │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ netlify-cli > gh-release-fetch > download > decompress │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://npmjs.com/advisories/1217 │
└───────────────┴──────────────────────────────────────────────────────────────┘
- What is the expected behavior?
No severity vulnerabilities should be found.
- If the current behavior is a bug, please provide the steps to reproduce.
Create a directory and run npm init;
Install netlify-cli with npm install --save-dev netlify-cli;
Run npm audit.
- Local Environment Information
netlify-cli/2.11.23 darwin-x64 node-v12.16.0
PS.: I checked if there were not have any duplicates already open.
The text was updated successfully, but these errors were encountered:
jimmyandrade
changed the title
High severity vulnerability because of decompress
High severity vulnerability reported due to dependency on decompress
Feb 29, 2020
I can confirm this issue with the latest version. The root issue is being discussed here: kevva/decompress#71
Maybe we can make some changes in gh-release-fetch in the meantime.
It's a security vulnerability problem.
- What is the current behavior?
Given you installed
netlify-cli
as a dependencyWhen you run
npm audit
Then you find the following:
- What is the expected behavior?
No severity vulnerabilities should be found.
- If the current behavior is a bug, please provide the steps to reproduce.
npm init
;netlify-cli
withnpm install --save-dev netlify-cli
;npm audit
.- Local Environment Information
PS.: I checked if there were not have any duplicates already open.
The text was updated successfully, but these errors were encountered: