Skip to content

Commit

Permalink
WS-2019-0100: fstream Vulnerability
Browse files Browse the repository at this point in the history
This change updates fstream to v1.0.12

> Details
>
> WS-2019-0100 More information
>
> Severity moderate
> Vulnerable versions: < 1.0.12
> Patched version: 1.0.12
>
> Versions of fstream prior to 1.0.12 are vulnerable to Arbitrary File
> Overwrite.
  • Loading branch information
csexton committed Jun 1, 2019
1 parent 612dfe4 commit 39e19a8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions rails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"@rails/webpacker": "3.5",
"babel-jest": "^23.6.0",
"babel-preset-react": "^6.24.1",
"fstream": "1.0.12",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
Expand Down
10 changes: 10 additions & 0 deletions rails/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3187,6 +3187,16 @@ fsevents@^1.2.3:
nan "^2.9.2"
node-pre-gyp "^0.10.0"

[email protected]:
version "1.0.12"
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045"
integrity sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==
dependencies:
graceful-fs "^4.1.2"
inherits "~2.0.0"
mkdirp ">=0.5 0"
rimraf "2"

fstream@^1.0.0, fstream@^1.0.2:
version "1.0.11"
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.11.tgz#5c1fb1f117477114f0632a0eb4b71b3cb0fd3171"
Expand Down

0 comments on commit 39e19a8

Please sign in to comment.