mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 18:41:44 +01:00
updated text
Former-commit-id: 7749b9ec6b0ce9502e1c7129bdec902ce5b43595
This commit is contained in:
@@ -1,11 +1,10 @@
|
|||||||
Jar Analyzer
|
Assembly Analyzer
|
||||||
==============
|
==============
|
||||||
|
|
||||||
Dependency-check includes an analyzer that scans JAR files and collect as
|
Dependency-check includes an analyzer that scans .NET dll and exe files and collect as
|
||||||
much information it can about the file as it can. The information collected
|
much information it can about the files as it can. The information collected
|
||||||
is internally referred to as evidence and is grouped into vendor, product, and version
|
is internally referred to as evidence and is grouped into vendor, product, and version
|
||||||
buckets. Other analyzers later use this evidence to identify any Common Platform
|
buckets. Other analyzers later use this evidence to identify any Common Platform
|
||||||
Enumeration (CPE) identifiers that apply. Additionally, if a POM is present
|
Enumeration (CPE) identifiers that apply.
|
||||||
the analyzer will add the Maven group, artifact, and version (GAV).
|
|
||||||
|
|
||||||
Files Types Scanned: JAR, WAR
|
Files Types Scanned: EXE, DLL
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
Assembly Analyzer
|
Jar Analyzer
|
||||||
==============
|
==============
|
||||||
|
|
||||||
Dependency-check includes an analyzer that scans .NET dll and exe files and collect as
|
Dependency-check includes an analyzer that scans JAR files and collect as
|
||||||
much information it can about the files as it can. The information collected
|
much information it can about the file as it can. The information collected
|
||||||
is internally referred to as evidence and is grouped into vendor, product, and version
|
is internally referred to as evidence and is grouped into vendor, product, and version
|
||||||
buckets. Other analyzers later use this evidence to identify any Common Platform
|
buckets. Other analyzers later use this evidence to identify any Common Platform
|
||||||
Enumeration (CPE) identifiers that apply.
|
Enumeration (CPE) identifiers that apply. Additionally, if a POM is present
|
||||||
|
the analyzer will add the Maven group, artifact, and version (GAV).
|
||||||
|
|
||||||
Files Types Scanned: EXE, DLL
|
Files Types Scanned: JAR, WAR
|
||||||
|
|||||||
Reference in New Issue
Block a user