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: 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 7 16.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 35 83.3%
All colors 42 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
2 26 LLVMFuzzerTestOneInput call site: 00026
2 31 LLVMFuzzerTestOneInput call site: 00031
2 36 LLVMFuzzerTestOneInput call site: 00036
1 15 ada::url_search_params::has(std::__1::basic_string_view >) call site: 00015 __cxa_begin_catch

Runtime coverage analysis

Covered functions
35
Functions that are reachable but not covered
8
Reachable functions
57
Percentage of reachable functions covered
85.96%
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 25
/src/ada-url/build/singleheader/ada.cpp 2

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

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
1 29 ada::idna::find_direction(unsigned int) call site: 00029 __cxa_begin_catch

Runtime coverage analysis

Covered functions
36
Functions that are reachable but not covered
5
Reachable functions
66
Percentage of reachable functions covered
92.42%
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 30

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 99 22.9%
gold [1:9] 15 3.48%
yellow [10:29] 12 2.78%
greenyellow [30:49] 2 0.46%
lawngreen 50+ 303 70.3%
All colors 431 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
17 364 ada::checkers::is_windows_drive_letter(std::__1::basic_string_view >) call site: 00364 abort
15 64 ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >) call site: 00064 abort
12 163 ada::url_aggregator::clear_hostname() call site: 00163 abort
6 219 ada::url_aggregator::clear_search() call site: 00219 abort
5 14 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00014 __clang_call_terminate
5 112 ada::url_aggregator::append_base_password(std::__1::basic_string_view >) call site: 00112 abort
5 134 ada::url_aggregator::append_base_username(std::__1::basic_string_view >) call site: 00134 abort
4 415 ada::url_aggregator::clear_pathname() call site: 00415 abort
2 87 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00087 abort
2 95 ada::url_aggregator::update_base_search(std::__1::basic_string_view >) call site: 00095 abort
2 125 ada::url_aggregator::append_base_password(std::__1::basic_string_view >) call site: 00125 abort
2 140 ada::url_aggregator::append_base_username(std::__1::basic_string_view >) call site: 00140 abort

Runtime coverage analysis

Covered functions
131
Functions that are reachable but not covered
61
Reachable functions
249
Percentage of reachable functions covered
75.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/can_parse.cc 1
/src/ada-url/build/singleheader/ada.cpp 57
/src/ada-url/build/singleheader/ada.h 57
/usr/local/bin/../include/c++/v1/optional 8

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 245 25.4%
gold [1:9] 1 0.10%
yellow [10:29] 2 0.20%
greenyellow [30:49] 2 0.20%
lawngreen 50+ 711 73.9%
All colors 961 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
21 169 ada::url_aggregator::has_hostname() const call site: 00169 abort
20 571 ada::url_aggregator::has_port() const call site: 00571 abort
15 66 ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >) call site: 00066 abort
12 447 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00447
11 91 ada::url_aggregator::get_search() const call site: 00091 __clang_call_terminate
10 417 void ada::helpers::inner_concat > >(std::__1::basic_string , std::__1::allocator >&, char const*, std::__1::basic_string_view >) call site: 00417 abort
9 191 ada::url_aggregator::has_empty_hostname() const call site: 00191 abort
9 407 ada::url_aggregator::get_host() const call site: 00407 abort
7 242 ada::checkers::is_normalized_windows_drive_letter(std::__1::basic_string_view >) call site: 00242
6 154 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00154
6 162 ada::url_aggregator::get_hostname() const call site: 00162 abort
6 519 ada::url_aggregator::set_href(std::__1::basic_string_view >) call site: 00519

Runtime coverage analysis

Covered functions
237
Functions that are reachable but not covered
83
Reachable functions
401
Percentage of reachable functions covered
79.3%
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.c 1
/src/ada-url/build/singleheader/ada.cpp 119
/src/ada-url/build/singleheader/ada.h 100
/usr/local/bin/../include/c++/v1/optional 8

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 906 58.3%
gold [1:9] 7 0.45%
yellow [10:29] 12 0.77%
greenyellow [30:49] 2 0.12%
lawngreen 50+ 626 40.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
76 673 ada::url_aggregator::update_base_hostname(std::__1::basic_string_view >) call site: 00673 abort
69 759 ada::url_aggregator::parse_opaque_host(std::__1::basic_string_view >) call site: 00759 __clang_call_terminate
66 870 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00870 abort
41 1086 ada::url_pattern_helpers::canonicalize_password(std::__1::basic_string_view >) call site: 01086 _ZN2tl8expectedINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN3ada6errorsEEC2IS7_TnPNS1_9enable_ifIXsr3std14is_convertibleIOT_S7_EE5valueEvE4typeELPv0ETnPNSC_IXaaaaaasr3std16is_constructibleIS7_SE_EE5valuentsr3std7is_sameINS1_5decayISD_E4typeENS_10in_place_tEEE5valuentsr3std7is_sameISA_SL_EE5valuentsr3std7is_sameINS_10unexpectedIS9_EESL_EE5valueEvE4typeELSI_0EEESE_
39 1046 ada::url_pattern_helpers::canonicalize_username(std::__1::basic_string_view >) call site: 01046 _ZN2tl8expectedINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN3ada6errorsEEC2IS7_TnPNS1_9enable_ifIXsr3std14is_convertibleIOT_S7_EE5valueEvE4typeELPv0ETnPNSC_IXaaaaaasr3std16is_constructibleIS7_SE_EE5valuentsr3std7is_sameINS1_5decayISD_E4typeENS_10in_place_tEEE5valuentsr3std7is_sameISA_SL_EE5valuentsr3std7is_sameINS_10unexpectedIS9_EESL_EE5valueEvE4typeELSI_0EEESE_
38 628 ada::url_aggregator::get_hostname() const call site: 00628 abort
35 1281 ada::url_pattern_helpers::canonicalize_search(std::__1::basic_string_view >) call site: 01281 _ZN2tl8expectedINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN3ada6errorsEEC2IS7_TnPNS1_9enable_ifIXsr3std14is_convertibleIOT_S7_EE5valueEvE4typeELPv0ETnPNSC_IXaaaaaasr3std16is_constructibleIS7_SE_EE5valuentsr3std7is_sameINS1_5decayISD_E4typeENS_10in_place_tEEE5valuentsr3std7is_sameISA_SL_EE5valuentsr3std7is_sameINS_10unexpectedIS9_EESL_EE5valueEvE4typeELSI_0EEESE_
34 592 ada::url_aggregator::add_authority_slashes_if_needed() call site: 00592 abort
31 555 ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >) call site: 00555 abort
30 1317 ada::url_pattern_helpers::canonicalize_hash(std::__1::basic_string_view >) call site: 01317 _ZN2tl8expectedINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN3ada6errorsEEC2IS7_TnPNS1_9enable_ifIXsr3std14is_convertibleIOT_S7_EE5valueEvE4typeELPv0ETnPNSC_IXaaaaaasr3std16is_constructibleIS7_SE_EE5valuentsr3std7is_sameINS1_5decayISD_E4typeENS_10in_place_tEEE5valuentsr3std7is_sameISA_SL_EE5valuentsr3std7is_sameINS_10unexpectedIS9_EESL_EE5valueEvE4typeELSI_0EEESE_
27 1206 ada::url_pattern_init::process_port(std::__1::basic_string_view >, std::__1::basic_string_view >, ada::url_pattern_init::process_type) call site: 01206 _ZN2tl8expectedINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN3ada6errorsEEC2IS7_TnPNS1_9enable_ifIXsr3std14is_convertibleIOT_S7_EE5valueEvE4typeELPv0ETnPNSC_IXaaaaaasr3std16is_constructibleIS7_SE_EE5valuentsr3std7is_sameINS1_5decayISD_E4typeENS_10in_place_tEEE5valuentsr3std7is_sameISA_SL_EE5valuentsr3std7is_sameINS_10unexpectedIS9_EESL_EE5valueEvE4typeELSI_0EEESE_
23 965 _ZNR2tl8expectedIN3ada14url_aggregatorENS1_6errorsEEdeIS2_TnPNSt3__19enable_ifIXntsr3std7is_voidIT_EE5valueEvE4typeELPv0EEERS8_v call site: 00965 abort

Runtime coverage analysis

Covered functions
254
Functions that are reachable but not covered
418
Reachable functions
842
Percentage of reachable functions covered
50.36%
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 3
/src/ada-url/build/singleheader/ada.h 361
/src/ada-url/build/singleheader/ada.cpp 104
/usr/local/bin/../include/c++/v1/optional 21

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 247 23.4%
gold [1:9] 26 2.46%
yellow [10:29] 4 0.37%
greenyellow [30:49] 2 0.18%
lawngreen 50+ 774 73.5%
All colors 1053 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 339 ada::url_aggregator::get_hostname() const call site: 00339 abort
15 246 ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >) call site: 00246 abort
12 137 ada::url ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url const*) call site: 00137 __clang_call_terminate
11 414 ada::url_aggregator::clear_search() call site: 00414 abort
11 547 ada::url_aggregator ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url_aggregator const*) call site: 00547
10 520 void ada::helpers::inner_concat > >(std::__1::basic_string , std::__1::allocator >&, char const*, std::__1::basic_string_view >) call site: 00520 abort
10 738 LLVMFuzzerTestOneInput call site: 00738 __clang_call_terminate
8 272 ada::url_aggregator::get_search() const call site: 00272 abort
7 28 ada::url ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url const*) call site: 00028 abort
6 158 ada::url ada::parser::parse_url_impl (std::__1::basic_string_view >, ada::url const*) call site: 00158 __clang_call_terminate
6 646 ada::url::set_href(std::__1::basic_string_view >) call site: 00646
6 666 ada::url_aggregator::set_href(std::__1::basic_string_view >) call site: 00666

Runtime coverage analysis

Covered functions
267
Functions that are reachable but not covered
110
Reachable functions
493
Percentage of reachable functions covered
77.69%
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 2
/src/ada-url/build/singleheader/ada.cpp 100
/src/ada-url/build/singleheader/ada.h 146
/usr/local/bin/../include/c++/v1/optional 13

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_parse_with_base /src/ada-url/build/singleheader/ada.cpp 4 ['N/A', 'size_t', 'N/A', 'size_t'] 11 0 82 13 9 345 0 2045 80
ada_search_params_get_all /src/ada-url/build/singleheader/ada.cpp 3 ['N/A', 'N/A', 'size_t'] 8 0 120 21 21 33 0 69 67
ada::url::get_origin()const /src/ada-url/build/singleheader/ada.cpp 2 ['N/A', 'N/A'] 11 0 173 36 33 234 0 984 53
ada_parse_search_params /src/ada-url/build/singleheader/ada.cpp 2 ['N/A', 'size_t'] 9 0 75 12 12 34 0 97 49
ada::url_aggregator::get_origin()const /src/ada-url/build/singleheader/ada.cpp 2 ['N/A', 'N/A'] 11 0 229 37 33 306 0 2014 45
ada::url_aggregator::to_string()const /src/ada-url/build/singleheader/ada.cpp 2 ['N/A', 'N/A'] 3 0 582 93 39 25 0 152 42
ada::url::to_string()const /src/ada-url/build/singleheader/ada.cpp 2 ['N/A', 'N/A'] 4 0 418 68 41 24 0 96 41

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

Functions statically reachable by fuzzers
82.0%
717 / 876
Cyclomatic complexity statically reachable by fuzzers
92.0%
6528 / 7098

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/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=['LLVMFuzzerTestOneInput', 'ada::url_search_params::has(std::__1::basic_string_view >)']

/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::find_direction(unsigned int)']

/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::checkers::is_windows_drive_letter(std::__1::basic_string_view >)', 'ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >)', 'ada::url_aggregator::clear_hostname()', 'ada::url_aggregator::clear_search()', 'ada::url_aggregator ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url_aggregator const*)', 'ada::url_aggregator::append_base_password(std::__1::basic_string_view >)', 'ada::url_aggregator::append_base_username(std::__1::basic_string_view >)', 'ada::url_aggregator::clear_pathname()', '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 >)']

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

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::has_hostname() const', 'ada::url_aggregator::has_port() 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::get_search() const', 'void ada::helpers::inner_concat > >(std::__1::basic_string, std::__1::allocator >&, char const*, std::__1::basic_string_view >)', 'ada::url_aggregator::has_empty_hostname() const', 'ada::url_aggregator::get_host() 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/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::update_base_hostname(std::__1::basic_string_view >)', 'ada::url_aggregator::parse_opaque_host(std::__1::basic_string_view >)', 'ada::url_aggregator ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url_aggregator const*)', 'ada::url_pattern_helpers::canonicalize_password(std::__1::basic_string_view >)', 'ada::url_pattern_helpers::canonicalize_username(std::__1::basic_string_view >)', 'ada::url_aggregator::get_hostname() const', 'ada::url_pattern_helpers::canonicalize_search(std::__1::basic_string_view >)', 'ada::url_aggregator::add_authority_slashes_if_needed()', 'ada::url_aggregator::update_base_pathname(std::__1::basic_string_view >)', 'ada::url_pattern_helpers::canonicalize_hash(std::__1::basic_string_view >)']

/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_hostname() 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::clear_search()', 'ada::url_aggregator ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url_aggregator const*)', 'void ada::helpers::inner_concat > >(std::__1::basic_string, std::__1::allocator >&, char const*, std::__1::basic_string_view >)', 'LLVMFuzzerTestOneInput', 'ada::url_aggregator::get_search() const', 'ada::url ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url const*)', 'ada::url ada::parser::parse_url_impl(std::__1::basic_string_view >, ada::url const*)']

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

Directories in report

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