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 251 87.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 35 12.2%
All colors 286 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
138 19 ...fuzz_tqdm.TestOneInput call site: 00019 tqdm.std.tqdm.set_postfix
49 191 tqdm.contrib.discord.DiscordIO.write call site: 00191 tqdm.contrib.slack.tqdm_slack.display
27 257 tqdm.contrib.telegram.TelegramIO.write call site: 00257 tqdm.std.tqdm.refresh
19 169 tqdm.contrib.utils_worker.MonoWorker.submit call site: 00169 tqdm.std.tqdm.external_write_mode
12 244 tqdm.contrib.slack.SlackIO.write call site: 00244 tqdm.contrib.telegram.tqdm_telegram.display
4 13 ...fuzz_tqdm.gen_random_list call site: 00013 fdp.ConsumeUnicode
1 163 tqdm.contrib.utils_worker.MonoWorker.submit call site: 00163 collections.deque.pop
1 165 tqdm.contrib.utils_worker.MonoWorker.submit call site: 00165 collections.deque.appendleft

Runtime coverage analysis

Covered functions
3
Functions that are reachable but not covered
153
Reachable functions
154
Percentage of reachable functions covered
0.65%
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 82
tqdm.utils 34
tqdm.rich 2
tqdm.tk 2
tqdm.contrib.discord 7
tqdm.contrib.utils_worker 10
tqdm.gui 14
tqdm.contrib.slack 7
tqdm.notebook 17
tqdm.contrib.telegram 7

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

Directories in report

Directory