Closed darkodemic closed 5 years ago
See also https://github.com/facebook/jest/issues/6743
Unless you're using micromatch to generate passwords or API tokens, I think it's safe to say that this is unlikely to actually be a concern
We'll upgrade Jest in the next major.
Question to vue team: Do you want to close this issue now or wait for upgrade of Jest in in vue-clis to next version and then resolve/close this issue?
Let's keep this issue open so that other people with similar concerns can see it.
Version
3.4.1
Reproduction link
https://npmjs.com/advisories/786
Environment info
Steps to reproduce
Run
npm audit
in Vue app with @vue/cli-plugin-unit-jest as a dependency and you will see a list of vulnerabilities (one dependency essentially, micromatch/braces).What is expected?
No vulnerabilities or security issues to be found.
What is actually happening?
List of issues related to https://npmjs.com/advisories/786.
More information about this can be found at jest repo issue 7917 (https://github.com/facebook/jest/issues/7917)
From what it looks like it will be needed upgrade to Jest 24 to mitigate this issue.