npm audit reports vulnerability - immer in react-dev-utils
See original GitHub issueCurrent behavior
Running npm audit
produces an error caused by a transitive dependency of vue styleguidist
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ High │ Prototype Pollution │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ immer │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in │ >=8.0.1 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ vue-cli-plugin-styleguidist [dev] │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ vue-cli-plugin-styleguidist > vue-styleguidist > │
│ │ react-dev-utils > immer │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://npmjs.com/advisories/1603 │
└───────────────┴──────────────────────────────────────────────────────────────┘
To reproduce
https://github.com/ccaspers/vue-styleguidist-vulnerability
git clone https://github.com/ccaspers/vue-styleguidist-vulnerability.git
cd vue-styleguidist-vulnerability
npm i && npm audit
Expected behavior Audit doesn’t report a security warning.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
My React App has unfixable High Severity warnings, how do I ...
Received 3 high severity warnings. On attempt to fix (npm audit fix --force) I get 31 vulnerabilities in total. Here are the warnings:...
Read more >npm-audit
The audit command submits a description of the dependencies configured in your project to your default registry and asks for a report of...
Read more >react-dev-utils - Snyk Vulnerability Database
version published direct vulnerabilities
12.0.1 12 Apr, 2022 0. C. 0. H. 0. M. 0. L
12.1.0‑next.14 12 Apr, 2022 0. C. 0. H. 0....
Read more >npm audit fix 의경우 - 코딩애플 온라인 강좌
npm WARN audit Updating react-scripts to 4.0.3,which is a SemVer major change. ... npm audit report ... Depends on vulnerable versions of react-dev-utils...
Read more >Fixing security vulnerabilities in npm dependencies in less ...
npm audit log showing minimist as a prototype pollution vulnerability ... error where acorn and minimist were being reported as security vulnerabilities.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I fixed it !!!
Thank you very much 😃