diff --git a/NOTICES.txt b/NOTICES.txt index 8bd97731d..a3cf8220f 100644 --- a/NOTICES.txt +++ b/NOTICES.txt @@ -3,6 +3,9 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. This product includes software developed by The Apache Software Foundation (http://www.apache.org/). - + This product includes software developed by -Jquery.com (http://jquery.com/). \ No newline at end of file +Jquery.com (http://jquery.com/). + +This product includes software developed by +H2 (http://www.h2database.com). \ No newline at end of file diff --git a/README.txt b/README.txt index 9eee7732d..8bed978ba 100644 --- a/README.txt +++ b/README.txt @@ -1,14 +1,14 @@ 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. +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 DependencyCheck-0.2.4.0.jar -h -$ java -jar DependencyCheck-0.2.4.0.jar -a Testing -out . -scan ./test-classes/org.mortbay.jetty.jar -scan ./test-classes/struts2-core-2.1.2.jar -scan ./lib +$ java -jar DependencyCheck-0.2.5.0.jar -h +$ java -jar DependencyCheck-0.2.5.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. diff --git a/pom.xml b/pom.xml index bc6b51f7c..b09c7f646 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ along with DependencyCheck. If not, see . org.codesecure DependencyCheck - 0.2.4.0 + 0.2.5.0 jar DependencyCheck @@ -459,12 +459,6 @@ along with DependencyCheck. If not, see . h2 1.3.170 -