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: idna

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 18 10.5%
gold [1:9] 33 19.4%
yellow [10:29] 0 0.0%
greenyellow [30:49] 3 1.76%
lawngreen 50+ 116 68.2%
All colors 170 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
4 17 ada::idna::deflate::inflate_raw(unsigned char const*, unsigned long, unsigned char*, unsigned long) call site: 00017
2 31 ada::idna::deflate::inflate_raw(unsigned char const*, unsigned long, unsigned char*, unsigned long) call site: 00031
2 35 ada::idna::deflate::inflate_raw(unsigned char const*, unsigned long, unsigned char*, unsigned long) call site: 00035
2 39 ada::idna::deflate::inflate_raw(unsigned char const*, unsigned long, unsigned char*, unsigned long) call site: 00039
2 158 LLVMFuzzerTestOneInput call site: 00158 printf
2 161 LLVMFuzzerTestOneInput call site: 00161 printf
2 167 LLVMFuzzerTestOneInput call site: 00167 printf
1 64 ada::idna::ensure_tables() call site: 00064 __cxa_begin_catch
1 113 ada::idna::is_label_valid(std::__1::basic_string_view >) call site: 00113

Runtime coverage analysis

Covered functions
65
Functions that are reachable but not covered
12
Reachable functions
125
Percentage of reachable functions covered
90.4%
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
/src/ada-url/fuzz/idna.cc 1
/src/ada-url/build/singleheader/ada.cpp 60

Fuzzer: unicode

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 26 15.6%
gold [1:9] 33 19.8%
yellow [10:29] 0 0.0%
greenyellow [30:49] 2 1.20%
lawngreen 50+ 105 63.2%
All colors 166 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
8 0 EP call site: 00000 printf
4 60 ada::idna::deflate::inflate_raw(unsigned char const*, unsigned long, unsigned char*, unsigned long) call site: 00060
2 17 LLVMFuzzerTestOneInput call site: 00017 printf
2 22 LLVMFuzzerTestOneInput call site: 00022 printf
2 34 LLVMFuzzerTestOneInput call site: 00034 printf
2 74 ada::idna::deflate::inflate_raw(unsigned char const*, unsigned long, unsigned char*, unsigned long) call site: 00074
2 78 ada::idna::deflate::inflate_raw(unsigned char const*, unsigned long, unsigned char*, unsigned long) call site: 00078
2 82 ada::idna::deflate::inflate_raw(unsigned char const*, unsigned long, unsigned char*, unsigned long) call site: 00082
1 13 LLVMFuzzerTestOneInput call site: 00013 __cxa_begin_catch
1 155 ada::idna::is_label_valid(std::__1::basic_string_view >) call site: 00155

Runtime coverage analysis

Covered functions
91
Functions that are reachable but not covered
13
Reachable functions
132
Percentage of reachable functions covered
90.15%
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
/src/ada-url/fuzz/unicode.cc 1
/src/ada-url/build/singleheader/ada.h 5
/src/ada-url/build/singleheader/ada.cpp 58

Fuzzer: url_search_params

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 480 69.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 209 30.3%
All colors 689 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
169 344 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00344 abort
65 552 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00552 abort
45 138 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00138 abort
38 248 ada::url_aggregator::get_hostname() const call site: 00248 abort
32 215 ada::url_aggregator::add_authority_slashes_if_needed() call site: 00215 abort
21 293 ada::url_aggregator::update_base_hostname(std::__1::basic_string_view >) call site: 00293 abort
16 534 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00534 __clang_call_terminate
12 619 ada::url_aggregator::~url_aggregator() call site: 00619 _ZN2tl8expectedIN3ada14url_aggregatorENS1_6errorsEEC2IS3_TnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_OT_EE5valueEvE4typeELPv0ETnPNS7_IXsr3std14is_convertibleIS9_S3_EE5valueEvE4typeELSD_0EEEONS_10unexpectedIS8_EE
11 322 ada::url_aggregator::clear_search() call site: 00322 abort
10 184 ada::url_aggregator::get_search() const call site: 00184 abort
10 523 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00523
9 201 ada::url_aggregator::update_unencoded_base_hash(std::__1::basic_string_view >) call site: 00201 abort

Runtime coverage analysis

Covered functions
119
Functions that are reachable but not covered
253
Reachable functions
440
Percentage of reachable functions covered
42.5%
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
/src/ada-url/fuzz/url_search_params.cc 1
/src/ada-url/build/singleheader/ada.h 128
/src/ada-url/build/singleheader/ada.cpp 92
/usr/local/bin/../include/c++/v1/optional 4

Fuzzer: serializers

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 270 43.6%
gold [1:9] 50 8.07%
yellow [10:29] 11 1.77%
greenyellow [30:49] 6 0.96%
lawngreen 50+ 282 45.5%
All colors 619 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
63 482 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00482 abort
38 179 ada::url_aggregator::get_hostname() const call site: 00179 abort
18 69 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00069 abort
16 240 ada::url_aggregator::update_base_port(unsigned int) call site: 00240 abort
15 94 ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >) call site: 00094 abort
15 602 LLVMFuzzerTestOneInput call site: 00602 printf
12 113 ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >) call site: 00113 abort
10 291 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00291 abort
7 257 ada::checkers::is_normalized_windows_drive_letter(std::__1::basic_string_view >) call site: 00257
6 172 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00172
6 580 LLVMFuzzerTestOneInput call site: 00580
5 453 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00453

Runtime coverage analysis

Covered functions
169
Functions that are reachable but not covered
111
Reachable functions
352
Percentage of reachable functions covered
68.47%
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
/src/ada-url/fuzz/serializers.cc 1
/src/ada-url/build/singleheader/ada.cpp 90
/src/ada-url/build/singleheader/ada.h 87
/usr/local/bin/../include/c++/v1/optional 4

Fuzzer: simple_absolute

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 267 32.3%
gold [1:9] 39 4.72%
yellow [10:29] 5 0.60%
greenyellow [30:49] 3 0.36%
lawngreen 50+ 511 61.9%
All colors 825 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
38 405 ada::url_aggregator::get_hostname() const call site: 00405 abort
23 466 ada::url_aggregator::update_base_port(unsigned int) call site: 00466 abort
19 608 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00608 abort
16 575 ada::url_aggregator::get_host() const call site: 00575 abort
15 323 ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >) call site: 00323 abort
11 216 ada::url ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url const*) call site: 00216 __clang_call_terminate
8 344 ada::url_aggregator::get_search() const call site: 00344 abort
6 43 ada::url ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url const*) call site: 00043 abort
6 703 check_components_agree(ada::url const&, ada::url_aggregator const&, std::__1::basic_string_view >) call site: 00703 printf
6 714 check_href_size(ada::url const&, std::__1::basic_string_view >) call site: 00714 printf
6 744 void check_reparse_idempotent (ada::url const&, std::__1::basic_string_view >) call site: 00744 printf
6 751 void check_reparse_idempotent (ada::url const&, std::__1::basic_string_view >) call site: 00751

Runtime coverage analysis

Covered functions
254
Functions that are reachable but not covered
125
Reachable functions
511
Percentage of reachable functions covered
75.54%
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
/src/ada-url/fuzz/simple_absolute.cc 13
/src/ada-url/build/singleheader/ada.cpp 108
/src/ada-url/build/singleheader/ada.h 138
/usr/local/bin/../include/c++/v1/optional 12

Fuzzer: can_parse

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 155 19.8%
gold [1:9] 53 6.78%
yellow [10:29] 25 3.20%
greenyellow [30:49] 7 0.89%
lawngreen 50+ 541 69.2%
All colors 781 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 171 ada::url_aggregator::clear_hostname() call site: 00171 abort
6 73 ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >) call site: 00073 abort
6 539 ada::can_parse(std::__1::basic_string_view >, std::__1::basic_string_view > const*) call site: 00539
6 730 LLVMFuzzerTestOneInput call site: 00730
6 738 LLVMFuzzerTestOneInput call site: 00738
5 32 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00032 __clang_call_terminate
5 551 _ZN2tl8expectedIN3ada14url_aggregatorENS1_6errorsEEC2IS3_TnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_OT_EE5valueEvE4typeELPv0ETnPNS7_IXsr3std14is_convertibleIS9_S3_EE5valueEvE4typeELSD_0EEEONS_10unexpectedIS8_EE call site: 00551 _ZN2tl6detail25expected_copy_assign_baseIN3ada14url_aggregatorENS2_6errorsELb0EECI2NS0_21expected_storage_baseIS3_S4_Lb0ELb1EEEIJS4_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS4_DpOT_EE5valueEvE4typeELPv0EEENS_10unexpect_tESB_
5 563 _ZN2tl8expectedIN3ada14url_aggregatorENS1_6errorsEEC2IJS2_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS2_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESA_ call site: 00563 _ZN2tl6detail25expected_copy_assign_baseIN3ada14url_aggregatorENS2_6errorsELb0EECI2NS0_21expected_storage_baseIS3_S4_Lb0ELb1EEEIJS3_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESB_
5 627 ada::url ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url const*) call site: 00627 __clang_call_terminate
5 650 _ZN2tl8expectedIN3ada3urlENS1_6errorsEEC2IS3_TnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_OT_EE5valueEvE4typeELPv0ETnPNS7_IXsr3std14is_convertibleIS9_S3_EE5valueEvE4typeELSD_0EEEONS_10unexpectedIS8_EE call site: 00650 _ZN2tl6detail25expected_copy_assign_baseIN3ada3urlENS2_6errorsELb0EECI2NS0_21expected_storage_baseIS3_S4_Lb0ELb1EEEIJS4_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS4_DpOT_EE5valueEvE4typeELPv0EEENS_10unexpect_tESB_
5 660 _ZN2tl8expectedIN3ada3urlENS1_6errorsEEC2IJS2_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS2_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESA_ call site: 00660 _ZN2tl6detail25expected_copy_assign_baseIN3ada3urlENS2_6errorsELb0EECI2NS0_21expected_storage_baseIS3_S4_Lb0ELb1EEEIJS3_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESB_
4 226 ada::url_aggregator::clear_search() call site: 00226 abort

Runtime coverage analysis

Covered functions
242
Functions that are reachable but not covered
112
Reachable functions
459
Percentage of reachable functions covered
75.6%
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
/src/ada-url/fuzz/can_parse.cc 1
/src/ada-url/build/singleheader/ada.cpp 99
/src/ada-url/build/singleheader/ada.h 134
/usr/local/bin/../include/c++/v1/optional 11

Fuzzer: ada_c

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 203 14.6%
gold [1:9] 47 3.38%
yellow [10:29] 11 0.79%
greenyellow [30:49] 27 1.94%
lawngreen 50+ 1099 79.2%
All colors 1387 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 167 ada::url_aggregator::clear_hostname() call site: 00167 abort
12 1116 _ZNR2tl8expectedIN3ada14url_aggregatorENS1_6errorsEE5valueIS2_TnPNSt3__19enable_ifIXntsr3std7is_voidIT_EE5valueEvE4typeELPv0EEERS8_v call site: 01116 __cxa_allocate_exception
6 69 ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >) call site: 00069 abort
6 573 ada::can_parse(std::__1::basic_string_view >, std::__1::basic_string_view > const*) call site: 00573
6 583 ada_free call site: 00583
5 26 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00026 __clang_call_terminate
5 529 _ZN2tl8expectedIN3ada14url_aggregatorENS1_6errorsEEC2IS3_TnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_OT_EE5valueEvE4typeELPv0ETnPNS7_IXsr3std14is_convertibleIS9_S3_EE5valueEvE4typeELSD_0EEEONS_10unexpectedIS8_EE call site: 00529 _ZN2tl6detail25expected_copy_assign_baseIN3ada14url_aggregatorENS2_6errorsELb0EECI2NS0_21expected_storage_baseIS3_S4_Lb0ELb1EEEIJS4_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS4_DpOT_EE5valueEvE4typeELPv0EEENS_10unexpect_tESB_
5 541 _ZN2tl8expectedIN3ada14url_aggregatorENS1_6errorsEEC2IJS2_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS2_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESA_ call site: 00541 _ZN2tl6detail25expected_copy_assign_baseIN3ada14url_aggregatorENS2_6errorsELb0EECI2NS0_21expected_storage_baseIS3_S4_Lb0ELb1EEEIJS3_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESB_
5 1186 _ZN2tl8expectedIN3ada17url_search_paramsENS1_6errorsEEC2IJS2_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS2_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESA_ call site: 01186 _ZN2tl6detail25expected_copy_assign_baseIN3ada17url_search_paramsENS2_6errorsELb0EECI2NS0_21expected_storage_baseIS3_S4_Lb0ELb1EEEIJS3_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESB_
5 1194 _ZN2tl8expectedIN3ada17url_search_paramsENS1_6errorsEEC2IJS2_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS2_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESA_ call site: 01194
5 1237 _ZN2tl8expectedINSt3__16vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEN3ada6errorsEEC2IJSA_ETnPNS1_9enable_ifIXsr3std16is_constructibleISA_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESI_ call site: 01237 _ZN2tl6detail25expected_copy_assign_baseINSt3__16vectorINS2_12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS7_IS9_EEEEN3ada6errorsELb0EECI2NS0_21expected_storage_baseISB_SD_Lb0ELb1EEEIJSB_ETnPNS2_9enable_ifIXsr3std16is_constructibleISB_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESJ_
5 1244 _ZN2tl8expectedINSt3__16vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEN3ada6errorsEEC2IJSA_ETnPNS1_9enable_ifIXsr3std16is_constructibleISA_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESI_ call site: 01244

Runtime coverage analysis

Covered functions
417
Functions that are reachable but not covered
144
Reachable functions
734
Percentage of reachable functions covered
80.38%
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
/src/ada-url/fuzz/ada_c.cc 4
/src/ada-url/build/singleheader/ada.cpp 193
/src/ada-url/build/singleheader/ada.h 225
/usr/local/bin/../include/c++/v1/optional 6
/usr/local/bin/../include/c++/v1/__exception/exception.h 2

Fuzzer: parse

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 201 12.9%
gold [1:9] 33 2.12%
yellow [10:29] 1 0.06%
greenyellow [30:49] 23 1.48%
lawngreen 50+ 1295 83.3%
All colors 1553 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 412 ada::url_aggregator::clear_hostname() call site: 00412 abort
9 1007 LLVMFuzzerTestOneInput call site: 01007 __clang_call_terminate
8 661 LLVMFuzzerTestOneInput call site: 00661 printf
8 1501 LLVMFuzzerTestOneInput call site: 01501 printf
7 1165 bool ada::url_aggregator::set_host_or_hostname (std::__1::basic_string_view >) call site: 01165
6 317 ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >) call site: 00317 abort
6 698 LLVMFuzzerTestOneInput call site: 00698
6 706 LLVMFuzzerTestOneInput call site: 00706
5 210 ada::url ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url const*) call site: 00210 __clang_call_terminate
5 245 _ZN2tl8expectedIN3ada3urlENS1_6errorsEEC2IS3_TnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_OT_EE5valueEvE4typeELPv0ETnPNS7_IXsr3std14is_convertibleIS9_S3_EE5valueEvE4typeELSD_0EEEONS_10unexpectedIS8_EE call site: 00245 _ZN2tl6detail25expected_copy_assign_baseIN3ada3urlENS2_6errorsELb0EECI2NS0_21expected_storage_baseIS3_S4_Lb0ELb1EEEIJS4_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS4_DpOT_EE5valueEvE4typeELPv0EEENS_10unexpect_tESB_
5 257 _ZN2tl8expectedIN3ada3urlENS1_6errorsEEC2IJS2_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS2_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESA_ call site: 00257 _ZN2tl6detail25expected_copy_assign_baseIN3ada3urlENS2_6errorsELb0EECI2NS0_21expected_storage_baseIS3_S4_Lb0ELb1EEEIJS3_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESB_
5 626 _ZN2tl8expectedIN3ada14url_aggregatorENS1_6errorsEEC2IS3_TnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_OT_EE5valueEvE4typeELPv0ETnPNS7_IXsr3std14is_convertibleIS9_S3_EE5valueEvE4typeELSD_0EEEONS_10unexpectedIS8_EE call site: 00626 _ZN2tl6detail25expected_copy_assign_baseIN3ada14url_aggregatorENS2_6errorsELb0EECI2NS0_21expected_storage_baseIS3_S4_Lb0ELb1EEEIJS4_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS4_DpOT_EE5valueEvE4typeELPv0EEENS_10unexpect_tESB_

Runtime coverage analysis

Covered functions
349
Functions that are reachable but not covered
96
Reachable functions
601
Percentage of reachable functions covered
84.03%
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
/src/ada-url/fuzz/parse.cc 7
/src/ada-url/build/singleheader/ada.cpp 136
/src/ada-url/build/singleheader/ada.h 158
/usr/local/bin/../include/c++/v1/optional 14

Fuzzer: url_pattern

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 562 28.6%
gold [1:9] 34 1.73%
yellow [10:29] 17 0.86%
greenyellow [30:49] 14 0.71%
lawngreen 50+ 1337 68.0%
All colors 1964 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
54 969 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00969 abort
38 717 ada::url_aggregator::get_hostname() const call site: 00717 abort
24 778 ada::url_aggregator::update_base_port(unsigned int) call site: 00778 abort
18 1214 bool ada::url_aggregator::set_host_or_hostname (std::__1::basic_string_view >) call site: 01214 abort
15 633 ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >) call site: 00633 abort
10 1723 exercise_exec_and_test(ada::url_pattern &, std::__1::basic_string , std::__1::allocator > const&, std::__1::basic_string , std::__1::allocator > const&) call site: 01723 _ZN2tl8expectedIbN3ada6errorsEEC2IS2_TnPNSt3__19enable_ifIXsr3std16is_constructibleIS2_OT_EE5valueEvE4typeELPv0ETnPNS6_IXsr3std14is_convertibleIS8_S2_EE5valueEvE4typeELSC_0EEEONS_10unexpectedIS7_EE
9 654 ada::url_aggregator::get_search() const call site: 00654 abort
9 1543 ada::url_pattern ::exec(std::__1::variant >, ada::url_pattern_init> const&, std::__1::basic_string_view > const*) call site: 01543 _ZN2tl8expectedINSt3__18optionalIN3ada18url_pattern_resultEEENS3_6errorsEEC2IS6_TnPNS1_9enable_ifIXsr3std16is_constructibleIS6_OT_EE5valueEvE4typeELPv0ETnPNS9_IXsr3std14is_convertibleISB_S6_EE5valueEvE4typeELSF_0EEEONS_10unexpectedISA_EE
8 122 ada::url_pattern_helpers::tokenize(std::__1::basic_string_view >, ada::url_pattern_helpers::token_policy) call site: 00122 _ZN2tl8expectedINSt3__16vectorIN3ada19url_pattern_helpers5tokenENS1_9allocatorIS5_EEEENS3_6errorsEEC2IS9_TnPNS1_9enable_ifIXsr3std16is_constructibleIS9_OT_EE5valueEvE4typeELPv0ETnPNSC_IXsr3std14is_convertibleISE_S9_EE5valueEvE4typeELSI_0EEEONS_10unexpectedISD_EE
8 140 ada::url_pattern_helpers::tokenize(std::__1::basic_string_view >, ada::url_pattern_helpers::token_policy) call site: 00140 _ZN2tl8expectedINSt3__16vectorIN3ada19url_pattern_helpers5tokenENS1_9allocatorIS5_EEEENS3_6errorsEEC2IS9_TnPNS1_9enable_ifIXsr3std16is_constructibleIS9_OT_EE5valueEvE4typeELPv0ETnPNSC_IXsr3std14is_convertibleISE_S9_EE5valueEvE4typeELSI_0EEEONS_10unexpectedISD_EE
8 1189 bool ada::url_aggregator::set_host_or_hostname (std::__1::basic_string_view >) call site: 01189
8 1249 ada::url_pattern_init::process_port(std::__1::basic_string_view >, std::__1::basic_string_view >, ada::url_pattern_init::process_type) call site: 01249 _ZN2tl8expectedINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN3ada6errorsEEC2IS9_TnPNS1_9enable_ifIXsr3std16is_constructibleIS9_OT_EE5valueEvE4typeELPv0ETnPNSC_IXsr3std14is_convertibleISE_S9_EE5valueEvE4typeELSI_0EEEONS_10unexpectedISD_EE

Runtime coverage analysis

Covered functions
434
Functions that are reachable but not covered
363
Reachable functions
1030
Percentage of reachable functions covered
64.76%
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
/src/ada-url/fuzz/url_pattern.cc 6
/src/ada-url/build/singleheader/ada.h 445
/src/ada-url/build/singleheader/ada.cpp 132
/usr/local/bin/../include/c++/v1/optional 21

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
ada::url::get_origin()const /src/ada-url/build/singleheader/ada.cpp 2 ['N/A', 'N/A'] 12 0 211 44 41 285 0 1283 61
ada::url_pattern_helpers::canonicalize_port(std::__1::basic_string_view >) /src/ada-url/build/singleheader/ada.cpp 3 ['N/A', 'N/A', 'size_t'] 8 0 224 38 37 51 0 129 53
ada::url_aggregator::get_origin()const /src/ada-url/build/singleheader/ada.cpp 2 ['N/A', 'N/A'] 12 0 227 35 34 354 0 1965 46
ada::url_aggregator::to_string()const /src/ada-url/build/singleheader/ada.cpp 2 ['N/A', 'N/A'] 2 0 603 100 39 23 0 80 42
ada::url::to_string()const /src/ada-url/build/singleheader/ada.cpp 2 ['N/A', 'N/A'] 4 0 421 69 41 22 0 93 41

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

Functions statically reachable by fuzzers
92.0%
976 / 1058
Cyclomatic complexity statically reachable by fuzzers
97.0%
9291 / 9598

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

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

/src/ada-url/fuzz/idna.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['ada::idna::deflate::inflate_raw(unsigned char const*, unsigned long, unsigned char*, unsigned long)', 'ada::idna::deflate::inflate_raw(unsigned char const*, unsigned long, unsigned char*, unsigned long)', 'ada::idna::deflate::inflate_raw(unsigned char const*, unsigned long, unsigned char*, unsigned long)', 'ada::idna::deflate::inflate_raw(unsigned char const*, unsigned long, unsigned char*, unsigned long)', 'LLVMFuzzerTestOneInput', 'ada::idna::ensure_tables()', 'ada::idna::is_label_valid(std::__1::basic_string_view >)']

/src/ada-url/fuzz/unicode.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['ada::idna::deflate::inflate_raw(unsigned char const*, unsigned long, unsigned char*, unsigned long)', 'LLVMFuzzerTestOneInput', 'ada::idna::deflate::inflate_raw(unsigned char const*, unsigned long, unsigned char*, unsigned long)', 'ada::idna::deflate::inflate_raw(unsigned char const*, unsigned long, unsigned char*, unsigned long)', 'ada::idna::deflate::inflate_raw(unsigned char const*, unsigned long, unsigned char*, unsigned long)', 'ada::idna::is_label_valid(std::__1::basic_string_view >)']

/src/ada-url/fuzz/url_search_params.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['ada::url_aggregator ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url_aggregator const*)', 'ada::url_aggregator ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url_aggregator const*)', 'ada::url_aggregator ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url_aggregator const*)', 'ada::url_aggregator::get_hostname() const', 'ada::url_aggregator::add_authority_slashes_if_needed()', 'ada::url_aggregator::update_base_hostname(std::__1::basic_string_view >)', 'ada::url_aggregator ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url_aggregator const*)', 'ada::url_aggregator::~url_aggregator()', 'ada::url_aggregator::clear_search()', 'ada::url_aggregator::get_search() const']

/src/ada-url/fuzz/serializers.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['ada::url_aggregator ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url_aggregator const*)', 'ada::url_aggregator::get_hostname() const', 'ada::url_aggregator ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url_aggregator const*)', 'ada::url_aggregator::update_base_port(unsigned int)', 'ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >)', 'LLVMFuzzerTestOneInput', 'ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >)', 'ada::url_aggregator ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url_aggregator const*)', 'ada::checkers::is_normalized_windows_drive_letter(std::__1::basic_string_view >)', 'ada::url_aggregator ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url_aggregator const*)']

/src/ada-url/fuzz/simple_absolute.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['ada::url_aggregator::get_hostname() const', 'ada::url_aggregator::update_base_port(unsigned int)', 'ada::url_aggregator ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url_aggregator const*)', 'ada::url_aggregator::get_host() const', 'ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >)', 'ada::url ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url const*)', 'ada::url_aggregator::get_search() const', 'ada::url ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url const*)', 'check_components_agree(ada::url const&, ada::url_aggregator const&, std::__1::basic_string_view >)', 'check_href_size(ada::url const&, std::__1::basic_string_view >)']

/src/ada-url/fuzz/can_parse.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['ada::url_aggregator::clear_hostname()', 'ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >)', 'ada::can_parse(std::__1::basic_string_view >, std::__1::basic_string_view > const*)', 'LLVMFuzzerTestOneInput', 'ada::url_aggregator ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url_aggregator const*)', '_ZN2tl8expectedIN3ada14url_aggregatorENS1_6errorsEEC2IS3_TnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_OT_EE5valueEvE4typeELPv0ETnPNS7_IXsr3std14is_convertibleIS9_S3_EE5valueEvE4typeELSD_0EEEONS_10unexpectedIS8_EE', '_ZN2tl8expectedIN3ada14url_aggregatorENS1_6errorsEEC2IJS2_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS2_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESA_', 'ada::url ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url const*)', '_ZN2tl8expectedIN3ada3urlENS1_6errorsEEC2IS3_TnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_OT_EE5valueEvE4typeELPv0ETnPNS7_IXsr3std14is_convertibleIS9_S3_EE5valueEvE4typeELSD_0EEEONS_10unexpectedIS8_EE']

/src/ada-url/fuzz/ada_c.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['ada::url_aggregator::clear_hostname()', '_ZNR2tl8expectedIN3ada14url_aggregatorENS1_6errorsEE5valueIS2_TnPNSt3__19enable_ifIXntsr3std7is_voidIT_EE5valueEvE4typeELPv0EEERS8_v', 'ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >)', 'ada::can_parse(std::__1::basic_string_view >, std::__1::basic_string_view > const*)', 'ada_free', 'ada::url_aggregator ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url_aggregator const*)', '_ZN2tl8expectedIN3ada14url_aggregatorENS1_6errorsEEC2IS3_TnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_OT_EE5valueEvE4typeELPv0ETnPNS7_IXsr3std14is_convertibleIS9_S3_EE5valueEvE4typeELSD_0EEEONS_10unexpectedIS8_EE', '_ZN2tl8expectedIN3ada14url_aggregatorENS1_6errorsEEC2IJS2_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS2_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESA_', '_ZN2tl8expectedIN3ada17url_search_paramsENS1_6errorsEEC2IJS2_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS2_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESA_']

/src/ada-url/fuzz/parse.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['ada::url_aggregator::clear_hostname()', 'LLVMFuzzerTestOneInput', 'bool ada::url_aggregator::set_host_or_hostname(std::__1::basic_string_view >)', 'ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >)', 'ada::url ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url const*)', '_ZN2tl8expectedIN3ada3urlENS1_6errorsEEC2IS3_TnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_OT_EE5valueEvE4typeELPv0ETnPNS7_IXsr3std14is_convertibleIS9_S3_EE5valueEvE4typeELSD_0EEEONS_10unexpectedIS8_EE']

/src/ada-url/fuzz/url_pattern.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['ada::url_aggregator ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url_aggregator const*)', 'ada::url_aggregator::get_hostname() const', 'ada::url_aggregator::update_base_port(unsigned int)', 'bool ada::url_aggregator::set_host_or_hostname(std::__1::basic_string_view >)', 'ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >)', 'exercise_exec_and_test(ada::url_pattern&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&)', 'ada::url_aggregator::get_search() const', 'ada::url_pattern::exec(std::__1::variant >, ada::url_pattern_init> const&, std::__1::basic_string_view > const*)', 'ada::url_pattern_helpers::tokenize(std::__1::basic_string_view >, ada::url_pattern_helpers::token_policy)', 'ada::url_pattern_helpers::tokenize(std::__1::basic_string_view >, ada::url_pattern_helpers::token_policy)']

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
[] []
/usr/local/bin/../include/c++/v1/__algorithm/ranges_find_if_not.h [] []
/src/ada-url/fuzz/url_search_params.cc ['url_search_params'] ['url_search_params']
/src/ada-url/fuzz/ada_c.cc ['ada_c'] ['ada_c']
/usr/local/bin/../include/c++/v1/optional ['url_search_params', 'serializers', 'simple_absolute', 'can_parse', 'ada_c', 'parse', 'url_pattern'] []
/src/ada-url/fuzz/serializers.cc ['serializers'] ['serializers']
/src/ada-url/fuzz/simple_absolute.cc ['simple_absolute'] ['simple_absolute']
/usr/local/bin/../include/c++/v1/stdexcept [] []
/usr/local/bin/../include/c++/v1/__exception/exception.h ['ada_c'] []
/src/ada-url/fuzz/unicode.cc ['unicode'] ['unicode']
/src/ada-url/build/singleheader/ada.cpp ['idna', 'unicode', 'url_search_params', 'serializers', 'simple_absolute', 'can_parse', 'ada_c', 'parse', 'url_pattern'] ['idna', 'unicode', 'url_search_params', 'serializers', 'simple_absolute', 'can_parse', 'ada_c', 'parse', 'url_pattern']
/src/ada-url/fuzz/can_parse.cc ['can_parse'] ['can_parse']
/usr/local/bin/../include/c++/v1/__algorithm/ranges_replace.h [] []
/usr/local/bin/../include/c++/v1/variant [] []
/usr/local/bin/../include/c++/v1/__charconv/from_chars_integral.h [] []
/src/ada-url/fuzz/parse.cc ['parse'] ['parse']
/src/ada-url/build/singleheader/ada.h ['unicode', 'url_search_params', 'serializers', 'simple_absolute', 'can_parse', 'ada_c', 'parse', 'url_pattern'] ['unicode', 'url_search_params', 'serializers', 'simple_absolute', 'can_parse', 'ada_c', 'parse', 'url_pattern']
/usr/local/bin/../include/c++/v1/__iterator/move_iterator.h [] []
/usr/local/bin/../include/c++/v1/string [] []
/src/ada-url/fuzz/url_pattern.cc ['url_pattern'] ['url_pattern']
/src/ada-url/fuzz/idna.cc ['idna'] ['idna']

Directories in report

Directory
/usr/local/bin/../include/c++/v1/__iterator/
/usr/local/bin/../include/c++/v1/__algorithm/
/src/ada-url/build/singleheader/
/usr/local/bin/../include/c++/v1/__exception/
/usr/local/bin/../include/c++/v1/__charconv/
/usr/local/bin/../include/c++/v1/
/src/ada-url/fuzz/