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