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.2%
gold [1:9] 33 18.8%
yellow [10:29] 0 0.0%
greenyellow [30:49] 3 1.71%
lawngreen 50+ 121 69.1%
All colors 175 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 163 LLVMFuzzerTestOneInput call site: 00163 printf
2 166 LLVMFuzzerTestOneInput call site: 00166 printf
2 172 LLVMFuzzerTestOneInput call site: 00172 printf
1 64 ada::idna::ensure_tables() call site: 00064 __cxa_begin_catch
1 118 ada::idna::is_label_valid(std::__1::basic_string_view >) call site: 00118

Runtime coverage analysis

Covered functions
66
Functions that are reachable but not covered
12
Reachable functions
127
Percentage of reachable functions covered
90.55%
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 61

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 24 14.3%
gold [1:9] 33 19.7%
yellow [10:29] 0 0.0%
greenyellow [30:49] 2 1.19%
lawngreen 50+ 108 64.6%
All colors 167 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 56 ada::idna::deflate::inflate_raw(unsigned char const*, unsigned long, unsigned char*, unsigned long) call site: 00056
2 17 LLVMFuzzerTestOneInput call site: 00017 printf
2 29 LLVMFuzzerTestOneInput call site: 00029 printf
2 70 ada::idna::deflate::inflate_raw(unsigned char const*, unsigned long, unsigned char*, unsigned long) call site: 00070
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
1 13 LLVMFuzzerTestOneInput call site: 00013 __cxa_begin_catch
1 156 ada::idna::is_label_valid(std::__1::basic_string_view >) call site: 00156

Runtime coverage analysis

Covered functions
90
Functions that are reachable but not covered
14
Reachable functions
131
Percentage of reachable functions covered
89.31%
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 3
/src/ada-url/build/singleheader/ada.cpp 59

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 552 68.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 250 31.1%
All colors 802 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
183 453 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00453 abort
67 662 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00662 abort
64 339 ada::url_aggregator::add_authority_slashes_if_needed() call site: 00339 abort
35 150 ada::url_aggregator::validate() const call site: 00150 __clang_call_terminate
35 238 ada::parser::try_parse_simple_absolute (std::__1::basic_string_view >, ada::url_aggregator&)::{lambda()#1}::operator()() const call site: 00238 abort
21 410 ada::url_aggregator::update_base_hostname(std::__1::basic_string_view >) call site: 00410 abort
20 293 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00293 abort
20 314 ada::url_aggregator::get_search() const call site: 00314 abort
19 186 ada::checkers::is_alpha(char) call site: 00186 abort
12 732 ada::url_aggregator::~url_aggregator() call site: 00732 _ZN2tl8expectedIN3ada14url_aggregatorENS1_6errorsEEC2IS3_TnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_OT_EE5valueEvE4typeELPv0ETnPNS7_IXsr3std14is_convertibleIS9_S3_EE5valueEvE4typeELSD_0EEEONS_10unexpectedIS8_EE
11 648 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00648
10 439 ada::url_aggregator::clear_search() call site: 00439 abort

Runtime coverage analysis

Covered functions
143
Functions that are reachable but not covered
273
Reachable functions
489
Percentage of reachable functions covered
44.17%
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 130
/src/ada-url/build/singleheader/ada.cpp 113
/usr/local/bin/../include/c++/v1/optional 6

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 303 41.4%
gold [1:9] 41 5.60%
yellow [10:29] 12 1.64%
greenyellow [30:49] 13 1.77%
lawngreen 50+ 362 49.5%
All colors 731 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
65 591 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00591 abort
33 173 bool ada::parser::try_parse_simple_absolute (std::__1::basic_string_view >, ada::url_aggregator&) call site: 00173 abort
32 226 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00226 abort
30 306 ada::url_aggregator::get_hostname() const call site: 00306 abort
23 359 ada::url_aggregator::update_base_port(unsigned int) call site: 00359 abort
15 97 ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >) call site: 00097 abort
15 714 LLVMFuzzerTestOneInput call site: 00714 printf
10 402 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00402 abort
7 298 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00298
6 692 LLVMFuzzerTestOneInput call site: 00692
5 577 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00577
5 665 _ZN2tl8expectedIN3ada14url_aggregatorENS1_6errorsEEC2IS3_TnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_OT_EE5valueEvE4typeELPv0ETnPNS7_IXsr3std14is_convertibleIS9_S3_EE5valueEvE4typeELSD_0EEEONS_10unexpectedIS8_EE call site: 00665 _ZN2tl6detail25expected_copy_assign_baseIN3ada14url_aggregatorENS2_6errorsELb0EECI2NS0_21expected_storage_baseIS3_S4_Lb0ELb1EEEIJS4_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS4_DpOT_EE5valueEvE4typeELPv0EEENS_10unexpect_tESB_

Runtime coverage analysis

Covered functions
202
Functions that are reachable but not covered
117
Reachable functions
401
Percentage of reachable functions covered
70.82%
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 110
/src/ada-url/build/singleheader/ada.h 91
/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 314 32.7%
gold [1:9] 38 3.95%
yellow [10:29] 2 0.20%
greenyellow [30:49] 7 0.72%
lawngreen 50+ 599 62.3%
All colors 960 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
30 562 ada::url_aggregator::get_hostname() const call site: 00562 abort
23 615 ada::url_aggregator::update_base_port(unsigned int) call site: 00615 abort
19 744 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00744 abort
17 454 ada::url_aggregator::get_hash() const call site: 00454 abort
16 710 ada::url_aggregator::get_host() const call site: 00710 abort
15 378 ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >) call site: 00378 abort
10 90 bool ada::parser::try_parse_simple_absolute (std::__1::basic_string_view >, ada::url&) call site: 00090
9 506 ada::url_aggregator::get_search() const call site: 00506 abort
8 57 ada::checkers::is_normalized_windows_drive_letter(std::__1::basic_string_view >) call site: 00057 __clang_call_terminate
7 839 check_components_agree(ada::url const&, ada::url_aggregator const&, std::__1::basic_string_view >) call site: 00839 printf
6 124 ada::url ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url const*) call site: 00124
6 304 ada::url ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url const*) call site: 00304 abort

Runtime coverage analysis

Covered functions
291
Functions that are reachable but not covered
129
Reachable functions
565
Percentage of reachable functions covered
77.17%
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 132
/src/ada-url/build/singleheader/ada.h 140
/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 179 19.2%
gold [1:9] 57 6.14%
yellow [10:29] 25 2.69%
greenyellow [30:49] 21 2.26%
lawngreen 50+ 646 69.6%
All colors 928 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
14 700 bool ada::parser::finish_simple_absolute_with_port (std::__1::basic_string_view >, ada::url&, ada::scheme::type, unsigned int, unsigned long, unsigned long, unsigned long, bool) call site: 00700 __clang_call_terminate
13 170 ada::url_aggregator::clear_hash() call site: 00170 abort
6 72 ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >) call site: 00072 abort
6 661 ada::can_parse(std::__1::basic_string_view >, std::__1::basic_string_view > const*) call site: 00661
6 877 LLVMFuzzerTestOneInput call site: 00877
6 885 LLVMFuzzerTestOneInput call site: 00885
5 58 bool ada::parser::finish_simple_absolute_with_port (std::__1::basic_string_view >, ada::url_aggregator&, ada::scheme::type, unsigned int, unsigned long, unsigned long, unsigned long, bool) call site: 00058 __clang_call_terminate
5 673 _ZN2tl8expectedIN3ada14url_aggregatorENS1_6errorsEEC2IS3_TnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_OT_EE5valueEvE4typeELPv0ETnPNS7_IXsr3std14is_convertibleIS9_S3_EE5valueEvE4typeELSD_0EEEONS_10unexpectedIS8_EE call site: 00673 _ZN2tl6detail25expected_copy_assign_baseIN3ada14url_aggregatorENS2_6errorsELb0EECI2NS0_21expected_storage_baseIS3_S4_Lb0ELb1EEEIJS4_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS4_DpOT_EE5valueEvE4typeELPv0EEENS_10unexpect_tESB_
5 685 _ZN2tl8expectedIN3ada14url_aggregatorENS1_6errorsEEC2IJS2_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS2_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESA_ call site: 00685 _ZN2tl6detail25expected_copy_assign_baseIN3ada14url_aggregatorENS2_6errorsELb0EECI2NS0_21expected_storage_baseIS3_S4_Lb0ELb1EEEIJS3_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESB_
5 797 _ZN2tl8expectedIN3ada3urlENS1_6errorsEEC2IS3_TnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_OT_EE5valueEvE4typeELPv0ETnPNS7_IXsr3std14is_convertibleIS9_S3_EE5valueEvE4typeELSD_0EEEONS_10unexpectedIS8_EE call site: 00797 _ZN2tl6detail25expected_copy_assign_baseIN3ada3urlENS2_6errorsELb0EECI2NS0_21expected_storage_baseIS3_S4_Lb0ELb1EEEIJS4_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS4_DpOT_EE5valueEvE4typeELPv0EEENS_10unexpect_tESB_
5 807 _ZN2tl8expectedIN3ada3urlENS1_6errorsEEC2IJS2_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS2_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESA_ call site: 00807 _ZN2tl6detail25expected_copy_assign_baseIN3ada3urlENS2_6errorsELb0EECI2NS0_21expected_storage_baseIS3_S4_Lb0ELb1EEEIJS3_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESB_
4 301 ada::url_aggregator::clear_hostname() call site: 00301 abort

Runtime coverage analysis

Covered functions
288
Functions that are reachable but not covered
113
Reachable functions
522
Percentage of reachable functions covered
78.35%
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 126
/src/ada-url/build/singleheader/ada.h 138
/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 218 14.4%
gold [1:9] 50 3.32%
yellow [10:29] 9 0.59%
greenyellow [30:49] 31 2.05%
lawngreen 50+ 1198 79.5%
All colors 1506 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 1234 _ZNR2tl8expectedIN3ada14url_aggregatorENS1_6errorsEE5valueIS2_TnPNSt3__19enable_ifIXntsr3std7is_voidIT_EE5valueEvE4typeELPv0EEERS8_v call site: 01234 __cxa_allocate_exception
11 160 ada::url_aggregator::get_hash() const call site: 00160 abort
6 59 ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >) call site: 00059 abort
6 695 ada::can_parse(std::__1::basic_string_view >, std::__1::basic_string_view > const*) call site: 00695
6 705 ada_free call site: 00705
5 45 bool ada::parser::finish_simple_absolute_with_port (std::__1::basic_string_view >, ada::url_aggregator&, ada::scheme::type, unsigned int, unsigned long, unsigned long, unsigned long, bool) call site: 00045 __clang_call_terminate
5 641 _ZN2tl8expectedIN3ada14url_aggregatorENS1_6errorsEEC2IS3_TnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_OT_EE5valueEvE4typeELPv0ETnPNS7_IXsr3std14is_convertibleIS9_S3_EE5valueEvE4typeELSD_0EEEONS_10unexpectedIS8_EE call site: 00641 _ZN2tl6detail25expected_copy_assign_baseIN3ada14url_aggregatorENS2_6errorsELb0EECI2NS0_21expected_storage_baseIS3_S4_Lb0ELb1EEEIJS4_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS4_DpOT_EE5valueEvE4typeELPv0EEENS_10unexpect_tESB_
5 653 _ZN2tl8expectedIN3ada14url_aggregatorENS1_6errorsEEC2IJS2_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS2_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESA_ call site: 00653 _ZN2tl6detail25expected_copy_assign_baseIN3ada14url_aggregatorENS2_6errorsELb0EECI2NS0_21expected_storage_baseIS3_S4_Lb0ELb1EEEIJS3_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESB_
5 1305 _ZN2tl8expectedIN3ada17url_search_paramsENS1_6errorsEEC2IJS2_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS2_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESA_ call site: 01305 _ZN2tl6detail25expected_copy_assign_baseIN3ada17url_search_paramsENS2_6errorsELb0EECI2NS0_21expected_storage_baseIS3_S4_Lb0ELb1EEEIJS3_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESB_
5 1313 _ZN2tl8expectedIN3ada17url_search_paramsENS1_6errorsEEC2IJS2_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS2_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESA_ call site: 01313
5 1356 _ZN2tl8expectedINSt3__16vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEN3ada6errorsEEC2IJSA_ETnPNS1_9enable_ifIXsr3std16is_constructibleISA_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESI_ call site: 01356 _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 1363 _ZN2tl8expectedINSt3__16vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEN3ada6errorsEEC2IJSA_ETnPNS1_9enable_ifIXsr3std16is_constructibleISA_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESI_ call site: 01363

Runtime coverage analysis

Covered functions
454
Functions that are reachable but not covered
147
Reachable functions
785
Percentage of reachable functions covered
81.27%
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 215
/src/ada-url/build/singleheader/ada.h 226
/usr/local/bin/../include/c++/v1/optional 8
/usr/local/bin/../include/c++/v1/__exception/exception.h 2

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 607 29.1%
gold [1:9] 35 1.68%
yellow [10:29] 22 1.05%
greenyellow [30:49] 9 0.43%
lawngreen 50+ 1408 67.6%
All colors 2081 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
56 1079 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 01079 abort
30 842 ada::url_aggregator::get_hostname() const call site: 00842 abort
23 895 ada::url_aggregator::update_base_port(unsigned int) call site: 00895 abort
20 1328 bool ada::url_aggregator::set_host_or_hostname (std::__1::basic_string_view >) call site: 01328 abort
17 725 ada::url_aggregator::get_hash() const call site: 00725 abort
15 624 ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >) call site: 00624 abort
14 710 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00710 abort
10 671 ada::url_aggregator::update_base_search(std::__1::basic_string_view >, unsigned char const*) call site: 00671 __clang_call_terminate
10 783 ada::url_aggregator::get_search() const call site: 00783 abort
10 1840 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: 01840 _ZN2tl8expectedIbN3ada6errorsEEC2IS2_TnPNSt3__19enable_ifIXsr3std16is_constructibleIS2_OT_EE5valueEvE4typeELPv0ETnPNS6_IXsr3std14is_convertibleIS8_S2_EE5valueEvE4typeELSC_0EEEONS_10unexpectedIS7_EE
9 1660 ada::url_pattern ::exec(std::__1::variant >, ada::url_pattern_init> const&, std::__1::basic_string_view > const*) call site: 01660 _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

Runtime coverage analysis

Covered functions
459
Functions that are reachable but not covered
377
Reachable functions
1081
Percentage of reachable functions covered
65.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
/src/ada-url/fuzz/url_pattern.cc 6
/src/ada-url/build/singleheader/ada.h 448
/src/ada-url/build/singleheader/ada.cpp 152
/usr/local/bin/../include/c++/v1/optional 23

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 219 13.0%
gold [1:9] 34 2.02%
yellow [10:29] 5 0.29%
greenyellow [30:49] 22 1.30%
lawngreen 50+ 1401 83.3%
All colors 1681 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
11 448 ada::url_aggregator::get_hash() const call site: 00448 abort
8 51 ada::checkers::is_normalized_windows_drive_letter(std::__1::basic_string_view >) call site: 00051 __clang_call_terminate
8 798 LLVMFuzzerTestOneInput call site: 00798 printf
8 1628 LLVMFuzzerTestOneInput call site: 01628 printf
7 1295 bool ada::url_aggregator::set_host_or_hostname (std::__1::basic_string_view >) call site: 01295
6 372 ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >) call site: 00372 abort
6 835 LLVMFuzzerTestOneInput call site: 00835
6 843 LLVMFuzzerTestOneInput call site: 00843
5 45 ada::checkers::is_alpha(char) call site: 00045 __clang_call_terminate
5 329 _ZN2tl8expectedIN3ada3urlENS1_6errorsEEC2IS3_TnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_OT_EE5valueEvE4typeELPv0ETnPNS7_IXsr3std14is_convertibleIS9_S3_EE5valueEvE4typeELSD_0EEEONS_10unexpectedIS8_EE call site: 00329 _ZN2tl6detail25expected_copy_assign_baseIN3ada3urlENS2_6errorsELb0EECI2NS0_21expected_storage_baseIS3_S4_Lb0ELb1EEEIJS4_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS4_DpOT_EE5valueEvE4typeELPv0EEENS_10unexpect_tESB_
5 341 _ZN2tl8expectedIN3ada3urlENS1_6errorsEEC2IJS2_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS2_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESA_ call site: 00341 _ZN2tl6detail25expected_copy_assign_baseIN3ada3urlENS2_6errorsELb0EECI2NS0_21expected_storage_baseIS3_S4_Lb0ELb1EEEIJS3_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_DpOT_EE5valueEvE4typeELPv0EEENS_10in_place_tESB_
5 763 _ZN2tl8expectedIN3ada14url_aggregatorENS1_6errorsEEC2IS3_TnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_OT_EE5valueEvE4typeELPv0ETnPNS7_IXsr3std14is_convertibleIS9_S3_EE5valueEvE4typeELSD_0EEEONS_10unexpectedIS8_EE call site: 00763 _ZN2tl6detail25expected_copy_assign_baseIN3ada14url_aggregatorENS2_6errorsELb0EECI2NS0_21expected_storage_baseIS3_S4_Lb0ELb1EEEIJS4_ETnPNSt3__19enable_ifIXsr3std16is_constructibleIS4_DpOT_EE5valueEvE4typeELPv0EEENS_10unexpect_tESB_

Runtime coverage analysis

Covered functions
388
Functions that are reachable but not covered
103
Reachable functions
664
Percentage of reachable functions covered
84.49%
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 162
/src/ada-url/build/singleheader/ada.h 159
/usr/local/bin/../include/c++/v1/optional 18

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 332 0 1820 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 403 0 2466 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
93.0%
1007 / 1088
Cyclomatic complexity statically reachable by fuzzers
97.0%
10531 / 10836

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::add_authority_slashes_if_needed()', 'ada::url_aggregator::validate() const', 'ada::parser::try_parse_simple_absolute(std::__1::basic_string_view >, ada::url_aggregator&)::{lambda()#1}::operator()() const', '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::get_search() const', 'ada::checkers::is_alpha(char)', 'ada::url_aggregator::~url_aggregator()']

/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*)', 'bool ada::parser::try_parse_simple_absolute(std::__1::basic_string_view >, ada::url_aggregator&)', '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)', 'ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >)', 'LLVMFuzzerTestOneInput', '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*)']

/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_hash() const', 'ada::url_aggregator::get_host() const', 'ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >)', 'bool ada::parser::try_parse_simple_absolute(std::__1::basic_string_view >, ada::url&)', 'ada::url_aggregator::get_search() const', 'ada::checkers::is_normalized_windows_drive_letter(std::__1::basic_string_view >)', 'check_components_agree(ada::url const&, ada::url_aggregator 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=['bool ada::parser::finish_simple_absolute_with_port(std::__1::basic_string_view >, ada::url&, ada::scheme::type, unsigned int, unsigned long, unsigned long, unsigned long, bool)', 'ada::url_aggregator::clear_hash()', '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', 'bool ada::parser::finish_simple_absolute_with_port(std::__1::basic_string_view >, ada::url_aggregator&, ada::scheme::type, unsigned int, unsigned long, unsigned long, unsigned long, bool)', '_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_', '_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=['_ZNR2tl8expectedIN3ada14url_aggregatorENS1_6errorsEE5valueIS2_TnPNSt3__19enable_ifIXntsr3std7is_voidIT_EE5valueEvE4typeELPv0EEERS8_v', 'ada::url_aggregator::get_hash() const', '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', 'bool ada::parser::finish_simple_absolute_with_port(std::__1::basic_string_view >, ada::url_aggregator&, ada::scheme::type, unsigned int, unsigned long, unsigned long, unsigned long, bool)', '_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/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::get_hash() const', '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::url_aggregator::update_base_search(std::__1::basic_string_view >, unsigned char const*)', 'ada::url_aggregator::get_search() const', 'exercise_exec_and_test(ada::url_pattern&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&)']

/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::get_hash() const', 'ada::checkers::is_normalized_windows_drive_letter(std::__1::basic_string_view >)', '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::checkers::is_alpha(char)', '_ZN2tl8expectedIN3ada3urlENS1_6errorsEEC2IS3_TnPNSt3__19enable_ifIXsr3std16is_constructibleIS3_OT_EE5valueEvE4typeELPv0ETnPNS7_IXsr3std14is_convertibleIS9_S3_EE5valueEvE4typeELSD_0EEEONS_10unexpectedIS8_EE']

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

Directories in report

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