-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
nth-check vulnerability found in react-scripts@4.0.3 #11647
Comments
Security vulnerability is reported in react-scripts 5.0.0 version also. Audit report - |
Could this be looked into as well? most of other vulnerabilities were fixed in react-scripts 5.0.0 except this one |
It would be greatly appreciated if this was resolved in the next release. |
Agreed. This vulnerability is being flagged by dependabot in my repo with react-scripts@5.0.0. Seems @svgr/webpack just needs to be updated to the latest version, and it will be fixed. Someone already has a PR up |
It's been stuck in limbo for months waiting for approval. |
We are waiting for this vulnerability to be fixed, since long long time. Can someone please provide us an ETA on this one ? |
is it possible to temporarily resolve this using yarn resolutions? edit:
😔 |
My current npm dependencies: but I got this: npm audit report
|
@coronelauth, I'll assume that you still have the error because of this dependency chain:
Despite the fact you strictly require So react-scripts package still needs to get updated dependencies in itself. |
Unwinding this tangle back:
So the solution of this problem is to upgrade
But none of them are merged 😿 |
And also we have some duplicates of this issue:
And here is the issue where @gaearon explains that it’s not a problem: #11174 |
As often, it's not a real vulnerability. If you read the description, it explains that the attack vector is via network, but this is a build-time dependency that doesn't exist in built apps (the only dependency of a CRA app after build is React itself). As explained in #11174 we will not be addressing fake vulnerabilities. If this is frustrating to you, please express it to npm, who are responsible for this security theater. Some npm support channels: |
Hi,
I have a dashboard developed in reactjs and from last few days my github has started to display a vulnerability issue in react-scripts@4.0.3 for nth-check dependency.
react-scripts@4.0.3 uses nth-check v1.0.2 where as to resolve the vulnerability issue the recommended version is 2.1.0 or higher.
Thanks and Regards,
Sandeep
The text was updated successfully, but these errors were encountered: