updated text

Former-commit-id: 7749b9ec6b0ce9502e1c7129bdec902ce5b43595
This commit is contained in:
Jeremy Long
2014-06-22 21:22:32 -04:00
parent 8bc2364cce
commit 0f9da0731e
2 changed files with 11 additions and 11 deletions

View File

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

View File

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