From 0f9da0731e78d9428a272d984a7e4443b3369f3f Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 22 Jun 2014 21:22:32 -0400 Subject: [PATCH] updated text Former-commit-id: 7749b9ec6b0ce9502e1c7129bdec902ce5b43595 --- src/site/markdown/assembly-analyzer.md | 11 +++++------ src/site/markdown/jar-analyzer.md | 11 ++++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/site/markdown/assembly-analyzer.md b/src/site/markdown/assembly-analyzer.md index e5c8a553e..418c30621 100644 --- a/src/site/markdown/assembly-analyzer.md +++ b/src/site/markdown/assembly-analyzer.md @@ -1,11 +1,10 @@ -Jar Analyzer +Assembly Analyzer ============== -Dependency-check includes an analyzer that scans JAR files and collect as -much information it can about the file as it can. The information collected +Dependency-check includes an analyzer that scans .NET dll and exe files and collect as +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 buckets. Other analyzers later use this evidence to identify any Common Platform -Enumeration (CPE) identifiers that apply. Additionally, if a POM is present -the analyzer will add the Maven group, artifact, and version (GAV). +Enumeration (CPE) identifiers that apply. -Files Types Scanned: JAR, WAR +Files Types Scanned: EXE, DLL diff --git a/src/site/markdown/jar-analyzer.md b/src/site/markdown/jar-analyzer.md index 418c30621..e5c8a553e 100644 --- a/src/site/markdown/jar-analyzer.md +++ b/src/site/markdown/jar-analyzer.md @@ -1,10 +1,11 @@ -Assembly Analyzer +Jar Analyzer ============== -Dependency-check includes an analyzer that scans .NET dll and exe files and collect as -much information it can about the files as it can. The information collected +Dependency-check includes an analyzer that scans JAR files and collect as +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 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