Closed
Description
Hi,
I have a dashboard developed in reactjs and from last few days my github has started to display a vulnerability issue in [email protected] for nth-check dependency.
[email protected] uses nth-check v1.0.2 where as to resolve the vulnerability issue the recommended version is 2.1.0 or higher.
Remediation
Upgrade nth-check to version 2.0.1 or later. For example:
"dependencies": {
"nth-check": ">=2.0.1"
}
or…
"devDependencies": {
"nth-check": ">=2.0.1"
}
CVE-2021-3803
moderate severity
Vulnerable versions: < 2.0.1
Patched version: 2.0.1
nth-check is vulnerable to Inefficient Regular Expression Complexity
Dependabot cannot update nth-check to a non-vulnerable version
The latest possible version that can be installed is 1.0.2 because of the following conflicting dependency:
[email protected] requires nth-check@^1.0.2 via a transitive dependency on [email protected]
The earliest fixed version is 2.0.1.
Thanks and Regards,
Sandeep