mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 18:41:44 +01:00
added information about the central analyzer
Former-commit-id: a01e805f5692b0db9b6260a0385271c60116b7b9
This commit is contained in:
11
src/site/markdown/central-analyzer.md
Normal file
11
src/site/markdown/central-analyzer.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
Central Analyzer
|
||||||
|
==============
|
||||||
|
|
||||||
|
Dependency-check includes an analyzer that will check for the Maven GAV
|
||||||
|
(Group/Artifact/Version) information for artifacts in the scanned area. By
|
||||||
|
default the information comes from [Maven Central][1]. If the artifact's hash
|
||||||
|
is found in the configured Nexus repository, its GAV is recorded as an Identifier
|
||||||
|
and the Group is collected as Vendor evidence, the Artifact is collected as Product
|
||||||
|
evidence, and the Version is collected as Version evidence.
|
||||||
|
|
||||||
|
[1]: http://search.maven.org/ "Maven Central"
|
||||||
Reference in New Issue
Block a user