Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
genshi.template.plugin.AbstractTemplateEnginePlugin.load_template genshi.template.plugin 3 ['N/A', 'N/A', 'N/A'] 5 0 1 3 4 80 2 273 255
genshi.template.directives.MatchDirective.attach genshi.template.directives 6 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 11 0 3 4 5 73 0 248 148
genshi.filters.i18n.extract genshi.filters.i18n 4 ['N/A', 'N/A', 'N/A', 'N/A'] 5 0 3 5 5 44 0 152 128
genshi.filters.i18n.ChooseDirective.__call__ genshi.filters.i18n 5 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 7 0 7 13 8 38 0 132 114
genshi.filters.html.HTMLSanitizer.__call__ genshi.filters.html 2 ['N/A', 'N/A'] 3 0 5 13 8 20 0 73 64
genshi.template.eval.ExpressionASTTransformer.visit_Subscript genshi.template.eval 2 ['N/A', 'N/A'] 3 0 0 2 4 24 0 78 60
genshi.output.NamespaceFlattener.__call__ genshi.output 2 ['N/A', 'N/A'] 2 0 13 18 10 16 0 59 47
genshi.template.markup.MarkupTemplate._match genshi.template.markup 6 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 4 0 5 8 6 40 1 144 45
genshi.template.markup.MarkupTemplate._parse genshi.template.markup 3 ['N/A', 'N/A', 'N/A'] 4 0 4 6 5 55 0 189 43
genshi.template.base.Template._prepare genshi.template.base 3 ['N/A', 'N/A', 'N/A'] 3 0 11 11 7 23 4 85 35

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
14.0%
87 / 622
Cyclomatic complexity statically reachable by fuzzers
17.0%
380 / 2199

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Files and Directories in report