From 3e220704a1b47eed51223cd0c8822cf1af8ab815 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 19 Apr 2015 08:15:04 -0400 Subject: [PATCH] updated documentation Former-commit-id: 8445473727eb9d6b0122fa640a107ebeef8f5001 --- src/site/markdown/analyzers/index.md | 11 +++++++++++ src/site/markdown/modules.md | 17 +++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 src/site/markdown/analyzers/index.md create mode 100644 src/site/markdown/modules.md diff --git a/src/site/markdown/analyzers/index.md b/src/site/markdown/analyzers/index.md new file mode 100644 index 000000000..6ae80373f --- /dev/null +++ b/src/site/markdown/analyzers/index.md @@ -0,0 +1,11 @@ +File Type Analyzers +==================== +OWASP dependency-check contains several file type analyzers that are used +to extract identification information from the files analyzed. + +-- [Archive Analyzer](./archive-analyzer.html) +-- [Jar Analyzer](./jar-analyzer.html) +-- [Central Analyzer](./central-analyzer.html) +-- [Nexus Analyzer](./nexus-analyzer.html) +-- [Assembly Analyzer](./assembly-analyzer.html) +-- [Nuspec Analyzer](./nuspec-analyzer.html) diff --git a/src/site/markdown/modules.md b/src/site/markdown/modules.md new file mode 100644 index 000000000..f131d1444 --- /dev/null +++ b/src/site/markdown/modules.md @@ -0,0 +1,17 @@ +Modules +==================== +OWASP dependency-check's core analysis engine was designed to fit into an applications normal +build and reporting process: + +- [Maven Plugin](dependency-check-maven/usage.html) +- [Ant Task](dependency-check-ant/installation.html) +- [Jenkins Plugin](dependency-check-jenkins/index.html) + +In addition, dependency-check can be executed from the [command line](dependency-check-cli/index.html). + +Core Engine +------------------- +Information about the core engine and the utilities used can be found: + +- [Core](dependency-check-core/index.html) +- [Utilities](dependency-check-utilities/index.html)