-
-
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
update vulnerable dependencies #12055
Comments
This can be fixed by updating the |
Any ETA on this? Snyk promoted to a high severity vulnerability. Utilizing overrrides for now. |
Any update? |
1 similar comment
Any update? |
Do you have any timetable where this might get fixed? |
This is triggering a high-severity alert in dependabot as well: https://github.com/DataBiosphere/jade-data-repo-ui/security/dependabot/12 |
This is showing as high vulnerability for us and dependency on react-scripts 5.0.0CVE-2021-3803 , any pointers/eta on this will be helpful |
Any update? |
If the repo owners won't fix, is there any known workaround? |
We will be switching to ViteJS because of this. |
Hi, I'm still experiencing this issue, and nothing solves it, is there a solution for it? |
+1 |
Until this is patched, you can override the
You will need to be using a fairly recent version of NPM for this to work (I forget the exact version |
I use this web utility to update my This matters because we can't deploy vulnerabilities.
Maybe this will get fixed after the tech recession, lol This worked for me
|
Describe the bug
Snyk acuse vulnerable dependencies in react-scripts
Did you try recovering your dependencies?
yes
Which terms did you search for in User Guide?
(Write your answer here if relevant.)
Environment
System:
OS: Windows 10 10.0.19044
CPU: (4) x64 Intel(R) Core(TM) i5-6400 CPU @ 2.70GHz
Binaries:
Node: 16.13.2 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.17 - C:\Program Files\nodejs\yarn.CMD
npm: 8.5.0 - C:\Program Files\nodejs\npm.CMD
Browsers:
Chrome: Not Found
Edge: Spartan (44.19041.1266.0), Chromium (98.0.1108.50)
Internet Explorer: 11.0.19041.1202
npmPackages:
react: ^17.0.2 => 17.0.2
react-dom: ^17.0.2 => 17.0.2
react-scripts: 5.0.0 => 5.0.0
npmGlobalPackages:
create-react-app: Not Found
Steps to reproduce
(Write your steps here:)
Expected behavior
There should be no vulnerabilities
Actual behavior
Regular Expression Denial of Service (ReDoS)
Vulnerability | CVE-2021-3803 | CWE-1333 | CVSS 7.5 | SNYK-JS-NTHCHECK-1586032
Vulnerable module
nth-check
Introduced through
[email protected]
Fixed in
[email protected]
Exploit maturity
Not Defined
Detailed paths
Introduced through: [email protected] > [email protected] > @svgr/[email protected] > @svgr/[email protected] > [email protected] > [email protected] > [email protected]
Remediation: Upgrade nth-check to version 2.0.1 or higher. (@svgr/[email protected] to @svgr/[email protected])
Regular Expression Denial of Service (ReDoS)
Vulnerability | CVE-2021-33587 | CWE-400 | CVSS 5.3 | SNYK-JS-CSSWHAT-1298035
Vulnerable module
css-what
Introduced through
[email protected]
Fixed in
[email protected]
Exploit maturity
Not Defined
Detailed paths
Introduced through: [email protected] > [email protected] > @svgr/[email protected] > @svgr/[email protected] > [email protected] > [email protected] > [email protected]
Remediation: Upgrade css-what to version 5.0.1 or higher. (@svgr/[email protected] to @svgr/[email protected])
Reproducible demo
https://github.com/juliocarneiro/react-chrome-extension
The text was updated successfully, but these errors were encountered: