-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Security] Vulnerability in fstream
#2676
Comments
Hello I have the same problem , I hope it will been resolved as soon as possible 💃 |
node-gyp doesn't pin to a particular version of fsstream https://github.com/nodejs/node-gyp/blob/9a404d6d36dcf9c7be2ae9963019c4d89bbb9155/package.json#L25 |
A bump of |
This PR clearly states why a PR is not required. |
For anyone else having this problem: (Long story short: yarn seems to get confused when upgrading fstream and tar. Upgrading them with explicit versions/tags fixes it.) node-gyp also pins to an old version of tar (^2.0.0), which depends on the insecure version of fstream. However, node-tar released a new version of this ancient branch, to fix the vulnerability (2.2.2). Thus, upgrading tar will fix the problem. However, when I run |
Security risk found in fstream package
See: https://www.npmjs.com/advisories/886
Output from
yarn audit
:The text was updated successfully, but these errors were encountered: