From 9e2e2e9375d24c30aec390f1838e3cb9138af567 Mon Sep 17 00:00:00 2001 From: jeremylong Date: Wed, 22 Jan 2014 09:54:57 -0500 Subject: [PATCH] updated the description Former-commit-id: a5a0e1ad8e02bd6ccf227b9cb62261a78d3286a1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2fa7eb591..b4a783358 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ Copyright (c) 2012 - Jeremy Long Dependency-Check https://github.com/jeremylong/DependencyCheck.git - Dependency-check is a utility that attempts to detect publicly disclosed vulnerabilities contained within project dependencies. It does this by determining if there is a Common Platform Enumeration (CPE) identifier for a given dependency. If found, it will generate a report linking to the associated CVE entries. + dependency-check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities. This tool can be part of the solution to the OWASP Top 10 2013: A9 - Using Components with Known Vulnerabilities. 2012