From b0e0f8c8bf8f1a4d24529de6c9dd00e684e8036b Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Wed, 20 Feb 2013 07:27:06 -0500 Subject: [PATCH] converted README.txt to MarkDown Former-commit-id: 34e7f81a6946c77b5bb4d2076b9a179a6d76b0df --- README.txt | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 README.txt diff --git a/README.txt b/README.txt deleted file mode 100644 index 242c51e06..000000000 --- a/README.txt +++ /dev/null @@ -1,17 +0,0 @@ -About: -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. - -Usage: -$ mvn package -$ cd target -$ java -jar dependency-check-0.2.6.0.jar -h -$ java -jar dependency-check-0.2.6.0.jar -a Testing -out . -scan ./test-classes/org.mortbay.jetty.jar -scan ./test-classes/struts2-core-2.1.2.jar -scan ./lib - -Then load the resulting 'DependencyCheck-Report.html' into your favorite browser. - -Author: Jeremy Long (jeremy.long@gmail.com) - -Copyright (c) 2012 Jeremy Long. All Rights Reserved. \ No newline at end of file