From 0fdf377d45a89c915199c7618ab759f3c37aeb5e Mon Sep 17 00:00:00 2001 From: Dale Visser Date: Wed, 26 Aug 2015 14:11:30 -0400 Subject: [PATCH] Docs: Added CMake analyzer page. --- src/site/markdown/analyzers/cmake.md | 11 +++++++++++ src/site/site.xml | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 src/site/markdown/analyzers/cmake.md diff --git a/src/site/markdown/analyzers/cmake.md b/src/site/markdown/analyzers/cmake.md new file mode 100644 index 000000000..2cc0a1889 --- /dev/null +++ b/src/site/markdown/analyzers/cmake.md @@ -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 diff --git a/src/site/site.xml b/src/site/site.xml index d01be7572..bde648d43 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -119,6 +119,9 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved. Central Analyzer + + CMake Analyzer + Jar Analyzer