From 5b94cdd840dcabffb73bd1dd9a839171a21039d3 Mon Sep 17 00:00:00 2001 From: Athos Ribeiro Date: Jun 23 2017 19:20:53 +0000 Subject: Add info about flawfinder support in documentation --- diff --git a/doc/analyzers.rst b/doc/analyzers.rst index 1198c59..db32869 100644 --- a/doc/analyzers.rst +++ b/doc/analyzers.rst @@ -1,9 +1,10 @@ List of supported analyzers =========================== -For now, kiskadee only runs cppcheck (http://cppcheck.sourceforge.net/), but it -is ready to run Frama-C and flawfinder, which will be available in the next -release. +For now, kiskadee only runs cppcheck (http://cppcheck.sourceforge.net/), and +flawfinder (https://www.dwheeler.com/flawfinder/), but it is ready to run +Frama-C and the clang static analyzer, which will be available in future +releases. Each analyzer in kiskadee runs under docker, so you will have to properly configure a docker engine in your environment in order to run diff --git a/doc/config_file.rst b/doc/config_file.rst index c7ae015..2628a22 100644 --- a/doc/config_file.rst +++ b/doc/config_file.rst @@ -17,7 +17,7 @@ This example shows a simple entry to the example plugin. [example_plugin] target = example description = SAMATE Juliet test suite - analyzers = cppcheck + analyzers = cppcheck flawfinder active = yes The field `active` tells kiskadee if this plugin must be loaded when kiskadee