diff --git a/src/site/markdown/analyzers/archive-analyzer.md b/src/site/markdown/analyzers/archive-analyzer.md index 8cb03bef1..f8dd3bf34 100644 --- a/src/site/markdown/analyzers/archive-analyzer.md +++ b/src/site/markdown/analyzers/archive-analyzer.md @@ -1,7 +1,7 @@ Archive Analyzer ============== -Dependency-check includes an analyzer an archive analyzer that will attempt +OWASP dependency-check includes an analyzer an archive analyzer that will attempt to extract files from the archive that are supported by the other file type analyzers. diff --git a/src/site/markdown/analyzers/assembly-analyzer.md b/src/site/markdown/analyzers/assembly-analyzer.md index 418c30621..7ffff8e7c 100644 --- a/src/site/markdown/analyzers/assembly-analyzer.md +++ b/src/site/markdown/analyzers/assembly-analyzer.md @@ -1,7 +1,7 @@ Assembly Analyzer ============== -Dependency-check includes an analyzer that scans .NET dll and exe files and collect as +OWASP 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 diff --git a/src/site/markdown/analyzers/central-analyzer.md b/src/site/markdown/analyzers/central-analyzer.md index ec70e36a3..6bcb24b61 100644 --- a/src/site/markdown/analyzers/central-analyzer.md +++ b/src/site/markdown/analyzers/central-analyzer.md @@ -1,7 +1,7 @@ Central Analyzer ============== -Dependency-check includes an analyzer that will check for the Maven GAV +OWASP 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 diff --git a/src/site/markdown/analyzers/nuspec-analyzer.md b/src/site/markdown/analyzers/nuspec-analyzer.md index 3ca0fc6c6..2f6d03d54 100644 --- a/src/site/markdown/analyzers/nuspec-analyzer.md +++ b/src/site/markdown/analyzers/nuspec-analyzer.md @@ -1,7 +1,7 @@ Nuspec Analyzer ============== -Dependency-check includes an analyzer that will scan NuGet's Nuspec file to +OWASP dependency-check includes an analyzer that will scan NuGet's Nuspec file to collect information about the component being used. The evidence collected is used by other analyzers to determine if there are any known vulnerabilities associated with the component.