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

Fuzzer details

Fuzzer: fuzz_date

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 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1022 100.%
All colors 1022 100

Runtime coverage analysis

Covered functions
245
Functions that are reachable but not covered
1021
Reachable functions
1022
Percentage of reachable functions covered
0.1%
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_date 3
pydantic.main 1018

Fuzzer: fuzz_network

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 1 0.11%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 847 99.8%
All colors 848 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
1 0 EP call site: 00000 atheris.FuzzedDataProvider

Runtime coverage analysis

Covered functions
245
Functions that are reachable but not covered
847
Reachable functions
848
Percentage of reachable functions covered
0.12%
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_network 3
pydantic.main 844

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
[] []
functools [] []
uuid [] []
pydantic.tools [] []
pydantic.deprecated.tools [] []
pydantic.version [] []
mypy [] []
pydantic.class_validators [] []
annotated_types [] []
pydantic.env_settings [] []
pydantic._internal._dataclasses [] []
pydantic._internal._utils [] []
pydantic.main ['fuzz_date', 'fuzz_network'] []
pydantic._internal._repr [] []
pickle [] []
pydantic._internal._generics [] []
pydantic._internal._core_utils [] []
pydantic.json [] []
pydantic._internal._json_schema_shared [] []
contextlib [] []
tomli [] []
hypothesis [] []
pydantic._internal._core_metadata [] []
types [] []
pydantic._internal._decorators [] []
pydantic.analyzed_type [] []
pydantic.dataclasses [] []
warnings [] []
pydantic.deprecated.decorator [] []
pydantic._migration [] []
pydantic.types [] []
pydantic._internal._generate_schema [] []
pydantic.deprecated.config [] []
pydantic.mypy [] []
pydantic._internal._fields [] []
pydantic._internal._model_construction [] []
datetime [] []
pydantic._internal._decorators_v1 [] []
typing [] []
pydantic.validators [] []
fractions [] []
weakref [] []
pydantic._hypothesis_plugin [] []
json [] []
pydantic.deprecated [] []
pydantic._internal._discriminated_union [] []
itertools [] []
atheris [] []
pydantic.annotated_arguments [] []
sys [] []
math [] []
dataclasses [] []
pydantic._internal._validators [] []
contextvars [] []
pydantic.deprecated.copy_internals [] []
tomllib [] []
decimal [] []
pydantic [] []
pydantic.fields [] []
pydantic._internal [] []
importlib [] []
re [] []
pydantic._internal._serializers [] []
pydantic.errors [] []
pydantic.schema [] []
abc [] []
pydantic._internal._config [] []
...fuzz_network ['fuzz_network'] []
pydantic._internal._validate_call [] []
ipaddress [] []
pydantic.config [] []
pydantic.decorators [] []
pydantic.deprecated.json [] []
pydantic.deprecated.parse [] []
pydantic_core [] []
pydantic._internal._forward_ref [] []
pydantic.typing [] []
pydantic._internal._std_types_schema [] []
[] []
pydantic.networks [] []
email_validator [] []
pydantic.json_schema [] []
pydantic.validate_call [] []
copy [] []
colorsys [] []
typing_extensions [] []
pydantic.generics [] []
pydantic.error_wrappers [] []
keyword [] []
pathlib [] []
pydantic.color [] []
pydantic.utils [] []
pydantic.decorator [] []
pydantic._internal._internal_dataclass [] []
inspect [] []
pydantic._internal._typing_extra [] []
...fuzz_date ['fuzz_date'] []
pydantic.parse [] []
configparser [] []
collections [] []

Directories in report

Directory