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

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 347 98.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 6 1.69%
All colors 353 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
221 4 Reader::from_reader call site: 00004 NsReader::read_resolved_event
123 229 IterState::new call site: 00229 NamespaceResolver::push
3 0 EP call site: 00000

Runtime coverage analysis

Covered functions
191
Functions that are reachable but not covered
38
Reachable functions
53
Percentage of reachable functions covered
28.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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz/fuzz_targets/fuzz_chunked_reader.rs 13
src/reader/ns_reader.rs 30
src/lib.rs 3
src/encoding.rs 15
src/name.rs 48
src/se/mod.rs 5
src/utils.rs 1
src/events/mod.rs 7
tests/reader-namespaces.rs 5
tests/serde_helpers/mod.rs 5
src/events/attributes.rs 5
tests/encodings.rs 6
tests/serde-de-enum.rs 16
tests/escape.rs 19
src/escape.rs 3
src/writer.rs 3

Fuzzer: structured_roundtrip

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 379 70.0%
gold [1:9] 4 0.73%
yellow [10:29] 9 1.66%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 149 27.5%
All colors 541 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
79 92 NamespaceResolver::set_level call site: 00092 NsReader::read_resolved_event
46 186 NamespaceResolver::pop call site: 00186 read_event_impl
21 240 NsReader::process_event call site: 00240 NsReader::read_event
21 366 fuzz_round_trip call site: 00366 SpecIter::next
21 445 ElementWriter::write_text_content call site: 00445 Writer::write_wrapped
18 21 fuzz_round_trip call site: 00021 Writer::write_wrapped
18 320 NamespaceResolver::push call site: 00320 Writer::write_wrapped
16 349 fuzz_round_trip call site: 00349 decode_into
14 474 ElementWriter::write_text_content call site: 00474 read_to_end
11 56 NamespaceResolver::push call site: 00056
11 172 NamespaceResolver::set_level call site: 00172
11 406 BytesStart::push_attr call site: 00406 decode_into

Runtime coverage analysis

Covered functions
338
Functions that are reachable but not covered
24
Reachable functions
57
Percentage of reachable functions covered
57.89%
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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz/fuzz_targets/structured_roundtrip.rs 30
src/encoding.rs 19
src/se/mod.rs 5
src/utils.rs 2
src/writer.rs 40
tests/roundtrip.rs 1
src/name.rs 48
tests/serde-de-enum.rs 16
tests/serde_helpers/mod.rs 5
src/reader/ns_reader.rs 36
src/lib.rs 3
src/events/mod.rs 14
tests/reader-namespaces.rs 5
src/events/attributes.rs 7
tests/encodings.rs 6
tests/html.rs 12

Fuzzer: fuzz_target_1

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 670 89.2%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 81 10.7%
All colors 751 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
133 529 BytesStart::wrap call site: 00529 NsReader::read_event_into
114 113 QName::prefix call site: 00113 NsReader::read_event
107 331 from_str_radix call site: 00331 NamespaceResolver::push
63 247 QName::as_namespace_binding call site: 00247 NamespaceResolver::push
45 11 Reader::from_reader call site: 00011 round_trip
41 487 parse_number call site: 00487 NamespaceResolver::push
28 58 Reader::from_str call site: 00058 NsReader::read_resolved_event
25 666 normalize_xml10_eol_step call site: 00666 BytesDecl::xml_version
24 446 Writer::write_wrapped call site: 00446 Writer::write_wrapped
23 89 QName::prefix call site: 00089 NsReader::read_event_into
20 695 BytesDecl::version call site: 00695
17 733 BytesDecl::xml_version call site: 00733 round_trip

Runtime coverage analysis

Covered functions
293
Functions that are reachable but not covered
39
Reachable functions
72
Percentage of reachable functions covered
45.83%
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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz/fuzz_targets/fuzz_target_1.rs 27
src/encoding.rs 25
src/reader/ns_reader.rs 30
src/lib.rs 3
src/name.rs 48
src/se/mod.rs 5
src/utils.rs 1
src/events/mod.rs 19
tests/reader-namespaces.rs 5
tests/serde_helpers/mod.rs 5
src/events/attributes.rs 12
tests/encodings.rs 7
tests/serde-de-enum.rs 16
tests/reader-dtd.rs 1
src/escape.rs 36
tests/writer-indentation.rs 7
src/writer.rs 36
tests/roundtrip.rs 1
tests/html.rs 12
tests/escape.rs 19
tests/writer.rs 18

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
/src/quick-xml/tests/reader-attributes.rs [] []
/src/quick-xml/tests/fuzzing.rs [] []
/src/quick-xml/compare/benches/low-level.rs [] []
/src/quick-xml/tests/serde-de-seq.rs [] []
/src/quick-xml/tests/reader-read-text.rs [] []
/src/quick-xml/src/escape.rs ['fuzz_chunked_reader', 'fuzz_target_1'] ['fuzz_chunked_reader', 'fuzz_target_1']
/src/quick-xml/tests/serde-de-xsi.rs [] []
/src/quick-xml/src/se/mod.rs ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1'] ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1']
/src/quick-xml/src/de/map.rs [] []
/src/quick-xml/tests/writer-indentation.rs ['fuzz_target_1'] []
/src/quick-xml/src/reader/buffered_reader.rs [] []
/src/quick-xml/tests/encodings.rs ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1'] []
/src/quick-xml/src/se/simple_type.rs [] []
/src/quick-xml/examples/flattened_enum.rs [] []
/src/quick-xml/tests/serde-de-enum.rs ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1'] ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1']
/src/quick-xml/tests/reader.rs [] []
/src/quick-xml/src/parser/pi.rs [] []
/src/quick-xml/src/de/key.rs [] []
/src/quick-xml/src/parser/dtd.rs [] []
/src/quick-xml/tests/reader-errors.rs [] []
/src/quick-xml/tests/reader-namespaces.rs ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1'] ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1']
/src/quick-xml/benches/macrobenches.rs [] []
/src/quick-xml/src/name.rs ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1'] ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1']
/src/quick-xml/tests/helpers/mod.rs [] []
/src/quick-xml/src/de/resolver.rs [] []
/src/quick-xml/tests/html.rs ['structured_roundtrip', 'fuzz_target_1'] ['structured_roundtrip', 'fuzz_target_1']
/src/quick-xml/src/de/var.rs [] []
/src/quick-xml/benches/encoding.rs [] []
/src/quick-xml/fuzz/fuzz_targets/fuzz_chunked_reader.rs ['fuzz_chunked_reader'] []
/src/quick-xml/src/de/mod.rs [] []
/src/quick-xml/src/errors.rs [] []
/src/quick-xml/src/reader/mod.rs [] []
/src/quick-xml/src/serde_helpers.rs [] []
/src/quick-xml/src/reader/ns_reader.rs ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1'] ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1']
/src/quick-xml/tests/escape.rs ['fuzz_chunked_reader', 'fuzz_target_1'] []
/src/quick-xml/src/writer.rs ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1'] ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1']
/src/quick-xml/test-gen/src/main.rs [] []
/src/quick-xml/src/reader/state.rs [] []
/src/quick-xml/tests/writer.rs ['fuzz_target_1'] ['fuzz_target_1']
/src/quick-xml/src/se/key.rs [] []
/src/quick-xml/tests/serde-issues.rs [] []
/src/quick-xml/src/se/content.rs [] []
/src/quick-xml/tests/reader-references.rs [] []
/src/quick-xml/tests/reader-config.rs [] []
/src/quick-xml/src/reader/slice_reader.rs [] []
/src/quick-xml/src/events/attributes.rs ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1'] ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1']
/src/quick-xml/benches/issue971.rs [] []
/src/quick-xml/tests/reader-dtd.rs ['fuzz_target_1'] []
/src/quick-xml/tests/issues.rs [] []
/src/quick-xml/examples/read_texts.rs [] []
/src/quick-xml/fuzz/fuzz_targets/structured_roundtrip.rs ['structured_roundtrip'] ['structured_roundtrip']
/src/quick-xml/src/se/element.rs [] []
/src/quick-xml/benches/microbenches.rs [] []
/src/quick-xml/src/de/text.rs [] []
/src/quick-xml/src/encoding.rs ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1'] ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1']
/src/quick-xml/src/utils.rs ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1'] ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1']
/src/quick-xml/src/parser/element.rs [] []
/src/quick-xml/src/se/text.rs [] []
/src/quick-xml/compare/benches/serde.rs [] []
/src/quick-xml/fuzz/fuzz_targets/fuzz_target_1.rs ['fuzz_target_1'] []
/src/quick-xml/src/parser/comment.rs [] []
/src/quick-xml/src/lib.rs ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1'] ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1']
/src/quick-xml/examples/custom_entities.rs [] []
/src/quick-xml/src/de/attributes.rs [] []
/src/quick-xml/tests/async-tokio.rs [] []
/src/quick-xml/examples/read_nodes.rs [] []
/src/quick-xml/tests/serde-de.rs [] []
/src/quick-xml/src/reader/async_tokio.rs [] []
/src/quick-xml/tests/roundtrip.rs ['structured_roundtrip', 'fuzz_target_1'] ['structured_roundtrip', 'fuzz_target_1']
/src/quick-xml/src/de/simple_type.rs [] []
/src/quick-xml/src/writer/async_tokio.rs [] []
/src/quick-xml/src/events/mod.rs ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1'] ['fuzz_chunked_reader', 'structured_roundtrip', 'fuzz_target_1']

Directories in report

Directory
/src/quick-xml/src/reader/
/src/quick-xml/test-gen/src/
/src/quick-xml/tests/helpers/
/src/quick-xml/src/parser/
/src/quick-xml/fuzz/fuzz_targets/
/src/quick-xml/src/de/
/src/quick-xml/src/se/
/src/quick-xml/src/
/src/quick-xml/benches/
/src/quick-xml/src/events/
/src/quick-xml/tests/
/src/quick-xml/compare/benches/
/src/quick-xml/examples/
/src/quick-xml/src/writer/