mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 00:04:27 +01:00
updated documentation
Former-commit-id: 8445473727eb9d6b0122fa640a107ebeef8f5001
This commit is contained in:
11
src/site/markdown/analyzers/index.md
Normal file
11
src/site/markdown/analyzers/index.md
Normal 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)
|
||||||
17
src/site/markdown/modules.md
Normal file
17
src/site/markdown/modules.md
Normal 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)
|
||||||
Reference in New Issue
Block a user