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

Fuzzer details

Fuzzer: JsonFuzzer

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] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 2 100.%
All colors 2 100

Runtime coverage analysis

Covered functions
32
Functions that are reachable but not covered
2
Reachable functions
3
Percentage of reachable functions covered
33.33%
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
JsonFuzzer 1
com.code_intelligence.jazzer.api.FuzzedDataProvider 1

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
org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter [] []
org.w3c.dom.UserDataHandler [] []
org.codehaus.jettison.Convention [] []
org.codehaus.jettison.mapped.TypeConverter [] []
org.codehaus.jettison.json.JSONWriter [] []
org.codehaus.jettison.json.JSONObject$Null [] []
org.codehaus.jettison.mapped.Configuration$1 [] []
org.w3c.dom.NamedNodeMap [] []
org.xml.sax.InputSource [] []
org.codehaus.jettison.json.JSONObject [] []
org.w3c.dom.DocumentType [] []
com.code_intelligence.jazzer.api.FuzzedDataProvider ['JsonFuzzer'] []
org.codehaus.jettison.mapped.DefaultConverter [] []
org.codehaus.jettison.AbstractXMLStreamWriter [] []
org.codehaus.jettison.mapped.MappedXMLInputFactory$ErrorLocation [] []
org.codehaus.jettison.mapped.MappedXMLStreamWriter$JSONProperty [] []
org.codehaus.jettison.badgerfish.BadgerFishXMLStreamReader [] []
org.codehaus.jettison.AbstractXMLInputFactory [] []
org.codehaus.jettison.json.JSONTokener [] []
org.codehaus.jettison.AbstractDOMDocumentSerializer [] []
org.codehaus.jettison.badgerfish.BadgerFishXMLInputFactory [] []
org.w3c.dom.Node [] []
org.xml.sax.SAXParseException [] []
org.codehaus.jettison.mapped.SimpleConverter [] []
org.codehaus.jettison.json.JSONArray [] []
org.w3c.dom.ProcessingInstruction [] []
org.w3c.dom.DOMImplementation [] []
org.codehaus.jettison.mapped.MappedXMLStreamWriter [] []
org.codehaus.jettison.mapped.MappedXMLStreamReader [] []
org.codehaus.jettison.json.JSONStringer [] []
org.w3c.dom.ls.LSInput [] []
org.w3c.dom.NodeList [] []
org.xml.sax.Locator [] []
org.codehaus.jettison.mapped.MappedXMLStreamWriter$JSONPropertyObject [] []
org.codehaus.jettison.json.JSONString [] []
org.codehaus.jettison.mapped.MappedXMLOutputFactory [] []
org.w3c.dom.Document [] []
org.codehaus.jettison.mapped.MappedNamespaceConvention [] []
org.xml.sax.Attributes [] []
org.xml.sax.EntityResolver [] []
org.codehaus.jettison.AbstractXMLStreamReader [] []
org.w3c.dom.Text [] []
org.codehaus.jettison.AbstractXMLStreamReader$1 [] []
org.codehaus.jettison.mapped.MappedXMLInputFactory [] []
org.codehaus.jettison.mapped.Configuration [] []
org.codehaus.jettison.mapped.MappedNamespaceConvention$NullStringConverter [] []
org.codehaus.jettison.AbstractXMLEventWriter [] []
org.w3c.dom.DOMConfiguration [] []
org.codehaus.jettison.mapped.MappedXMLStreamWriter$JSONPropertyString [] []
org.codehaus.jettison.Node [] []
org.w3c.dom.TypeInfo [] []
org.codehaus.jettison.badgerfish.BadgerFishConvention [] []
org.codehaus.jettison.json.JSONException [] []
org.w3c.dom.ls.LSResourceResolver [] []
JsonFuzzer ['JsonFuzzer'] []
org.xml.sax.ContentHandler [] []
org.w3c.dom.Attr [] []
org.w3c.dom.Element [] []
org.w3c.dom.CharacterData [] []
org.codehaus.jettison.util.FastStack [] []
org.codehaus.jettison.AbstractDOMDocumentParser [] []
org.codehaus.jettison.XsonNamespaceContext [] []
org.codehaus.jettison.AbstractXMLOutputFactory [] []
org.codehaus.jettison.util.StringIndenter [] []
org.xml.sax.ErrorHandler [] []
org.codehaus.jettison.badgerfish.BadgerFishXMLOutputFactory [] []
org.codehaus.jettison.mapped.Configuration$ConverterFactory [] []
org.xml.sax.SAXException [] []
org.w3c.dom.DOMStringList [] []

Directories in report

Directory