From ec9f4b2b61f6bce8d7a72c3c6d84d4f953eecc7b Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Thu, 18 Apr 2013 06:54:24 -0400 Subject: [PATCH] minor update to the description Former-commit-id: c0af5d3511ac7ccb11d36193793baa9f2b2a2cb3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6387da4ba..b693958b1 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ along with DependencyCheck. If not, see . DependencyCheck https://github.com/jeremylong/DependencyCheck.git - DependencyCheck is a utility that attempts to detect publically 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 attempts to detect publically 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. 2012 owasp