From a7abe97ca0d5b010e76c96ff1013dc895e5b2f1f Mon Sep 17 00:00:00 2001 From: Dale Visser Date: Thu, 9 Jul 2015 17:13:03 -0400 Subject: [PATCH] OpenSSL: Forgot to 'git add' new files in previous commit. Former-commit-id: 7219edc255d239995d5bbb5cbe587e999a7160a8 --- src/site/markdown/analyzers/autoconf-analyzer.md | 11 +++++++++++ src/site/markdown/analyzers/openssl-analyzer.md | 10 ++++++++++ 2 files changed, 21 insertions(+) create mode 100644 src/site/markdown/analyzers/autoconf-analyzer.md create mode 100644 src/site/markdown/analyzers/openssl-analyzer.md diff --git a/src/site/markdown/analyzers/autoconf-analyzer.md b/src/site/markdown/analyzers/autoconf-analyzer.md new file mode 100644 index 000000000..1a9badb37 --- /dev/null +++ b/src/site/markdown/analyzers/autoconf-analyzer.md @@ -0,0 +1,11 @@ +Autoconf Analyzer +================= + +OWASP dependency-check includes an analyzer that will scan Autoconf project +configuration files. The analyzer will collect as much information it can +about the project. 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. + +File names scanned: configure, configure.in, configure.ac diff --git a/src/site/markdown/analyzers/openssl-analyzer.md b/src/site/markdown/analyzers/openssl-analyzer.md new file mode 100644 index 000000000..0f7ef81c7 --- /dev/null +++ b/src/site/markdown/analyzers/openssl-analyzer.md @@ -0,0 +1,10 @@ +OpenSSL Analyzer +================ + +OWASP dependency-check includes an analyzer that will scan OpenSSL source code +files for the OpenSSL version information. 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. + +File names scanned: opensslv.h \ No newline at end of file