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

Fuzzer details

Fuzzer: cors_fuzz_flask

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_werkzeug_http

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_json

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_werkzeug_url

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_werkzeug_formparser

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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
requests.sessions.SessionRedirectMixin.resolve_redirects requests.sessions 10 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 4 0 16 8 6 174 10 555 525
werkzeug.debug.DebuggedApplication.__call__ werkzeug.debug 3 ['N/A', 'N/A', 'N/A'] 7 0 1 6 5 238 0 776 499
werkzeug.test.Client.open werkzeug.test 5 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 7 0 6 8 6 110 0 366 227
requests.sessions.Session.prepare_request requests.sessions 2 ['N/A', 'N/A'] 5 0 2 2 4 147 8 477 180
flask.app.Flask.wsgi_app flask.app 3 ['N/A', 'N/A', 'N/A'] 6 0 4 2 4 63 1 210 171
requests.adapters.HTTPAdapter.send requests.adapters 7 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 6 0 3 10 7 95 0 312 156
werkzeug.serving.make_server werkzeug.serving 9 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 4 0 1 3 4 48 1 153 120

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

Functions statically reachable by fuzzers
15.0%
236 / 1562
Cyclomatic complexity statically reachable by fuzzers
18.0%
932 / 5316

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
[] []
flask_cors.version [] []
multiprocessing [] []
dataclasses [] []
typing [] []
ssl [] []
werkzeug.sansio.multipart ['fuzz_werkzeug_formparser'] []
sysconfig [] []
werkzeug.wrappers.request [] []
functools [] []
werkzeug.routing.converters [] []
pstats [] []
urllib3 [] []
mimetypes [] []
werkzeug.urls ['fuzz_werkzeug_url'] []
flask.views [] []
werkzeug.wrappers.response [] []
datetime [] []
importlib [] []
socket [] []
werkzeug.datastructures.mixins [] []
werkzeug.testapp [] []
os [] []
secrets [] []
hashlib [] []
types [] []
werkzeug.exceptions [] []
pprint [] []
werkzeug.routing.matcher ['fuzz_json'] []
logging [] []
flask.sansio.scaffold ['fuzz_json'] []
werkzeug.datastructures.etag [] []
contextvars [] []
requests.hooks [] []
werkzeug.sansio [] []
requests.structures [] []
flask.templating [] []
http [] []
itertools [] []
signal [] []
flask.sansio.blueprints [] []
flask.cli [] []
simplejson [] []
...fuzz_json ['fuzz_json'] []
werkzeug.debug [] []
colorama [] []
linecache [] []
pkgutil [] []
werkzeug.datastructures.csp [] []
flask.debughelpers [] []
werkzeug.datastructures.structures ['fuzz_json', 'fuzz_werkzeug_formparser'] []
unicodedata [] []
werkzeug.utils [] []
operator [] []
flask.sansio.app ['fuzz_json'] []
[] []
certifi [] []
math [] []
werkzeug.middleware.lint [] []
calendar [] []
textwrap [] []
werkzeug.sansio.http [] []
asgiref [] []
atexit [] []
werkzeug.middleware.profiler [] []
argparse [] []
requests.certs [] []
werkzeug.wsgi [] []
werkzeug.middleware.shared_data [] []
copy [] []
dotenv [] []
...cors_fuzz_flask ['cors_fuzz_flask'] []
werkzeug.sansio.response [] []
struct [] []
uuid [] []
...fuzz_werkzeug_formparser ['fuzz_werkzeug_formparser'] []
code [] []
flask [] []
flask_cors.extension [] []
json [] []
pathlib [] []
winreg [] []
cryptography [] []
flask.typing [] []
click [] []
werkzeug.middleware.proxy_fix [] []
requests.packages [] []
weakref [] []
werkzeug.serving [] []
werkzeug.routing.exceptions [] []
flask.blueprints [] []
blinker [] []
requests.adapters [] []
collections [] []
cProfile [] []
requests.cookies [] []
zipfile [] []
markupsafe [] []
base64 [] []
requests.models [] []
flask.__main__ [] []
fnmatch [] []
charset_normalizer [] []
flask_cors.decorator [] []
jinja2 [] []
werkzeug.routing.rules ['fuzz_json'] []
werkzeug.debug.repr [] []
socketserver [] []
netrc [] []
werkzeug.formparser ['fuzz_werkzeug_formparser'] []
flask.wrappers [] []
requests._internal_utils [] []
string [] []
requests.__version__ [] []
itsdangerous [] []
chardet [] []
dummy_threading [] []
codecs [] []
re [] []
werkzeug._internal ['fuzz_werkzeug_http', 'fuzz_werkzeug_formparser'] []
random [] []
werkzeug.debug.tbtools [] []
requests.utils [] []
werkzeug.wrappers [] []
flask.config [] []
inspect [] []
flask_cors.core [] []
flask.ctx [] []
time [] []
flask.helpers [] []
requests.status_codes [] []
werkzeug.middleware [] []
werkzeug.sansio.utils [] []
posixpath [] []
sys [] []
requests.help [] []
werkzeug.datastructures [] []
werkzeug.security [] []
requests.exceptions [] []
requests.auth [] []
...fuzz_werkzeug_url ['fuzz_werkzeug_url'] []
werkzeug.datastructures.file_storage ['fuzz_werkzeug_formparser'] []
werkzeug.user_agent [] []
werkzeug.routing [] []
getpass [] []
flask.json.provider [] []
enum [] []
termios [] []
werkzeug.http ['fuzz_werkzeug_http', 'fuzz_json', 'fuzz_werkzeug_formparser'] []
flask.json.tag [] []
hmac [] []
subprocess [] []
contextlib [] []
werkzeug.datastructures.range [] []
warnings [] []
tempfile [] []
io [] []
pydoc [] []
werkzeug.datastructures.headers ['fuzz_werkzeug_formparser'] []
platform [] []
flask.sessions [] []
rlcompleter [] []
requests.api [] []
werkzeug._reloader [] []
flask.logging [] []
watchdog [] []
readline [] []
werkzeug.middleware.http_proxy [] []
flask_cors [] []
werkzeug.datastructures.auth [] []
idna [] []
selectors [] []
werkzeug.routing.map ['fuzz_json'] []
werkzeug.debug.console [] []
flask.testing ['fuzz_json'] []
profile [] []
atheris [] []
shutil [] []
flask.json [] []
flask.signals [] []
werkzeug.datastructures.cache_control [] []
werkzeug [] []
werkzeug.test [] []
werkzeug.sansio.request [] []
traceback [] []
requests.sessions [] []
zlib [] []
ast [] []
...fuzz_werkzeug_http ['fuzz_werkzeug_http'] []
requests [] []
threading [] []
requests.compat [] []
werkzeug.local [] []
werkzeug.datastructures.accept [] []
werkzeug.middleware.dispatcher [] []
flask.app ['fuzz_json'] []
flask.globals [] []
urllib [] []

Directories in report

Directory