Security Vulnerability in node-forge which is a transitive dependency of react-scripts
See original GitHub issuenode-forge version 0.9.0 is vulnerable to prototype pollution. It’s version is now bumped to 0.10.0. however in react-scripts 3.4.3 version it brings 0.9.0 version of node-forge.
-- react-scripts@3.4.3
– webpack-dev-server@3.11.0
-- selfsigned@1.10.7
– node-forge@0.9.0
Issue Analytics
- State:
- Created 3 years ago
- Reactions:11
- Comments:17
Top Results From Across the Web
Vulnerability detected in node-forge - Stack Overflow
I've run npm audit fix. node-forge is only in my package-lock.json file and is required by "selfsigned" dependency. node ...
Read more >Fixing security vulnerabilities in npm dependencies in less ...
Fixing security vulnerabilities in npm dependencies in less than 3 mins ... libraries might have already fixed the version of there transitive dependencies....
Read more >react-scripts | npm - Open Source Insights
In the dependencies. Improper Neutralization of Special Elements used in a Command in Shell-quote. 9.8 CRITICAL·GHSA-g4rg-993r-mgx7.
Read more >kodyfire-builder - npm Package Health Analysis | Snyk
All security vulnerabilities belong to production dependencies of direct and indirect packages. License: MIT. Security Policy: Yes ...
Read more >Fix Example Transitive Vulnerability for NPM Without Force ...
If you encounter problems using the NPM force-resolutions package, you can use this alternative method to fix transitive vulnerabilities in ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@nli8n react-scripts version bump is not required. it will be automatically updated. Try below steps:
I
On Sat, Jan 9, 2021 at 8:15 PM Crystal Peterson lovegoldheart@outlook.com wrote: