-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Update decompress dependency to current (4.2.0 at time of writing) #7034
Closed
gallafent opened this issue
Apr 8, 2019
· 1 comment
· May be fixed by AlexanderOnischuk/jspaint#2, benmcnelly/CryptDefend#2, AlexanderOnischuk/jspaint#3, meatflavourdev/butter-desktop#6 or AlexanderOnischuk/jspaint#4
Closed
Update decompress dependency to current (4.2.0 at time of writing) #7034
gallafent opened this issue
Apr 8, 2019
· 1 comment
· May be fixed by AlexanderOnischuk/jspaint#2, benmcnelly/CryptDefend#2, AlexanderOnischuk/jspaint#3, meatflavourdev/butter-desktop#6 or AlexanderOnischuk/jspaint#4
Comments
Thanks for reporting. This is fixed in git and will be published soon. |
This was referenced Apr 2, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NWJS Version : 0.37.3
Operating System : Windows 10 Professional x64
Expected behavior
Nw.js
and its dependencies should be free of known vulnerabilities at the time of release.Actual behavior
Nw.js
depends on an outdated version ofdecompress
which has a dependency chain including a vulnerable version ofbraces
:How to reproduce
npm install --save-dev nw
Full audit report as above.
package-lock.json
includes the section:Bumping the dependency of
decompress
to^4.0.0
or later (^4.2.0
is current) would remove the dependency onvinyl-fs
, which is the culprit which draws in the vulnerable version ofbraces
. The changes from3.0.0
to4.2.0
indecompress
do not look dramatic, so I hope this dependency update should be straightforward to achieve!The text was updated successfully, but these errors were encountered: