Open
Description
We are using react-scripts 5.0.1 library, and facing some security vulnerabilities in its dependent packages.
- nth-check v1.0.2 - vulnerable to Inefficient Regular Expression Complexity
- 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
- 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.