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
asn1crypto.x509.Name.build asn1crypto.x509 3 ['N/A', 'N/A', 'N/A'] 11 0 2 5 5 83 0 344 317
asn1crypto.x509.URI.__unicode__ asn1crypto.x509 1 ['N/A'] 9 0 1 2 4 79 0 301 106
asn1crypto.x509.IPAddress.native asn1crypto.x509 1 ['N/A'] 10 0 1 7 6 69 0 280 72
asn1crypto.x509.URI.set asn1crypto.x509 2 ['N/A', 'N/A'] 3 0 1 2 4 24 0 84 63
asn1crypto.x509.NameTypeAndValue.prepped_value asn1crypto.x509 1 ['N/A'] 2 0 1 3 4 14 0 50 44
asn1crypto.x509.Certificate.is_valid_domain_ip asn1crypto.x509 2 ['N/A', 'N/A'] 2 0 1 8 6 22 0 79 42

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

Functions statically reachable by fuzzers
12.0%
59 / 485
Cyclomatic complexity statically reachable by fuzzers
17.0%
312 / 1794

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
[] []
[] []
collections [] []
hashlib [] []
re [] []
fractions [] []
asn1crypto.parser ['fuzz_parse'] []
datetime [] []
asn1crypto.pem [] []
asn1crypto._errors [] []
asn1crypto.csr [] []
asn1crypto._int [] []
asn1crypto._iri [] []
atheris [] []
asn1crypto.util ['fuzz_parse'] []
asn1crypto._types [] []
asn1crypto [] []
cStringIO [] []
urlparse [] []
asn1crypto.crl [] []
asn1crypto.version [] []
urllib [] []
stringprep [] []
unicodedata [] []
asn1crypto.ocsp [] []
textwrap [] []
io [] []
asn1crypto.pkcs12 [] []
asn1crypto.core [] []
...fuzz_parse ['fuzz_parse'] []
asn1crypto.tsp [] []
socket [] []
zlib [] []
inspect [] []
asn1crypto.keys [] []
binascii [] []
asn1crypto._inet [] []
asn1crypto.pdf [] []
math [] []
struct [] []
codecs [] []
asn1crypto.algos [] []
base64 [] []
asn1crypto._ordereddict [] []
asn1crypto.cms [] []
asn1crypto._teletex_codec [] []
asn1crypto.x509 [] []

Directories in report

Directory