-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
merge
package v1.2.0
has CVE-2018-16469 vulnerability
#7318
Comments
I've made a PR here #7322 to upgrade sane to 4.0.2 to fix this. |
Because caret ranges are used to define the dependencies, a possible workaround is to ensure the newer fixed version of $ rm -rf package-lock.json node_modules
$ npm i |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
jest-haste-map
indirectly depends onmerge
v1.2.0
, which has a vulnerabilityI have traced the dependency tree:
exec-sh
(v0.3.2
) has removed themerge
dependency.sane
(v4.0.1
), however, still uses thev0.2.0
version ofexec-sh
.To remove this vulnerability from
jest-haste-map
, either:sane
packagesane
The text was updated successfully, but these errors were encountered: