mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 18:11:47 +01: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
|
||||||
@@ -119,6 +119,9 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
|
|||||||
<item name="Central Analyzer" href="./analyzers/central-analyzer.html">
|
<item name="Central Analyzer" href="./analyzers/central-analyzer.html">
|
||||||
<description>Central Analyzer</description>
|
<description>Central Analyzer</description>
|
||||||
</item>
|
</item>
|
||||||
|
<item name="CMake Analyzer" href="./analyzers/cmake.html">
|
||||||
|
<description>CMake Analyzer</description>
|
||||||
|
</item>
|
||||||
<item name="Jar Analyzer" href="./analyzers/jar-analyzer.html">
|
<item name="Jar Analyzer" href="./analyzers/jar-analyzer.html">
|
||||||
<description>Jar Analyzer</description>
|
<description>Jar Analyzer</description>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user