-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
npm-run-all is reported as having a moderate severity vulnerabilty #257
Comments
You may want to check https://github.com/bcomnes/npm-run-all2 which is a newer, up to date fork. |
npm-run-all2 also gives the same error npm-run-all |
Install only one at the time. Install npm-run-all2 and run the command without the number 2 |
run npm-run-all2 with no errors. But there is an audit error npm audit report |
As of today (23 June 2023), running
npm audit
on a project that uses npm-run-all results in the following audit report:The vulnerability is arising from npm-run-all's dependency on the semver package, which is reported as being vulnerable to Regular Expression Denial of Service: GHSA-c2qf-rxjj-qqgw
Trying
npm audit fix --force
does not work, at least not for me.A fix for semver is available: https://github.com/npm/node-semver/releases/tag/v7.5.3
Please update npm-run-all's dependency tree to address this vulnerability.
The text was updated successfully, but these errors were encountered: