-
Notifications
You must be signed in to change notification settings - Fork 117
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
Move away from unmaintained fstream #261
Comments
|
unzipper seems unmaintained for quite some time now, last publish was 2 years ago https://www.npmjs.com/package/unzipper https://github.com/ZJONSSON/node-unzipper It has a dependency on an archived an unmaintained fstream ZJONSSON/node-unzipper#261 which leads to a CVE reported by npm audit fixes microsoft#166
fstream has a new vulnerability in its dependencies, through https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 Would love for this to be updated! |
Also note that This is the source of these corrupted file issues: The bug will be fixed in future releases of node.js. But for now, everyone really needs to stop using Edit: |
@ZJONSSON Please update the |
I don't believe exceljs uses any of the fstream functionality, so there is not a real vulnerability here. |
… longer supported and its dependencies contains vulnerability
Updated Packages
@ZJONSSON Created a PR, Please check. I couldnt ensure that all test cases passes, as i dont have enough experience with unit test cases in javascript and node. |
#261 move away from unmaintained fstream (Ayush refactor)
Closed with #318 |
fstream is no more maintained:
There is a critical CVE in the chain of dependency to minimist:
maybe not affected but even in this case it gives a false positive when using npm audit which is not convenient)
The text was updated successfully, but these errors were encountered: