8 ms·
What tools do you use to monitor for NPM and other dependency vulnerabilities?
Following the npm hack, I think this is an attack vector that will get more popular in the short term. What tools beside npm audit and dependabot, do you use to monitor for dependency security vulnerabilities?
- patrick4urcloud 1y agoHello, We add a check in npm packages in kexa.io . see https://medium.com/@contact_52772/malicious-npm-packages-automatize-check-with-kexa-open-source-c7384d450782 https://medium.com/@contact_52772/malicious-npm-packages-aut... . For futur we can add a call to an open source api to list the ban packages. Thank you, Patrick
- palmfacehn 1y agoMy strategy has been to limit my exposure to the larger NPM/Node.js ecosystem. I'll use it only in limited cases where a front-end dependency is required.