Security Vulnerability Issue
See original GitHub issue🐛 Bug Report
Im using Jest
package that dependent on jest-reporters
. jest-reporters dependent on node-notifier version 8.0.0
.
when I scan my app (with Veracode sca
) I getting Command Injection Vulnerability from node-notifier version 8.0.0,
They suggest updating node-notifier version to 9.0.0, so that it is not vulnerable version, but I can not do it in my code because the dependencies are inside your code so I’ll be happy if you can update your node-notifier version to 9.0.0
version (inside jest-reporters
package.json
dependency).
To Reproduce
Steps to reproduce the behavior:
yarn add node-notifier@9.0.0
Expected behavior
fix Security Vulnerability issue
Link to repl or repo (highly encouraged)
screen shout from Veracode sca security scan:
you can see that they recommend to update node-notifier version to fix this issue
envinfo
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:12 (3 by maintainers)
Top Results From Across the Web
10 Common Web Security Vulnerabilities - Toptal
Don't suffer through a security breach—take action before any problems arise. Master these 10 common web security vulnerabilities now.
Read more >Vulnerabilities, Exploits, and Threats at a Glance - Rapid7
A Security Vulnerability is a weakness, flaw, or error found within a security system that has the potential to be leveraged by a...
Read more >Vulnerability (computing) - Wikipedia
Vulnerabilities are flaws in a computer system that weaken the overall security of the device/system. Vulnerabilities can be weaknesses in either the ...
Read more >Known Exploited Vulnerabilities Catalog | CISA
A vulnerability in the web services interface of Cisco Adaptive Security Appliance (ASA) Software and Cisco Firepower Threat Defense (FTD) Software could allow ......
Read more >Latest cybersecurity vulnerability news | The Daily Swig
Keeping up with security vulnerabilities is now more crucial than ever. ... Mastodon vulnerable to multiple system config problems.
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 Free
Top 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
Sorry about that! I just hadn’t gotten around to it/prioritized it. I’ve published
node-notifier@8.0.1
now. Hope this helps. If not, let me know.This should be fixed by patch 8.0.1 also.