Skip to content

react-scripts 5.0.1 having vulnerable transitive libraries #12851

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
aish110 opened this issue Nov 15, 2022 · 3 comments
Open

react-scripts 5.0.1 having vulnerable transitive libraries #12851

aish110 opened this issue Nov 15, 2022 · 3 comments

Comments

@aish110
Copy link

aish110 commented Nov 15, 2022

We are using react-scripts 5.0.1 library, and facing some security vulnerabilities in its dependent packages.

  1. nth-check v1.0.2 - vulnerable to Inefficient Regular Expression Complexity
  2. loader-utils v2.0.2 - A Regular expression denial of service (ReDoS) flaw was found in Function interpolateName in interpolateName.js in webpack loader-utils 2.0.0 via the resourcePath variable in interpolateName.js
  3. minimatch v3.0.4 - A vulnerability was found in the minimatch package. This flaw allows a Regular Expression Denial of Service (ReDoS) when calling the braceExpand function with specific arguments, resulting in a Denial of Service.

These packages if upgraded to the below versions will fix the vulnerabilities:
nth-check v2.0.1
minimatch v3.0.5

Please upgrade react-scripts with transitive dependencies security patches.

@wozzo
Copy link

wozzo commented Nov 16, 2022

PR #12172 should resolve all of those, but no work has been done on this repo since September from the looks of it.

@mark-wiemer
Copy link

See #11174, this is a non-issue

@ethhandy
Copy link

ethhandy commented Sep 2, 2024

No update on this yet? I am having the same issue.

Node version: v14.18.3
Npm version: 6.14.15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants