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

Fuzzer details

Fuzzer: fuzz_validator

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 41 35.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 76 64.9%
All colors 117 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
12 104 email_validator.deliverability.validate_email_deliverability call site: 00104 .str
5 38 email_validator.syntax.check_unsafe_chars call site: 00038 bad_chars.add
3 77 email_validator.syntax.validate_email_domain_name call site: 00077 idna.encode
2 18 email_validator.syntax.validate_email_local_part call site: 00018 email_validator.syntax.safe_character_display
2 28 email_validator.syntax.validate_email_local_part call site: 00028 email_validator.syntax.safe_character_display
2 31 email_validator.syntax.validate_email_local_part call site: 00031 email_validator.syntax.safe_character_display
2 46 email_validator.syntax.validate_email_local_part call site: 00046 email_validator.syntax.safe_character_display
2 65 email_validator.syntax.validate_email_domain_literal call site: 00065 email_validator.syntax.safe_character_display
2 69 email_validator.syntax.validate_email_domain_name call site: 00069 email_validator.syntax.safe_character_display
2 90 email_validator.syntax.validate_email_domain_name call site: 00090 email_validator.syntax.safe_character_display
2 100 email_validator.validate_email.validate_email call site: 00100 email_validator.deliverability.validate_email_deliverability
1 10 email_validator.exceptions_types.ValidatedEmail.__init__ call site: 00010 .setattr

Runtime coverage analysis

Covered functions
19
Functions that are reachable but not covered
52
Reachable functions
63
Percentage of reachable functions covered
17.46%
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_validator 1
email_validator.validate_email 20
email_validator.exceptions_types 2
email_validator.syntax 38
email_validator.deliverability 7