mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-05-01 12:44:33 +02:00
Docs: Added CMake analyzer page.
This commit is contained in:
11
src/site/markdown/analyzers/cmake.md
Normal file
11
src/site/markdown/analyzers/cmake.md
Normal file
@@ -0,0 +1,11 @@
|
||||
CMake Analyzer
|
||||
==============
|
||||
|
||||
OWASP dependency-check includes an analyzer that will scan CMake 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: CMakeLists.txt, \*.cmake
|
||||
Reference in New Issue
Block a user