mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
OpenSSL: Forgot to 'git add' new files in previous commit.
Former-commit-id: 7219edc255d239995d5bbb5cbe587e999a7160a8
This commit is contained in:
11
src/site/markdown/analyzers/autoconf-analyzer.md
Normal file
11
src/site/markdown/analyzers/autoconf-analyzer.md
Normal file
@@ -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
|
||||
10
src/site/markdown/analyzers/openssl-analyzer.md
Normal file
10
src/site/markdown/analyzers/openssl-analyzer.md
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user