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
rich.console.PagerContext.__exit__ rich.console 4 ['N/A', 'N/A', 'N/A', 'N/A'] 6 0 2 3 4 70 0 230 197
rich.table.Table.__rich_console__ rich.table 3 ['N/A', 'N/A', 'N/A'] 7 0 4 4 5 126 0 431 134
rich.logging.RichHandler.emit rich.logging 2 ['N/A', 'N/A'] 7 0 4 4 5 132 0 437 127
rich.traceback.Traceback.__rich_console__.render_stack rich.traceback 2 ['N/A', 'N/A'] 7 0 11 6 5 110 2 363 116
rich.console.Console.export_svg rich.console 7 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 6 0 4 7 6 56 1 188 75
rich._inspect.Inspect._render rich._inspect 1 ['N/A'] 6 0 19 16 9 97 1 322 71
rich.progress.Progress.track rich.progress 7 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 5 0 6 3 4 25 1 84 66
rich.syntax.Syntax._get_syntax rich.syntax 3 ['N/A', 'N/A', 'N/A'] 8 0 13 13 8 107 1 359 49
rich.progress.ProgressColumn.__call__ rich.progress 2 ['N/A', 'N/A'] 7 0 1 2 4 80 0 267 48
rich.live.Live.start rich.live 2 ['N/A', 'N/A'] 4 0 7 5 5 24 6 85 41

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

Functions statically reachable by fuzzers
31.0%
268 / 852
Cyclomatic complexity statically reachable by fuzzers
35.0%
1018 / 2914

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

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
rich._win32_console ['fuzz_markdown'] []
atheris [] []
rich._timer [] []
itertools [] []
rich._cell_widths [] []
rich.default_styles [] []
rich.cells ['fuzz_markdown'] []
rich._loop ['fuzz_markdown'] []
rich [] []
rich.styled [] []
inspect [] []
rich.theme [] []
ctypes [] []
marshal [] []
rich.segment ['fuzz_markdown'] []
warnings [] []
math [] []
rich.constrain ['fuzz_markdown'] []
rich.traceback [] []
rich.highlighter [] []
rich._extension [] []
rich.abc [] []
collections [] []
rich.region [] []
rich.__main__ [] []
rich.pretty ['fuzz_markdown'] []
rich.filesize [] []
ast [] []
configparser [] []
rich.markdown ['fuzz_markdown'] []
contextlib [] []
abc [] []
rich.box [] []
rich.protocol ['fuzz_markdown'] []
rich.align [] []
fractions [] []
rich.live [] []
traceback [] []
rich.screen [] []
get_console [] []
argparse [] []
rich._emoji_codes [] []
getpass [] []
rich.rule [] []
rich._ratio [] []
rich.scope [] []
rich._stack [] []
rich.panel ['fuzz_markdown'] []
rich._fileno [] []
rich._log_render [] []
rich.padding ['fuzz_markdown'] []
rich.spinner [] []
ipywidgets [] []
textwrap [] []
rich._windows ['fuzz_markdown'] []
rich.markup ['fuzz_markdown'] []
json [] []
time [] []
rich.tree [] []
pydoc [] []
rich.control ['fuzz_markdown'] []
rich.layout ['fuzz_markdown'] []
rich.color_triplet [] []
html [] []
rich._export_format [] []
io [] []
rich.containers ['fuzz_markdown'] []
rich._palettes [] []
rich.terminal_theme [] []
pygments [] []
pathlib [] []
rich.errors [] []
rich.style ['fuzz_markdown'] []
rich.progress [] []
rich.progress_bar [] []
rich.logging [] []
zlib [] []
dataclasses [] []
rich.themes [] []
rich.jupyter [] []
rich._pick ['fuzz_markdown'] []
os [] []
random [] []
rich._null_file [] []
rich.text ['fuzz_markdown'] []
rich.emoji [] []
rich.bar [] []
rich._inspect [] []
rich.diagnose [] []
rich.pager [] []
linecache [] []
rich.live_render [] []
rich.columns [] []
rich.color ['fuzz_markdown'] []
rich._emoji_replace ['fuzz_markdown'] []
pty [] []
rich._wrap ['fuzz_markdown'] []
typing [] []
attr [] []
rich.prompt [] []
rich.json [] []
rich.file_proxy [] []
rich.console ['fuzz_markdown'] []
...fuzz_markdown ['fuzz_markdown'] []
markdown_it [] []
operator [] []
rich.measure ['fuzz_markdown'] []
datetime [] []
re [] []
rich._spinners [] []
rich._windows_renderer [] []
colorsys [] []
logging [] []
rich.table [] []
rich.palette [] []
[] []
rich.status [] []
rich.ansi ['fuzz_markdown'] []
platform [] []
functools [] []
rich.syntax ['fuzz_markdown'] []
threading [] []
sys [] []
IPython [] []
rich.repr [] []

Directories in report

Directory