We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 audit complains about security issues due to an outdated dependency of promises-aplus-tests, which means packages using it are also warned about.
npm audit
promises-aplus-tests
The fix is rather trivial: just update mocha.
mocha
There already is a pull-request #91.
@domenic Would be great if you could merge that and publish an update to npm.
=== npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │ │ Some vulnerabilities require your attention to resolve │ │ │ │ Visit https://go.npm.me/audit-guide for additional guidance │ └──────────────────────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Critical │ Command Injection │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ growl │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=1.10.2 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ promises-aplus-tests [dev] │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ promises-aplus-tests > mocha > growl │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://nodesecurity.io/advisories/146 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Regular Expression Denial of Service │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ minimatch │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=3.0.2 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ promises-aplus-tests [dev] │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ promises-aplus-tests > mocha > glob > minimatch │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://nodesecurity.io/advisories/118 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Low │ Regular Expression Denial of Service │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ debug │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >= 2.6.9 < 3.0.0 || >= 3.1.0 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ promises-aplus-tests [dev] │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ promises-aplus-tests > mocha > debug │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://nodesecurity.io/advisories/534 │ └───────────────┴──────────────────────────────────────────────────────────────┘ found 3 vulnerabilities (1 low, 1 high, 1 critical) in 1509 scanned packages 3 vulnerabilities require manual review. See the full report for details.
The text was updated successfully, but these errors were encountered:
I also get it for diff which is mocha too.
diff
Sorry, something went wrong.
No branches or pull requests
npm audit
complains about security issues due to an outdated dependency ofpromises-aplus-tests
, which means packages using it are also warned about.The fix is rather trivial: just update
mocha
.There already is a pull-request #91.
@domenic Would be great if you could merge that and publish an update to npm.
The text was updated successfully, but these errors were encountered: