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

Fuzzer details

Fuzzer: CSVFuzzer

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 9.09%
gold [1:9] 9 81.8%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 9.09%
All colors 11 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 8 [com.fasterxml.jackson.dataformat.csv.CsvFactory]. () call site: 00008

Runtime coverage analysis

Covered functions
638
Functions that are reachable but not covered
1
Reachable functions
3
Percentage of reachable functions covered
66.67%
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
CSVFuzzer 1
com.fasterxml.jackson.dataformat.csv.CsvMapper 2
com.fasterxml.jackson.databind.ObjectMapper 2
com.fasterxml.jackson.dataformat.csv.impl.LRUMap 1
java.util.LinkedHashMap 1
com.fasterxml.jackson.dataformat.csv.CsvFactory 2
com.fasterxml.jackson.core.JsonFactory 1

Fuzzer: YAMLFuzzer

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

Runtime coverage analysis

Covered functions
638
Functions that are reachable but not covered
1
Reachable functions
3
Percentage of reachable functions covered
66.67%
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
YAMLFuzzer 1
com.fasterxml.jackson.dataformat.yaml.YAMLMapper 2
com.fasterxml.jackson.databind.ObjectMapper 2
com.fasterxml.jackson.dataformat.yaml.YAMLFactory 2
com.fasterxml.jackson.core.JsonFactory 1
com.fasterxml.jackson.dataformat.yaml.util.StringQuotingChecker$Default 1

Fuzzer: PropertiesFuzzer

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

Runtime coverage analysis

Covered functions
638
Functions that are reachable but not covered
1
Reachable functions
3
Percentage of reachable functions covered
66.67%
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
PropertiesFuzzer 1
com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper 2
com.fasterxml.jackson.dataformat.javaprop.JavaPropsFactory 1
com.fasterxml.jackson.core.JsonFactory 1
com.fasterxml.jackson.databind.ObjectMapper 2

Fuzzer: SerializerFuzzer

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 53 23.6%
gold [1:9] 165 73.6%
yellow [10:29] 5 2.23%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.44%
All colors 224 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 86 [com.fasterxml.jackson.dataformat.yaml.YAMLFactory].createGenerator(java.io.Writer) call site: 00086
8 0 EP call site: 00000
5 60 [com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder].build() call site: 00060
3 11 [com.fasterxml.jackson.dataformat.csv.CsvFactoryBuilder].build() call site: 00011
3 152 [com.fasterxml.jackson.dataformat.csv.CsvGenerator].setCharacterEscapes(com.fasterxml.jackson.core.io.CharacterEscapes) call site: 00152
3 166 [SerializerFuzzer].fuzzerTestOneInput(com.code_intelligence.jazzer.api.FuzzedDataProvider) call site: 00166
3 185 [SerializerFuzzer].fuzzerTestOneInput(com.code_intelligence.jazzer.api.FuzzedDataProvider) call site: 00185
2 66 [com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder].stringQuotingChecker() call site: 00066
2 190 [SerializerFuzzer].fuzzerTestOneInput(com.code_intelligence.jazzer.api.FuzzedDataProvider) call site: 00190
2 194 [SerializerFuzzer].fuzzerTestOneInput(com.code_intelligence.jazzer.api.FuzzedDataProvider) call site: 00194
2 202 [SerializerFuzzer].fuzzerTestOneInput(com.code_intelligence.jazzer.api.FuzzedDataProvider) call site: 00202
1 84 [SerializerFuzzer].fuzzerTestOneInput(com.code_intelligence.jazzer.api.FuzzedDataProvider) call site: 00084

Runtime coverage analysis

Covered functions
638
Functions that are reachable but not covered
46
Reachable functions
93
Percentage of reachable functions covered
50.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.
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
SerializerFuzzer 1
java.lang.NullPointerException 1
java.lang.RuntimeException 1
java.lang.Exception 1
java.lang.Throwable 3
java.lang.Object 1
sun.nio.fs.UnixException 1
com.code_intelligence.jazzer.api.FuzzedDataProvider 10
com.fasterxml.jackson.dataformat.csv.CsvFactoryBuilder 4
com.fasterxml.jackson.dataformat.csv.CsvFactory 5
com.fasterxml.jackson.core.JsonFactory 1
com.fasterxml.jackson.core.TSFBuilder 1
com.fasterxml.jackson.databind.cfg.MapperBuilder 2
com.fasterxml.jackson.dataformat.csv.CsvMapper 2
com.fasterxml.jackson.databind.ObjectMapper 3
com.fasterxml.jackson.dataformat.csv.impl.LRUMap 1
java.util.LinkedHashMap 1
com.fasterxml.jackson.dataformat.csv.CsvMapper$Builder 1
java.util.EnumSet 1
com.fasterxml.jackson.dataformat.javaprop.JavaPropsFactoryBuilder 2
com.fasterxml.jackson.dataformat.javaprop.JavaPropsFactory 2
com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper 2
com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper$Builder 1
com.fasterxml.jackson.dataformat.toml.TomlFactoryBuilder 2
com.fasterxml.jackson.dataformat.toml.TomlFactory 2
com.fasterxml.jackson.dataformat.toml.TomlMapper 2
com.fasterxml.jackson.dataformat.toml.TomlMapper$Builder 1
org.yaml.snakeyaml.DumperOptions 2
com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder 9
com.fasterxml.jackson.dataformat.yaml.YAMLFactory 4
com.fasterxml.jackson.dataformat.yaml.util.StringQuotingChecker$Default 1
com.fasterxml.jackson.dataformat.yaml.YAMLMapper 2
com.fasterxml.jackson.dataformat.yaml.YAMLMapper$Builder 1
java.io.StringWriter 1
com.fasterxml.jackson.dataformat.yaml.YAMLGenerator 5
com.fasterxml.jackson.core.base.GeneratorBase 1
com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature 1
org.yaml.snakeyaml.DumperOptions$LineBreak 1
org.yaml.snakeyaml.emitter.Emitter 1
org.yaml.snakeyaml.events.StreamStartEvent 1
java.util.Collections 3
org.yaml.snakeyaml.events.DocumentStartEvent 1
com.fasterxml.jackson.dataformat.csv.CsvGenerator 2
com.fasterxml.jackson.dataformat.csv.impl.CsvEncoder 4
com.fasterxml.jackson.dataformat.csv.CsvGenerator$Feature 1
com.fasterxml.jackson.dataformat.csv.CsvSchema 7
java.lang.Math 1
com.fasterxml.jackson.dataformat.csv.impl.SimpleTokenWriteContext 2
com.fasterxml.jackson.core.JsonStreamContext 1
com.fasterxml.jackson.dataformat.csv.CsvCharacterEscapes 2
com.fasterxml.jackson.databind.ObjectWriter 4
com.fasterxml.jackson.databind.node.ObjectNode 1
com.fasterxml.jackson.core.JsonGenerator 6
java.math.BigInteger 1
java.math.BigDecimal 1
java.lang.Boolean 1
java.lang.Integer 2
java.lang.Number 1
java.lang.Long 2
java.lang.Double 2
java.lang.Byte 1
java.lang.Character 2
java.io.ByteArrayInputStream 1

Fuzzer: TOMLFuzzer

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

Runtime coverage analysis

Covered functions
638
Functions that are reachable but not covered
1
Reachable functions
3
Percentage of reachable functions covered
66.67%
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
TOMLFuzzer 1
com.fasterxml.jackson.dataformat.toml.TomlMapper 2
com.fasterxml.jackson.databind.ObjectMapper 2
com.fasterxml.jackson.dataformat.toml.TomlFactory 1
com.fasterxml.jackson.core.JsonFactory 1

Fuzzer: DeserializerFuzzer

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 131 62.3%
gold [1:9] 73 34.7%
yellow [10:29] 5 2.38%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.47%
All colors 210 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 176 [com.fasterxml.jackson.dataformat.yaml.YAMLParser]. (com.fasterxml.jackson.core.io.IOContext,int,int,org.yaml.snakeyaml.LoaderOptions,com.fasterxml.jackson.core.ObjectCodec,java.io.Reader) call site: 00176
14 98 [com.fasterxml.jackson.dataformat.javaprop.JavaPropsFactory]._loadProperties(java.io.Reader,com.fasterxml.jackson.core.io.IOContext) call site: 00098
12 197 [com.fasterxml.jackson.dataformat.yaml.YAMLFactory]._createReader(byte[],int,int,com.fasterxml.jackson.core.JsonEncoding,com.fasterxml.jackson.core.io.IOContext) call site: 00197
11 0 EP call site: 00000
11 79 [com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder].stringQuotingChecker() call site: 00079
9 145 [com.fasterxml.jackson.dataformat.javaprop.JavaPropsFactory]._loadProperties(java.io.Reader,com.fasterxml.jackson.core.io.IOContext) call site: 00145
5 21 [com.fasterxml.jackson.dataformat.csv.CsvFactoryBuilder]. () call site: 00021
5 27 [com.fasterxml.jackson.dataformat.csv.CsvFactoryBuilder].build() call site: 00027
5 51 [com.fasterxml.jackson.dataformat.toml.TomlFactoryBuilder]. () call site: 00051
5 67 [com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder]. () call site: 00067
5 73 [com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder].build() call site: 00073
5 113 [com.fasterxml.jackson.dataformat.yaml.UTF8Reader].close() call site: 00113

Runtime coverage analysis

Covered functions
638
Functions that are reachable but not covered
64
Reachable functions
117
Percentage of reachable functions covered
45.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
DeserializerFuzzer 1
java.lang.NullPointerException 1
java.lang.RuntimeException 1
java.lang.Exception 1
java.lang.Throwable 5
java.lang.Object 1
sun.nio.fs.UnixException 1
com.code_intelligence.jazzer.api.FuzzedDataProvider 5
com.fasterxml.jackson.dataformat.csv.CsvMapper 2
com.fasterxml.jackson.databind.ObjectMapper 2
com.fasterxml.jackson.dataformat.csv.impl.LRUMap 1
java.util.LinkedHashMap 1
com.fasterxml.jackson.dataformat.csv.CsvMapper$Builder 1
com.fasterxml.jackson.databind.cfg.MapperBuilder 2
com.fasterxml.jackson.dataformat.csv.CsvFactory 3
com.fasterxml.jackson.dataformat.csv.CsvFactoryBuilder 5
com.fasterxml.jackson.core.TSFBuilder 1
java.util.EnumSet 1
com.fasterxml.jackson.dataformat.csv.CsvGenerator$Feature 1
com.fasterxml.jackson.core.JsonFactory 2
com.fasterxml.jackson.dataformat.javaprop.JavaPropsFactoryBuilder 2
com.fasterxml.jackson.dataformat.javaprop.JavaPropsFactory 9
com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper 2
com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper$Builder 1
com.fasterxml.jackson.dataformat.toml.TomlMapper 2
com.fasterxml.jackson.dataformat.toml.TomlMapper$Builder 1
com.fasterxml.jackson.dataformat.toml.TomlFactory 2
com.fasterxml.jackson.dataformat.toml.TomlFactoryBuilder 3
com.fasterxml.jackson.dataformat.toml.TomlReadFeature 1
com.fasterxml.jackson.dataformat.yaml.YAMLMapper 3
com.fasterxml.jackson.dataformat.yaml.YAMLMapper$Builder 1
com.fasterxml.jackson.dataformat.yaml.YAMLFactory 7
com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder 9
com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature 1
com.fasterxml.jackson.dataformat.yaml.util.StringQuotingChecker$Default 1
com.fasterxml.jackson.dataformat.javaprop.io.Latin1Reader 4
java.io.Reader 1
java.util.Properties 2
com.fasterxml.jackson.dataformat.toml.UTF8Reader 2
java.io.ByteArrayInputStream 2
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream 1
java.io.BufferedReader 1
com.fasterxml.jackson.dataformat.yaml.UTF8Reader 5
java.util.jar.Manifest$FastInputStream 1
java.io.FileInputStream 1
java.util.zip.ZipInputStream 1
java.io.InputStream 1
java.io.ObjectInputStream$BlockDataInputStream 1
java.io.FilterInputStream 1
java.io.ObjectInputStream$PeekInputStream 1
java.util.zip.InflaterInputStream 1
java.io.BufferedInputStream 1
java.io.ObjectInputStream 1
java.lang.ProcessImpl$DeferredCloseInputStream 1
java.io.InputStream$1 1
sun.nio.cs.StreamDecoder 1
com.fasterxml.jackson.dataformat.csv.impl.UTF8Reader 2
java.io.StringReader 1
java.io.CharArrayReader 1
java.io.InputStreamReader 2
com.fasterxml.jackson.core.JsonParseException 1
java.nio.file.InvalidPathException 1
java.util.regex.PatternSyntaxException 1
java.lang.IllegalArgumentException 1
java.util.ArrayList 2
java.util.LinkedList 1
java.util.Vector 1
java.util.AbstractList 1
java.util.concurrent.CopyOnWriteArrayList 1
com.fasterxml.jackson.dataformat.javaprop.JavaPropsParser 1
com.fasterxml.jackson.core.base.ParserMinimalBase 1
com.fasterxml.jackson.dataformat.yaml.YAMLParser 2
org.yaml.snakeyaml.reader.StreamReader 1
org.yaml.snakeyaml.resolver.Resolver 1
com.fasterxml.jackson.core.base.ParserBase 1
com.fasterxml.jackson.dataformat.yaml.YAMLParser$Feature 1
org.yaml.snakeyaml.parser.ParserImpl 1
org.yaml.snakeyaml.LoaderOptions 1
java.lang.ThreadLocal 2
jdk.internal.ref.CleanerImpl$SoftCleanableRef 1
java.lang.UnsupportedOperationException 1
java.lang.ref.SoftReference 2
jdk.internal.misc.TerminatingThreadLocal 2
com.fasterxml.jackson.databind.ObjectMapper:com.fasterxml.jackson.dataformat.csv.CsvMapper:com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper:com.fasterxml.jackson.dataformat.yaml.YAMLMapper 1
java.lang.String 1
com.fasterxml.jackson.core.JsonParser 1

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
[com.fasterxml.jackson.dataformat.csv.CsvParser].nextFieldName(com.fasterxml.jackson.core.SerializableString) com.fasterxml.jackson.dataformat.csv.CsvParser 1 ['com.fasterxml.jackson.core.SerializableString'] 8 0 25 9 3 136 0 219 219
[com.fasterxml.jackson.dataformat.toml.TomlFactory]._createParser(java.io.InputStream,com.fasterxml.jackson.core.io.IOContext) com.fasterxml.jackson.dataformat.toml.TomlFactory 2 ['java.io.InputStream', 'com.fasterxml.jackson.core.io.IOContext'] 12 0 14 5 3 146 0 189 189
[com.fasterxml.jackson.dataformat.csv.CsvGenerator].writeNumber(java.math.BigDecimal) com.fasterxml.jackson.dataformat.csv.CsvGenerator 1 ['java.math.BigDecimal'] 10 0 35 15 6 72 0 169 165
[com.fasterxml.jackson.dataformat.toml.TomlGenerator].writePOJO(java.lang.Object) com.fasterxml.jackson.dataformat.toml.TomlGenerator 1 ['java.lang.Object'] 8 0 22 9 6 36 0 60 60
[com.fasterxml.jackson.dataformat.yaml.YAMLParser]._decodeScalar(org.yaml.snakeyaml.events.ScalarEvent) com.fasterxml.jackson.dataformat.yaml.YAMLParser 1 ['org.yaml.snakeyaml.events.ScalarEvent'] 5 0 113 47 11 52 1 59 59
[com.fasterxml.jackson.dataformat.csv.impl.UTF8Reader].read(char[],int,int) com.fasterxml.jackson.dataformat.csv.impl.UTF8Reader 3 ['char[]', 'int', 'int'] 3 0 197 47 22 17 2 50 47
[com.fasterxml.jackson.dataformat.yaml.UTF8Reader].read(char[],int,int) com.fasterxml.jackson.dataformat.yaml.UTF8Reader 3 ['char[]', 'int', 'int'] 3 0 198 45 21 17 2 45 42
[com.fasterxml.jackson.dataformat.toml.UTF8Reader].read(char[],int,int) com.fasterxml.jackson.dataformat.toml.UTF8Reader 3 ['char[]', 'int', 'int'] 3 0 198 45 21 18 2 45 42
[com.fasterxml.jackson.dataformat.csv.CsvMapper]._addSchemaProperties(com.fasterxml.jackson.dataformat.csv.CsvSchema$Builder,com.fasterxml.jackson.databind.AnnotationIntrospector,boolean,com.fasterxml.jackson.databind.JavaType,com.fasterxml.jackson.databind.util.NameTransformer,java.lang.Class) com.fasterxml.jackson.dataformat.csv.CsvMapper 6 ['com.fasterxml.jackson.dataformat.csv.CsvSchema$Builder', 'com.fasterxml.jackson.databind.AnnotationIntrospector', 'boolean', 'com.fasterxml.jackson.databind.JavaType', 'com.fasterxml.jackson.databind.util.NameTransformer', 'java.lang.Class'] 3 0 59 27 14 33 2 41 38

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

Functions statically reachable by fuzzers
5.0%
6 / 115
Cyclomatic complexity statically reachable by fuzzers
19.0%
5 / 26

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 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.

CSVFuzzer

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=['()']

YAMLFuzzer

Dictionary

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


PropertiesFuzzer

Dictionary

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


SerializerFuzzer

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=['createGenerator(java.io.Writer)', 'build()', 'setCharacterEscapes(com.fasterxml.jackson.core.io.CharacterEscapes)', 'fuzzerTestOneInput(com.code_intelligence.jazzer.api.FuzzedDataProvider)', 'stringQuotingChecker()']

TOMLFuzzer

Dictionary

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


DeserializerFuzzer

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=['(com.fasterxml.jackson.core.io.IOContext,int,int,org.yaml.snakeyaml.LoaderOptions,com.fasterxml.jackson.core.ObjectCodec,java.io.Reader)', '_loadProperties(java.io.Reader,com.fasterxml.jackson.core.io.IOContext)', '_createReader(byte[],int,int,com.fasterxml.jackson.core.JsonEncoding,com.fasterxml.jackson.core.io.IOContext)', 'stringQuotingChecker()', '()', 'build()']

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
com.fasterxml.jackson.dataformat.csv.CsvSchema$Column [] []
com.fasterxml.jackson.dataformat.javaprop.util.JPropPathSplitter$NonSplitting [] []
java.nio.file.Paths [] []
com.fasterxml.jackson.dataformat.csv.impl.BufferedValue$FloatValue [] []
com.fasterxml.jackson.dataformat.javaprop.JavaPropsFactory ['PropertiesFuzzer', 'SerializerFuzzer', 'DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.yaml.PackageVersion [] []
com.fasterxml.jackson.dataformat.csv.CsvSchema ['SerializerFuzzer'] []
com.fasterxml.jackson.dataformat.javaprop.io.JPropWriteContext [] []
com.fasterxml.jackson.dataformat.javaprop.impl.PropertiesBackedGenerator [] []
DeserializerFuzzer ['DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.toml.Lexer [] []
com.fasterxml.jackson.dataformat.javaprop.util.JPropPathSplitter$FullSplitter [] []
com.fasterxml.jackson.dataformat.csv.impl.SimpleTokenWriteContext ['SerializerFuzzer'] []
java.lang.System [] []
com.fasterxml.jackson.dataformat.javaprop.util.JPropPathSplitter$StringPathOnlySplitter [] []
com.fasterxml.jackson.dataformat.toml.TomlMapper$Builder ['SerializerFuzzer', 'DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.javaprop.JavaPropsParser ['DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.csv.PackageVersion [] []
com.fasterxml.jackson.dataformat.yaml.UTF8Writer [] []
com.fasterxml.jackson.dataformat.csv.impl.BufferedValue$BigNumberValue [] []
com.fasterxml.jackson.dataformat.yaml.YAMLFactory ['YAMLFuzzer', 'SerializerFuzzer', 'DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.csv.impl.BufferedValue$LongValue [] []
com.fasterxml.jackson.dataformat.csv.CsvMapper ['CSVFuzzer', 'SerializerFuzzer', 'DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.csv.impl.CsvParserBootstrapper [] []
com.fasterxml.jackson.dataformat.toml.TomlGenerator [] []
com.fasterxml.jackson.dataformat.toml.Parser [] []
com.fasterxml.jackson.dataformat.csv.CsvMappingException [] []
com.fasterxml.jackson.dataformat.csv.CsvCharacterEscapes ['SerializerFuzzer'] []
java.lang.Runtime [] []
com.fasterxml.jackson.dataformat.javaprop.io.JPropReadContext$ArrayContext [] []
com.fasterxml.jackson.dataformat.csv.impl.BufferedValue$BooleanValue [] []
com.fasterxml.jackson.dataformat.csv.CsvParser [] []
com.fasterxml.jackson.dataformat.csv.CsvFactoryBuilder ['SerializerFuzzer', 'DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.yaml.YAMLParser ['DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature ['SerializerFuzzer', 'DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.javaprop.util.Markers [] []
java.util.concurrent.Executor [] []
java.io.BufferedWriter [] []
com.fasterxml.jackson.dataformat.toml.TomlStreamReadException$ErrorContext$ErrorBuilder [] []
com.fasterxml.jackson.dataformat.csv.impl.CsvDecoder [] []
com.fasterxml.jackson.dataformat.javaprop.JavaPropsSchema [] []
CSVFuzzer ['CSVFuzzer'] []
com.fasterxml.jackson.dataformat.csv.impl.BufferedValue$TextValue [] []
com.fasterxml.jackson.dataformat.javaprop.PackageVersion [] []
java.io.BufferedReader ['DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.csv.CsvMapper$ViewKey [] []
com.fasterxml.jackson.dataformat.yaml.util.StringQuotingChecker$Default ['YAMLFuzzer', 'SerializerFuzzer', 'DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper ['PropertiesFuzzer', 'SerializerFuzzer', 'DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.csv.impl.BufferedValue$DoubleValue [] []
PropertiesFuzzer ['PropertiesFuzzer'] []
com.fasterxml.jackson.dataformat.yaml.YAMLMapper$Builder ['SerializerFuzzer', 'DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.toml.PackageVersion [] []
java.util.concurrent.Callable [] []
SerializerFuzzer ['SerializerFuzzer'] []
com.fasterxml.jackson.dataformat.javaprop.util.JPropPathSplitter$IndexOnlySplitter [] []
com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder ['SerializerFuzzer', 'DeserializerFuzzer'] []
java.io.OutputStream [] []
com.fasterxml.jackson.dataformat.javaprop.util.JPropNodeBuilder [] []
java.io.File [] []
com.fasterxml.jackson.dataformat.javaprop.io.JPropEscapes [] []
com.fasterxml.jackson.dataformat.csv.CsvReadException [] []
com.fasterxml.jackson.dataformat.toml.TomlStreamReadException [] []
TOMLFuzzer ['TOMLFuzzer'] []
com.fasterxml.jackson.dataformat.toml.Parser$JsonNodeFactoryImpl [] []
com.fasterxml.jackson.dataformat.toml.StringOutputUtil [] []
com.fasterxml.jackson.dataformat.toml.TomlMapper ['SerializerFuzzer', 'TOMLFuzzer', 'DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.toml.TomlFactory ['SerializerFuzzer', 'TOMLFuzzer', 'DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.toml.UTF8Reader ['DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.MarkedYAMLException [] []
com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.YAMLException [] []
com.fasterxml.jackson.dataformat.csv.impl.BufferedValue$IntValue [] []
com.fasterxml.jackson.dataformat.csv.impl.BufferedValue$NullValue [] []
com.fasterxml.jackson.dataformat.csv.CsvParser$Feature [] []
com.fasterxml.jackson.dataformat.csv.CsvSchema$Builder [] []
com.fasterxml.jackson.dataformat.csv.CsvWriteException [] []
com.fasterxml.jackson.dataformat.csv.impl.UTF8Writer [] []
com.fasterxml.jackson.dataformat.toml.TomlStreamWriteException [] []
com.fasterxml.jackson.dataformat.csv.CsvFactory ['CSVFuzzer', 'SerializerFuzzer', 'DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.toml.TomlReadFeature ['DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.csv.CsvSchema$ColumnType [] []
com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.Mark [] []
com.fasterxml.jackson.dataformat.csv.CsvValueDecorators$StringPrefixSuffixDecorator [] []
com.fasterxml.jackson.dataformat.csv.CsvGenerator ['SerializerFuzzer'] []
com.fasterxml.jackson.dataformat.toml.TomlWriteFeature [] []
com.fasterxml.jackson.dataformat.csv.CsvGenerator$Feature ['SerializerFuzzer', 'DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.csv.impl.LRUMap ['CSVFuzzer', 'SerializerFuzzer', 'DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.javaprop.util.JPropNode [] []
com.fasterxml.jackson.dataformat.yaml.UTF8Reader ['DeserializerFuzzer'] []
java.io.InputStream ['DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.javaprop.util.JPropPathSplitter$CharPathOnlySplitter [] []
com.fasterxml.jackson.dataformat.toml.TomlFactoryBuilder ['SerializerFuzzer', 'DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.csv.CsvValueDecorators [] []
java.io.PrintWriter [] []
com.fasterxml.jackson.dataformat.javaprop.io.Latin1Reader ['DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.csv.impl.CsvEncoder ['SerializerFuzzer'] []
YAMLFuzzer ['YAMLFuzzer'] []
com.fasterxml.jackson.dataformat.csv.impl.UTF8Reader ['DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.csv.impl.BufferedValue$RawValue [] []
com.fasterxml.jackson.dataformat.javaprop.io.JPropReadContext$ObjectContext [] []
com.fasterxml.jackson.dataformat.javaprop.JavaPropsFactoryBuilder ['SerializerFuzzer', 'DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.yaml.YAMLGenerator ['SerializerFuzzer'] []
com.fasterxml.jackson.dataformat.javaprop.impl.WriterBackedGenerator [] []
com.fasterxml.jackson.dataformat.yaml.YAMLMapper ['YAMLFuzzer', 'SerializerFuzzer', 'DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.toml.TomlWriteContext [] []
com.fasterxml.jackson.dataformat.toml.TomlToken [] []
java.lang.ProcessBuilder [] []
com.fasterxml.jackson.dataformat.csv.CsvMapper$Builder ['SerializerFuzzer', 'DeserializerFuzzer'] []
java.nio.file.Files [] []
com.fasterxml.jackson.dataformat.yaml.YAMLParser$Feature ['DeserializerFuzzer'] []
com.fasterxml.jackson.dataformat.toml.TomlStreamReadException$ErrorContext [] []

Directories in report

Directory