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

Fuzzer details

Fuzzer: LoggingFuzzer

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 100 73.5%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 36 26.4%
All colors 136 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
50 44 [org.slf4j.LoggerFactory].replayEvents() call site: 00044
12 119 [LoggingFuzzer].fuzzerTestOneInput(com.code_intelligence.jazzer.api.FuzzedDataProvider) call site: 00119
10 22 [org.slf4j.LoggerFactory].reportActualBinding(java.util.List) call site: 00022
10 107 [org.slf4j.LoggerFactory].getLogger(java.lang.String) call site: 00107
3 9 [org.slf4j.LoggerFactory].findServiceProviders() call site: 00009
3 16 [org.slf4j.LoggerFactory].reportMultipleBindingAmbiguity(java.util.List) call site: 00016
3 38 [org.slf4j.LoggerFactory].fixSubstituteLoggers() call site: 00038
3 102 [org.slf4j.LoggerFactory].versionSanityCheck() call site: 00102
3 132 [LoggingFuzzer].fuzzerTestOneInput(com.code_intelligence.jazzer.api.FuzzedDataProvider) call site: 00132
2 96 [org.slf4j.LoggerFactory].postBindCleanUp() call site: 00096
1 13 [org.slf4j.LoggerFactory].findServiceProviders() call site: 00013

Runtime coverage analysis

Covered functions
41
Functions that are reachable but not covered
185
Reachable functions
211
Percentage of reachable functions covered
12.32%
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
LoggingFuzzer 1
org.slf4j.LoggerFactory 25
org.slf4j.helpers.NOP_FallbackServiceProvider:org.slf4j.helpers.SubstituteServiceProvider:org.slf4j.nop.NOPServiceProvider 2
org.slf4j.LoggerFactory$lambda_getServiceLoader_0__1 2
org.slf4j.helpers.Util 5
org.slf4j.helpers.SubstituteServiceProvider 2
org.slf4j.helpers.SubstituteLoggerFactory 5
org.slf4j.helpers.SubstituteLogger 15
org.slf4j.event.SubstituteLoggingEvent 11
org.slf4j.Logger 1
org.slf4j.event.Level 1
org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 5
org.slf4j.helpers.NOP_FallbackServiceProvider 1
org.slf4j.nop.NOPServiceProvider 1
org.slf4j.helpers.NOPLoggerFactory 1
org.slf4j.helpers.Util$ClassContextSecurityManager 1
org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.AbstractLogger:org.slf4j.helpers.NOPLogger:org.slf4j.helpers.NamedLoggerBase:org.slf4j.helpers.SubstituteLogger 1
org.slf4j.helpers.MarkerIgnoringBase 1
org.slf4j.helpers.NamedLoggerBase 1
org.slf4j.helpers.NOPLogger 1
org.slf4j.helpers.AbstractLogger 2
org.slf4j.event.EventRecordingLogger 2

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.slf4j.helpers.NOPLoggerFactory ['LoggingFuzzer'] []
org.slf4j.spi.CallerBoundaryAware [] []
org.slf4j.nop.NOPServiceProvider ['LoggingFuzzer'] []
org.slf4j.spi.MarkerFactoryBinder [] []
org.slf4j.helpers.BasicMDCAdapter [] []
org.slf4j.event.LoggingEvent [] []
org.slf4j.event.Level ['LoggingFuzzer'] []
org.slf4j.event.SubstituteLoggingEvent ['LoggingFuzzer'] []
org.slf4j.helpers.Util$ClassContextSecurityManager ['LoggingFuzzer'] []
org.slf4j.helpers.MessageFormatter [] []
org.slf4j.helpers.NamedLoggerBase ['LoggingFuzzer'] []
LoggingFuzzer ['LoggingFuzzer'] []
org.slf4j.IMarkerFactory [] []
org.slf4j.helpers.Util ['LoggingFuzzer'] []
org.slf4j.Marker [] []
org.slf4j.event.DefaultLoggingEvent [] []
org.slf4j.helpers.BasicMarkerFactory [] []
org.slf4j.spi.LocationAwareLogger [] []
org.slf4j.MDC$MDCCloseable [] []
org.slf4j.helpers.NormalizedParameters [] []
org.slf4j.LoggerFactoryFriend [] []
org.slf4j.MDC [] []
org.slf4j.helpers.BasicMDCAdapter$1 [] []
org.slf4j.helpers.LegacyAbstractLogger [] []
org.slf4j.Logger ['LoggingFuzzer'] []
org.slf4j.helpers.AbstractLogger ['LoggingFuzzer'] []
org.slf4j.LoggerFactory ['LoggingFuzzer'] []
org.slf4j.helpers.MarkerIgnoringBase ['LoggingFuzzer'] []
org.slf4j.helpers.NOP_FallbackServiceProvider ['LoggingFuzzer'] []
org.slf4j.LoggerFactory$lambda_getServiceLoader_0__1 ['LoggingFuzzer'] []
org.slf4j.helpers.SubstituteLoggerFactory ['LoggingFuzzer'] []
org.slf4j.MarkerFactory [] []
org.slf4j.spi.MDCAdapter [] []
org.slf4j.ILoggerFactory [] []
org.slf4j.spi.SLF4JServiceProvider [] []
org.slf4j.spi.NOPLoggingEventBuilder [] []
org.slf4j.spi.DefaultLoggingEventBuilder [] []
org.slf4j.helpers.NOPMDCAdapter [] []
org.slf4j.helpers.BasicMarker [] []
org.slf4j.event.KeyValuePair [] []
org.slf4j.helpers.SubstituteServiceProvider ['LoggingFuzzer'] []
org.slf4j.helpers.FormattingTuple [] []
org.slf4j.helpers.NOPLogger ['LoggingFuzzer'] []
org.slf4j.helpers.ThreadLocalMapOfStacks [] []
org.slf4j.spi.LoggingEventBuilder [] []
org.slf4j.event.EventRecordingLogger ['LoggingFuzzer'] []
org.slf4j.helpers.SubstituteLogger ['LoggingFuzzer'] []
org.slf4j.spi.LoggingEventAware [] []
org.slf4j.spi.LoggerFactoryBinder [] []

Directories in report

Directory