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)