Report High severity vulnerability in react-scripts 3.4.3 dependencies
See original GitHub issueAfter auditing my app a high vulnerability is detected in the package object-path
dependency of react-scripts
.
I tried to run an audit fix however I still got the issue 1 vulnerability requires manual review. See the full report for details.
.
I tried to fix it manually but react-scripts
is forcing the use of version 0.11.4
and I need to update it to version 0.11.5
to fix the vulnerability.
React version: npm version: 6.14.8 current version of react-scripts: 3.4.3
Issue Analytics
- State:
- Created 3 years ago
- Reactions:11
- Comments:20 (13 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 >react-scripts - npm Package Health Analysis - Snyk
Ensure you're using the healthiest npm packages. Snyk scans all the packages in your projects for vulnerabilities and provides automated fix advice.
Read more >create-react-app > tar-pack > tar@2.2.2: this version of tar is ...
2 high severity vulnerabilities. Some issues need review, and may require choosing a different dependency. Run npm audit for details.".
Read more >how to solve critical react scripts vulnerabilities : r/reactjs
after npm audit i got these found 27 vulnerabilities (8 moderate, 18 high, 1 critical) in 1985 scanned packages 27 vulnerabilities require ...
Read more >Npm_Install '1 High Severity Vulnerability' Node Version
Updating reactscripts to the latest version next or 3.4.3 does not fix the issue : Did you try recovering your dependencies? I did...
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 FreeTop 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
Top GitHub Comments
OK, it looks like
resolve-url-loader
was using an exact dependency (https://github.com/bholloway/resolve-url-loader/commit/4702ae9f1e4c9c0c2142c3f2184d0bbdeebc0de2) so cutting a patch at a lower level wouldn’t have helped anyway in this case. I’ll make a patch ofreact-scripts
later today. I’m also going to unpin thereact-scripts
dependencies for 3.x so that we can get the latest fixes going forward as long as they’re on the same minors.I bumped just
resolve-url-loader
alone inreact-scripts@3.4.4
.