Using Components with Known Vulnerabilities

Many applications use third-party libraries, frameworks, or other components. If these components have known vulnerabilities and are not updated, attackers can exploit them to compromise the application.

<script src="https://example.com/old-library.js"></script>

Last updated