From b97d57f00b3e7916951bf3252c46ace5270457b8 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Wed, 7 Aug 2013 22:47:30 -0400 Subject: [PATCH] updated information and added links to gh-pages Former-commit-id: dc36d56de5d6bd7bc82680cd263ead8ceeea139b --- dependency-check-ant/README.md | 9 ++------- dependency-check-cli/README.md | 2 +- dependency-check-maven/README.md | 23 ++--------------------- 3 files changed, 5 insertions(+), 29 deletions(-) diff --git a/dependency-check-ant/README.md b/dependency-check-ant/README.md index 2021cfcbd..4972bbf03 100644 --- a/dependency-check-ant/README.md +++ b/dependency-check-ant/README.md @@ -1,14 +1,9 @@ -Dependency-Check +Dependency-Check-Ant ========= 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. -More information can be found on the [wiki]. - -Notice -- - -A very big release of new functionality and plugins will be made available during the BlackHat Arsenal on July 31st, 2013. If you are at BlackHat stop by and see the demos! +Documentation and links to production binary releases can be found on the [github pages](http://jeremylong.github.io/DependencyCheck/dependency-check-ant/installation.html). Usage - diff --git a/dependency-check-cli/README.md b/dependency-check-cli/README.md index 2df244ef6..f628b3343 100644 --- a/dependency-check-cli/README.md +++ b/dependency-check-cli/README.md @@ -3,7 +3,7 @@ Dependency-Check 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. -More information can be found on the [wiki]. +Documentation and links to production binary releases can be found on the [github pages](http://jeremylong.github.io/DependencyCheck/dependency-check-cli/installation.html). Usage ------------ diff --git a/dependency-check-maven/README.md b/dependency-check-maven/README.md index 2021cfcbd..19771fafa 100644 --- a/dependency-check-maven/README.md +++ b/dependency-check-maven/README.md @@ -1,27 +1,9 @@ -Dependency-Check +Dependency-Check-Maven ========= 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. -More information can be found on the [wiki]. - -Notice -- - -A very big release of new functionality and plugins will be made available during the BlackHat Arsenal on July 31st, 2013. If you are at BlackHat stop by and see the demos! - -Usage -- - -> $ mvn package - -> $ cd target - -> $ java -jar dependency-check-[version].jar -h - -> $ java -jar dependency-check-[version].jar -a Testing -out . -scan ./test-classes -scan ./lib - -Then load the resulting 'DependencyCheck-Report.html' into your favorite browser. +Documentation and links to production binary releases can be found on the [github pages](http://jeremylong.github.io/DependencyCheck/dependency-check-maven/usage.html). Mailing List - @@ -40,7 +22,6 @@ Permission to modify and redistribute is granted under the terms of the GPLv3 li Dependency-Check makes use of several other open source libraries. Please see the [NOTICE.txt] [notices] file for more information. - [wiki]: https://github.com/jeremylong/DependencyCheck/wiki [subscribe]: mailto:dependency-check+subscribe@googlegroups.com [post]: mailto:dependency-check@googlegroups.com [GPLv3]: https://github.com/jeremylong/DependencyCheck/blob/master/LICENSE.txt