From ae13cb2513b1da131d39213a5e4f79cfa20e4974 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: e03aceb652df78cda5ef03e2790306627eba35d4 --- 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