create-react-app icon indicating copy to clipboard operation
create-react-app copied to clipboard

Snyk Package Analysis - Regular Expression Denial of Service (ReDoS) Vulnerability

Open AnimeshSaraswat opened this issue 1 year ago • 3 comments
trafficstars

Introduced through: [email protected] Fixed In: [email protected]

Please upgrade internal package nth-check (v1.0.2 to v2.0.1) of react-scripts

Screenshot 2024-03-01 at 6 07 21 PM

AnimeshSaraswat avatar Mar 01 '24 12:03 AnimeshSaraswat

+1

Noble-Shiva avatar Mar 07 '24 06:03 Noble-Shiva

+1

bev1 avatar May 16 '24 10:05 bev1

I resolved nth-check vulnerability issue by using overrides in package.json:

"overrides": {
    "nth-check": ">=2.0.2",
},

Dips-agrwl avatar Sep 18 '24 06:09 Dips-agrwl