updated documentation

Former-commit-id: 8445473727eb9d6b0122fa640a107ebeef8f5001
This commit is contained in:
Jeremy Long
2015-04-19 08:15:04 -04:00
parent 4a2309a3f8
commit 3e220704a1
2 changed files with 28 additions and 0 deletions

View File

@@ -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)

View File

@@ -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)