Docs: Added CMake analyzer page.

This commit is contained in:
Dale Visser
2015-08-26 14:11:30 -04:00
parent 6ca8e2644a
commit 0fdf377d45
2 changed files with 14 additions and 0 deletions

View 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

View File

@@ -119,6 +119,9 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
<item name="Central Analyzer" href="./analyzers/central-analyzer.html">
<description>Central Analyzer</description>
</item>
<item name="CMake Analyzer" href="./analyzers/cmake.html">
<description>CMake Analyzer</description>
</item>
<item name="Jar Analyzer" href="./analyzers/jar-analyzer.html">
<description>Jar Analyzer</description>
</item>