question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Report High severity vulnerability in react-scripts 3.4.3 dependencies

See original GitHub issue

After 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 image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:11
  • Comments:20 (13 by maintainers)

github_iconTop GitHub Comments

22reactions
gaearoncommented, Oct 20, 2020

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 of react-scripts later today. I’m also going to unpin the react-scripts dependencies for 3.x so that we can get the latest fixes going forward as long as they’re on the same minors.

8reactions
gaearoncommented, Oct 20, 2020

I bumped just resolve-url-loader alone in react-scripts@3.4.4.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found