Update fstream to a secure version
See original GitHub issuefstream
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.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:29
- Comments:5
Top Results From Across the Web
QID 981772: Nodejs (npm) Security Update for fstream (GHSA ...
Versions of `fstream` prior to 1.0.12 are vulnerable to Arbitrary File Overwrite. Extracting tarballs containing a hardlink to a file that already exists...
Read more >fstream-ignore - npm Package Health Analysis - Snyk
Learn more about fstream-ignore: package health score, popularity, security, maintenance, versions and more.
Read more >USN-4123-1: npm/fstream vulnerability | Ubuntu security notices
npm/fstream could be made to overwrite files. ... The problem can be corrected by updating your system to the following package versions: ...
Read more >C++ Files - W3Schools
#include <iostream> #include <fstream> using namespace std; int main() { // Create and open a text file ofstream MyFile("filename.txt");
Read more >Arbitrary File Overwrite in fstream - Vulners
n\nNon-security issue fixed :\n\n - Update to new upstream LTS version 10.16.0, including npm version 6.9.0 and openssl version 1.1.1b ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
A drop in replacement that is actively maintained can be found here: https://www.npmjs.com/package/unzipper
@ZJONSSON @tanmayghosh2507 @TomasBarry thanks, unzipper works just fine!