You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
undergroundwires
changed the title
Current release of @vue/cli-service is affected by CVE-2021-23362
Current release of @vue/cli-service is affected by CVE-2021-23362 Regular Expression Deinal of Service
May 7, 2021
So if we are to solve this issue in this repository, the only choice left is to re-implement read-pkg.
It would be a very very low priority to me. Because this re-implementation takes time but brings nothing good except for a false sense of security.
Well, after looking into your project, I find that the required hosted-git-info version range is ^2.1.4. And version 2.8.9 is unaffected by this vulnerability.
So I guess npm audit fix can already fix this issue. If not, please delete node_modules and package-lock.json and then rerun npm install.
Version
4.5.11
and4.5.12
Environment info
Steps to reproduce
npm install
npm audit
What is expected?
No vulnerabilities from
hosted-git-info
What is actually happening?
NPM audit repots as following:
See also #6424
https://www.npmjs.com/advisories/1677
https://nvd.nist.gov/vuln/detail/CVE-2021-23362
The text was updated successfully, but these errors were encountered: