Quantcast
Channel: hasCode.com
Viewing all articles
Browse latest Browse all 92

Detecting Vulnerable Dependencies with Maven and the OWASP Dependency Check Plugin

$
0
0
On the one hand adding dependencies to a project is easy, on the other hand securing a project and checking for vulnerable dependencies is way harder. The OWASP dependency check plugin for Maven allows us to scan our project’s dependencies for know vulnerabilities. I will demonstrate its usage in the following short example. Dependencies We [...]

Viewing all articles
Browse latest Browse all 92

Trending Articles