node-unzip
node-unzip copied to clipboard
Update fstream to a secure version
fstream has a vulnerability in versions lower than 1.0.12.
Remediation: Upgrade fstream to version 1.0.12 or later. For example:
fstream@^1.0.12:
version "1.0.12"
WS-2019-0100
Vulnerable versions: < 1.0.12
Patched version: 1.0.12
Versions of fstream prior to 1.0.12 are vulnerable to Arbitrary File Overwrite.
Is this project alive?
@divanishyn, it doesn't appear to be maintained. Could be time to fork and have a maintained alternative.
A drop in replacement that is actively maintained can be found here: https://www.npmjs.com/package/unzipper
A drop in replacement that is actively maintained can be found here: https://www.npmjs.com/package/unzipper
I used this package in my project and there are no more security vulnerabilities.
@ZJONSSON @tanmayghosh2507 @TomasBarry thanks, unzipper works just fine!