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

Fuzzer details

Fuzzer: fuzz_tqdm

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 222 86.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 35 13.6%
All colors 257 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
132 19 ...fuzz_tqdm.TestOneInput call site: 00019 tqdm.std.tqdm.set_postfix
30 225 tqdm.contrib.slack.SlackIO.write call site: 00225 tqdm.std.tqdm.refresh
25 185 tqdm.contrib.discord.DiscordIO.write call site: 00185 tqdm.contrib.telegram.tqdm_telegram.display
19 163 tqdm.contrib.utils_worker.MonoWorker.submit call site: 00163 tqdm.std.tqdm.external_write_mode
10 211 tqdm.contrib.telegram.TelegramIO.write call site: 00211 tqdm.contrib.slack.tqdm_slack.display
4 13 ...fuzz_tqdm.gen_random_list call site: 00013 fdp.ConsumeUnicode
1 157 tqdm.contrib.utils_worker.MonoWorker.submit call site: 00157 collections.deque.pop
1 159 tqdm.contrib.utils_worker.MonoWorker.submit call site: 00159 collections.deque.appendleft

Runtime coverage analysis

Covered functions
4
Functions that are reachable but not covered
139
Reachable functions
140
Percentage of reachable functions covered
0.71%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/ 1
...fuzz_tqdm 12
tqdm.std 70
tqdm.utils 30
tqdm.contrib.discord 7
tqdm.contrib.utils_worker 10
tqdm.gui 14
tqdm.contrib.telegram 7
tqdm.tk 2
tqdm.contrib.slack 7
tqdm.notebook 16
tqdm.rich 2

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
[] []
tqdm.keras [] []
ipywidgets [] []
tqdm._tqdm_pandas [] []
tqdm.tk ['fuzz_tqdm'] []
tqdm._utils [] []
matplotlib [] []
tqdm.rich ['fuzz_tqdm'] []
array [] []
IPython [] []
tqdm.contrib.itertools [] []
[] []
collections [] []
tqdm.__main__ [] []
datetime [] []
tqdm.notebook ['fuzz_tqdm'] []
copy [] []
sys [] []
tqdm.autonotebook [] []
ctypes [] []
warnings [] []
logging [] []
tkinter [] []
os [] []
shutil [] []
fcntl [] []
tqdm.dask [] []
re [] []
tqdm.contrib.bells [] []
tqdm.std ['fuzz_tqdm'] []
tqdm.contrib.discord ['fuzz_tqdm'] []
disco [] []
slack_sdk [] []
multiprocessing [] []
tqdm.version [] []
inspect [] []
itertools [] []
tqdm._tqdm [] []
keras [] []
unicodedata [] []
functools [] []
threading [] []
tqdm.contrib [] []
tqdm.contrib.slack ['fuzz_tqdm'] []
struct [] []
asyncio [] []
tqdm._tqdm_notebook [] []
tqdm.utils ['fuzz_tqdm'] []
tqdm._dist_ver [] []
tqdm.gui ['fuzz_tqdm'] []
ast [] []
tqdm._main [] []
numpy [] []
concurrent [] []
tqdm [] []
operator [] []
tqdm._monitor [] []
tqdm.contrib.logging [] []
rich [] []
time [] []
tqdm._tqdm_gui [] []
weakref [] []
tqdm.contrib.concurrent [] []
tqdm.contrib.telegram ['fuzz_tqdm'] []
pandas [] []
setuptools_scm [] []
tqdm.contrib.utils_worker ['fuzz_tqdm'] []
tqdm.asyncio [] []
subprocess [] []
requests [] []
tqdm.auto [] []
atheris [] []
shlex [] []
html [] []
...fuzz_tqdm ['fuzz_tqdm'] []
importlib [] []
atexit [] []
tqdm.cli [] []
colorama [] []

Directories in report

Directory