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