-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
js-yaml needs to be updated (and should have a range version) #3876
Comments
This is giving me a sev:high security alert when I run |
Someone is being really active at npm, going through js-yaml with a fine tooth comb. The last issue was reported in less than a month: https://www.npmjs.com/advisories/788 |
Same warning here, I had to update the package.json of mocha manually with:
|
Do you have any idea on when the PR will get merged? Our team is very eager for this security fix :) |
…visories/813. Still doesn't fully fix it for mocha, but that's tracked at mochajs/mocha#3876.
Out of curiosity, what is the rationale behind pinning exact dependency versions in |
released as v6.1.4 |
Thanks! 🙌 |
Description
js-yaml has a new security vulnerability: https://www.npmjs.com/advisories/813
For some reason, a specific version (3.13.0) is being specified in package.json. Why isn't this a range?
Steps to Reproduce
Install the latest version of mocha, then run
yarn audit
.Expected behavior:
No vulnerabilities found.
Actual behavior:
Versions
mocha 6.1.3
The text was updated successfully, but these errors were encountered: