From 673cf7018b82fb6619a173e54d18b16d181232df Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 2 Aug 2015 06:33:45 -0400 Subject: [PATCH] initial gradle site documentation --- .../src/site/markdown/index.md | 28 +++++++++++++++++ dependency-check-gradle/src/site/site.xml | 31 +++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 dependency-check-gradle/src/site/markdown/index.md create mode 100644 dependency-check-gradle/src/site/site.xml diff --git a/dependency-check-gradle/src/site/markdown/index.md b/dependency-check-gradle/src/site/markdown/index.md new file mode 100644 index 000000000..d7085ebb6 --- /dev/null +++ b/dependency-check-gradle/src/site/markdown/index.md @@ -0,0 +1,28 @@ +Dependency-Check Gradle Plugin +============================== + +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. + +The Gradle Plugin is still a work in progress. The core dependency-check functionality works; however, the configuration options available in the other plugins still need to be completed. +For more information about the plugin, including usage, please see the github repo's [readme](https://github.com/jeremylong/DependencyCheck/blob/master/dependency-check-gradle/README.md). + + +Mailing List +------------ + +Subscribe: [dependency-check+subscribe@googlegroups.com] [subscribe] + +Post: [dependency-check@googlegroups.com] [post] + +License +------------------- + +Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the [LICENSE.txt] [license] file for the full license. + +Dependency-Check makes use of several other open source libraries. Please see the [NOTICE.txt] [notices] file for more information. + + + [subscribe]: mailto:dependency-check+subscribe@googlegroups.com + [post]: mailto:dependency-check@googlegroups.com + [license]: https://github.com/jeremylong/DependencyCheck/blob/master/dependency-check-gradle/LICENSE.txt + [notices]: https://github.com/jeremylong/DependencyCheck/blob/master/dependency-check-gradle/NOTICE.txt diff --git a/dependency-check-gradle/src/site/site.xml b/dependency-check-gradle/src/site/site.xml new file mode 100644 index 000000000..5f662f193 --- /dev/null +++ b/dependency-check-gradle/src/site/site.xml @@ -0,0 +1,31 @@ + + + + + OWASP dependency-check-gradle + OWASP dependency-check-gradle + + + + + + + + + \ No newline at end of file