Dependencies With Known Vulnerabilities
In this lesson, we'll study a few open-source libraries that have dependencies with known vulnerabilities.
We'll cover the following...
Chances are that the application you’re working on right now depends on a plethora of open-source libraries: ExpressJS, a popular web framework for NodeJS, depends on 30 external libraries, and those libraries depend on external libraries, and those…we could go on forever. As a simple exercise, I tried to install a brand-new version ...