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 2913 96.2%
gold [1:9] 105 3.46%
yellow [10:29] 8 0.26%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.03%
All colors 3027 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
1314 306 [org.slf4j.LoggerFactory].getServiceLoader(java.lang.ClassLoader) call site: 00306
1088 1731 [org.slf4j.LoggerFactory].reportActualBinding(java.util.List) call site: 01731
264 39 [org.slf4j.LoggerFactory].loadExplicitlySpecified(java.lang.ClassLoader) call site: 00039
91 2849 [org.slf4j.LoggerFactory].replayEvents() call site: 02849
28 1653 [org.slf4j.LoggerFactory].isAmbiguousProviderList(java.util.List) call site: 01653
25 2975 [org.slf4j.LoggerFactory].getLogger(java.lang.Class) call site: 02975
23 3001 [LoggingFuzzer].fuzzerTestOneInput(com.code_intelligence.jazzer.api.FuzzedDataProvider) call site: 03001
20 18 [org.slf4j.LoggerFactory].loadExplicitlySpecified(java.lang.ClassLoader) call site: 00018
15 2953 [org.slf4j.LoggerFactory].versionSanityCheck() call site: 02953
12 1635 [org.slf4j.LoggerFactory].safelyInstantiate(java.util.List,java.util.Iterator) call site: 01635
11 1700 [org.slf4j.LoggerFactory].reportActualBinding(java.util.List) call site: 01700
6 1722 [org.slf4j.helpers.Reporter].debug(java.lang.String) call site: 01722

Runtime coverage analysis

Covered functions
55
Functions that are reachable but not covered
202
Reachable functions
232
Percentage of reachable functions covered
12.93%
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 26
org.slf4j.nop.NOPServiceProvider 3
org.slf4j.helpers.SubstituteServiceProvider 4
org.slf4j.helpers.NOP_FallbackServiceProvider 3
java.util.ArrayList 12
java.lang.Class 34
java.lang.System 7
java.lang.ClassLoader 11
jdk.internal.reflect.Reflection 11
java.lang.NullPointerException 2
java.lang.RuntimeException 2
java.lang.Exception 2
java.lang.Throwable 14
java.lang.Object 3
sun.nio.fs.UnixException 1
java.lang.String 37
java.lang.StringLatin1 12
java.lang.StringUTF16 16
java.lang.IllegalArgumentException 3
java.lang.SecurityManager 10
java.util.Properties 9
java.security.Provider 6
java.util.Formatter 3
org.slf4j.helpers.Reporter 7
java.lang.StringBuilder 9
java.lang.Enum 2
java.io.PrintStream 1
sun.reflect.misc.ReflectUtil 3
java.lang.StringIndexOutOfBoundsException 2
java.lang.reflect.Proxy 1
jdk.internal.ref.CleanerImpl$SoftCleanableRef 1
java.lang.UnsupportedOperationException 2
java.lang.ref.SoftReference 2
java.lang.Class$ReflectionData 1
java.lang.Class$Atomic 1
java.lang.CloneNotSupportedException 1
java.util.jar.Manifest 2
java.util.Locale 1
java.util.TreeMap 5
java.text.Collator 1
java.security.MessageDigestSpi 1
java.util.jar.Attributes 6
java.text.MessageFormat 1
java.util.EnumSet 1
java.security.SignatureSpi 1
sun.util.calendar.CalendarDate 1
java.util.LinkedList 8
java.util.Calendar 1
java.util.Hashtable 7
java.util.HashMap 9
java.security.MessageDigest 1
java.util.Date 1
java.text.DateFormatSymbols 1
java.lang.Thread 24
java.util.Hashtable$Entry 3
java.util.Vector 10
java.lang.invoke.MemberName 2
java.net.HttpCookie 1
java.text.NumberFormat 1
java.util.TimeZone 1
java.util.AbstractMap 5
java.lang.ref.Reference 2
java.util.HashSet 7
java.util.zip.ZipEntry 5
java.text.BreakIterator 1
java.util.concurrent.CopyOnWriteArrayList 9
java.text.Format 1
java.security.Signature 1
java.util.ArrayDeque 5
java.util.IdentityHashMap 6
java.text.DateFormat 1
java.text.DecimalFormatSymbols 1
jdk.internal.reflect.ReflectionFactory 5
java.lang.reflect.Modifier 4
jdk.internal.reflect.ReflectionFactory$GetReflectionFactoryAction 2
java.security.AccessController 5
java.lang.NoSuchMethodException 1
java.util.StringJoiner 3
java.lang.reflect.Constructor 3
java.lang.Throwable$WrappedPrintStream 3
java.util.Collections 5
java.util.concurrent.ConcurrentHashMap$KeySetView 4
java.util.concurrent.ConcurrentHashMap$EntrySetView 4
java.util.AbstractCollection 6
java.lang.Throwable$WrappedPrintWriter 2
java.lang.StackTraceElement 2
java.lang.AssertionError 1
java.lang.Error 2
java.util.TreeMap$KeySet 4
java.util.TreeMap$EntrySet 3
java.lang.ExceptionInInitializerError 1
java.lang.reflect.UndeclaredThrowableException 2
java.lang.reflect.InvocationTargetException 2
java.security.PrivilegedActionException 2
java.lang.ClassNotFoundException 1
java.io.UncheckedIOException 2
java.util.ServiceLoader 3
org.slf4j.LoggerFactory$lambda_getServiceLoader_0__1 3
jdk.internal.perf.Perf$GetPerfAction 1
jdk.internal.perf.Perf 1
java.lang.RuntimePermission 1
jdk.internal.logger.BootstrapLogger$DetectBackend$1 1
java.nio.file.FileTreeIterator 2
java.nio.file.Files$2 2
jdk.internal.module.ModuleBootstrap$2 2
java.io.BufferedReader$1 2
jdk.internal.jimage.BasicImageReader$1 1
java.lang.Boolean 2
jdk.internal.reflect.ClassDefiner$1 2
jdk.internal.reflect.DelegatingClassLoader 1
jdk.internal.loader.BootLoader$PackageHelper$1 1
java.nio.file.Path 1
java.nio.file.Files 9
sun.nio.fs.UnixPath 5
sun.nio.fs.UnixFileSystem 2
sun.nio.fs.UnixFileSystemProvider 3
sun.nio.fs.AbstractFileSystemProvider 1
sun.nio.fs.LinuxFileSystemProvider 1
java.net.URI 3
jdk.internal.loader.BuiltinClassLoader$4 1
jdk.internal.loader.URLClassPath 9
sun.net.util.URLUtil 1
jdk.internal.loader.URLClassPath$3 2
java.net.URL 10
jdk.internal.loader.URLClassPath$FileLoader 3
jdk.internal.loader.URLClassPath$Loader 5
sun.net.www.ParseUtil 2
java.io.File 9
java.io.IOException 1
jdk.internal.loader.URLClassPath$JarLoader 17
jdk.internal.loader.URLClassPath$JarLoader$1 2
jdk.internal.loader.FileURLMapper 3
java.io.FileNotFoundException 1
java.util.zip.ZipFile 2
java.util.AbstractList 2
java.util.jar.JarFile 8
jdk.internal.util.jar.JarIndex 9
java.io.BufferedReader 9
java.io.Reader 2
java.io.InputStreamReader 3
java.lang.IndexOutOfBoundsException 2
sun.nio.cs.StreamDecoder 2
java.lang.Math 2
java.util.LinkedHashMap 3
jdk.internal.misc.SharedSecrets 1
jdk.internal.misc.Unsafe 8
java.util.StringTokenizer 6
java.util.Arrays 3
java.lang.InternalError 2
java.lang.VirtualMachineError 3
java.util.jar.JarEntry 2
java.util.jar.JarFile$JarFileEntry 3
java.security.BasicPermission 1
java.security.AllPermission 1
java.io.FilePermission 1
java.net.SocketPermission 1
java.util.PropertyPermission 1
javax.crypto.CryptoPermission 1
java.security.Permission 1
jdk.internal.loader.URLClassPath$JarLoader$2 8
jdk.internal.loader.Resource 6
jdk.internal.loader.URLClassPath$JarLoader$3 2
java.util.NoSuchElementException 1
java.util.concurrent.ConcurrentHashMap$Node 2
java.util.TreeMap$Entry 2
java.util.HashMap$Node 2
java.util.WeakHashMap$Entry 2
java.util.AbstractSequentialList 2
jdk.internal.loader.BuiltinClassLoader$1 4
jdk.internal.loader.URLClassPath$2 3
jdk.internal.loader.URLClassPath$FileLoader$1 5
jdk.internal.loader.URLClassPath$Loader$1 5
jdk.internal.loader.URLClassPath$1 4
jdk.internal.module.ModulePatcher$JarResourceFinder$1 6
jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1 6
jdk.internal.module.ModulePatcher$PatchedModuleReader$1 6
java.util.jar.Manifest$FastInputStream 3
java.util.zip.InflaterInputStream 3
java.io.ObjectInputStream 3
java.io.FilterInputStream 3
java.io.InputStream 4
java.io.BufferedInputStream 3
java.io.ObjectInputStream$BlockDataInputStream 3
java.lang.ProcessImpl$DeferredCloseInputStream 3
java.io.FileInputStream 4
java.io.ObjectInputStream$PeekInputStream 3
java.io.InputStream$1 5
java.io.ByteArrayInputStream 4
java.util.zip.ZipInputStream 2
jdk.internal.loader.Loader$3 3
jdk.internal.loader.BuiltinClassLoader 17
jdk.internal.util.jar.InvalidJarIndexError 1
jdk.internal.loader.ClassLoaders$AppClassLoader 1
java.lang.Package 2
java.lang.SecurityException 1
java.nio.file.spi.FileSystemProvider 1
java.util.jar.JarInputStream 3
java.io.DataInputStream 1
java.util.Objects 5
java.lang.ProcessBuilder$NullInputStream 1
java.lang.OutOfMemoryError 2
java.nio.ByteBuffer 2
java.nio.channels.Channels 1
sun.nio.ch.FileChannelImpl 4
java.nio.channels.spi.AbstractInterruptibleChannel 1
java.security.CodeSource 1
java.security.SecureClassLoader 2
java.lang.Integer 1
java.io.EOFException 1
java.util.zip.CRC32 2
java.util.zip.Checksum 1
jdk.internal.reflect.MethodAccessorGenerator$1 1
jdk.internal.reflect.ClassDefiner 1
java.lang.ArrayIndexOutOfBoundsException 1
java.lang.IllegalAccessException 1
java.lang.Class$1 2
java.lang.InstantiationException 1
java.lang.IllegalStateException 2
java.lang.Module 3
sun.security.action.GetPropertyAction 1
java.lang.ref.Finalizer$1 1
jdk.internal.misc.InnocuousThread$1 2
jdk.internal.misc.InnocuousThread 6
java.lang.ThreadGroup 4
java.lang.ref.ReferenceQueue 1
java.util.concurrent.ConcurrentHashMap 9
java.lang.Thread$WeakClassKey 1
java.lang.Thread$1 2
java.lang.ThreadLocal 1
jdk.internal.jimage.NativeImageBuffer$1 1
java.lang.Runtime 2
java.lang.UnsatisfiedLinkError 1
java.lang.LinkageError 1
jdk.internal.logger.DefaultLoggerFinder$1 2
jdk.internal.misc.VM 4
jdk.internal.misc.InnocuousThread$2 1
java.nio.file.Files$FileTypeDetectors$1 1
java.lang.System$1 1
jdk.internal.logger.SimpleConsoleLogger$CallerFinder$1 1
java.lang.StackWalker 1
jdk.internal.logger.BootstrapLogger$BootstrapExecutors$1 1
jdk.internal.logger.BootstrapLogger$BootstrapExecutors$BootstrapMessageLoggerTask 1
java.util.concurrent.atomic.AtomicInteger 1
jdk.internal.loader.BootLoader$PackageHelper$2 1
jdk.internal.jimage.BasicImageReader$2 2
java.lang.reflect.Field 1
java.lang.reflect.Method 2
java.lang.reflect.Array 1
java.util.WeakHashMap 4
java.lang.PublicMethods$MethodList 3
java.nio.file.Files$FileTypeDetectors$2 1
jdk.internal.misc.InnocuousThread$3 1
java.lang.Class$2 1
java.lang.Class$3 1
java.util.LinkedHashSet 1
jdk.internal.loader.Loader 7
jdk.internal.module.Resources 4
java.lang.StringBuffer 1
java.lang.AbstractStringBuilder 1
java.nio.CharBuffer 1
jdk.internal.loader.Loader$1 2
jdk.internal.loader.BuiltinClassLoader$NullModuleReader 2
java.util.Optional 5
jdk.internal.module.ModulePatcher$PatchedModuleReader 3
jdk.internal.module.ModulePatcher$JarResourceFinder 1
jdk.internal.module.ModulePatcher$ExplodedResourceFinder 2
jdk.internal.module.ModuleReferenceImpl 1
jdk.internal.loader.AbstractClassLoaderValue$Memoizer 1
jdk.internal.loader.AbstractClassLoaderValue$Memoizer$RecursiveInvocationException 1
jdk.internal.logger.LazyLoggers$1 2
jdk.internal.logger.LazyLoggers 6
java.lang.System$LoggerFinder 1
jdk.internal.logger.LazyLoggers$getLoggerFinder__7 3
jdk.internal.loader.BuiltinClassLoader$lambda_findResourcesOnClassPath_1__2 3
jdk.internal.loader.BuiltinClassLoader$lambda_findResourceOnClassPath_0__3 3
jdk.internal.logger.LazyLoggers$lambda_getLoggerFromFinder_0__6 3
jdk.internal.logger.DefaultLoggerFinder 4
jdk.internal.logger.DefaultLoggerFinder$makeSimpleLogger__9 3
jdk.internal.logger.DefaultLoggerFinder$SharedLoggers 1
jdk.internal.ref.CleanerImpl$PhantomCleanableRef 1
jdk.internal.ref.CleanerImpl$WeakCleanableRef 1
jdk.internal.logger.SimpleConsoleLogger 2
sun.util.logging.PlatformLogger$ConfigurableBridge$LoggerConfiguration 1
jdk.internal.module.ModuleLoaderMap$Mapper 2
java.security.Provider:java.util.AbstractMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.LinkedHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes 2
jdk.internal.loader.BuiltinClassLoader$5 3
jdk.internal.jimage.ImageReaderFactory$1 2
jdk.internal.jimage.ImageReader 5
java.nio.ByteOrder 1
jdk.internal.jimage.ImageReader$SharedImageReader 2
jdk.internal.jimage.BasicImageReader 9
jdk.internal.jimage.NativeImageBuffer 1
java.nio.channels.FileChannel:java.nio.file.StandardOpenOption 1
jdk.internal.jimage.ImageHeader 16
jdk.internal.jimage.ImageStringsReader 8
jdk.internal.jimage.decompressor.Decompressor 1
jdk.internal.loader.Loader$lambda_moduleReaderFor_7__4 3
jdk.internal.loader.Loader$NullModuleReader 2
jdk.internal.logger.DefaultLoggerFinder$makeSimpleLogger__8 3
jdk.internal.jmod.JmodFile$Entry$jmodDir__5 1
jdk.internal.jmod.JmodFile$Section 1
jdk.internal.logger.BootstrapLogger$RedirectedLoggers 2
jdk.internal.logger.LazyLoggers$LazyLoggerAccessor 5
jdk.internal.logger.SurrogateLogger 2
java.lang.invoke.StringConcatFactory$MethodHandleInlineCopyStrategy$2 1
java.lang.ref.WeakReference 2
java.util.concurrent.LinkedBlockingQueue 5
java.util.concurrent.ConcurrentHashMap$ValuesView 2
jdk.internal.logger.LoggerFinderLoader$TemporaryLoggerFinder 1
jdk.internal.logger.LazyLoggers$JdkLazyLogger 2
jdk.internal.logger.LazyLoggers$LazyLoggerWrapper 2
jdk.internal.logger.AbstractLoggerWrapper 1
jdk.internal.logger.LoggerFinderLoader 1
jdk.internal.logger.BootstrapLogger 3
jdk.internal.logger.LoggerFinderLoader$TemporaryLoggerFinder$1 1
jdk.internal.module.SystemModuleFinders$2 1
jdk.internal.module.SystemModuleFinders$SystemModuleReader 4
jdk.internal.module.ModuleReferences$SafeCloseModuleReader 1
java.util.concurrent.locks.ReentrantLock 2
java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock 2
java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock 2
jdk.internal.module.ModuleReferences$JarModuleReader 2
jdk.internal.module.ModuleReferences$JModModuleReader 2
jdk.internal.jmod.JmodFile 1
jdk.internal.jmod.JmodFile$Entry 3
jdk.internal.module.ModuleReferences$ExplodedModuleReader 2
jdk.internal.module.SystemModuleFinders$SystemImage 1
jdk.internal.jimage.ImageLocation 4
java.util.Map 2
jdk.internal.loader.Loader$2 2
jdk.internal.loader.Loader$LoadedModule 2
java.lang.module.ModuleReference 1
java.lang.module.ModuleDescriptor 4
java.lang.module.ModuleDescriptor$Opens 2
java.util.List 1
jdk.internal.loader.BootLoader 1
jdk.internal.loader.ClassLoaders 1
jdk.internal.loader.BuiltinClassLoader$LoadedModule 3
jdk.internal.loader.BuiltinClassLoader$3 2
jdk.internal.loader.BuiltinClassLoader$2 2
java.util.concurrent.ConcurrentHashMap$CollectionView 1
org.slf4j.helpers.SubstituteLoggerFactory 5
org.slf4j.helpers.SubstituteLogger 16
org.slf4j.event.SubstituteLoggingEvent 12
org.slf4j.event.EventRecordingLogger 8
org.slf4j.helpers.LegacyAbstractLogger 1
org.slf4j.helpers.AbstractLogger 4
org.slf4j.Logger 1
org.slf4j.event.Level 1
org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.slf4j.helpers.NOPLogger 7
org.slf4j.helpers.NOPLoggerFactory 1
java.security.Provider:java.util.AbstractMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes 1
org.slf4j.helpers.Util 3
org.slf4j.helpers.Util$ClassContextSecurityManager 3
org.slf4j.helpers.MarkerIgnoringBase 1
org.slf4j.helpers.NamedLoggerBase 1
java.util.AbstractList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
java.util.AbstractQueue:java.util.ArrayDeque:java.util.LinkedList 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.slf4j.helpers.NormalizedParameters [] []
java.io.InputStream ['LoggingFuzzer'] []
org.slf4j.helpers.ThreadLocalMapOfStacks [] []
org.slf4j.helpers.FormattingTuple [] []
java.lang.System ['LoggingFuzzer'] []
org.slf4j.event.DefaultLoggingEvent [] []
org.slf4j.LoggerFactory$lambda_getServiceLoader_0__1 ['LoggingFuzzer'] []
org.slf4j.LoggerFactory ['LoggingFuzzer'] []
org.slf4j.event.KeyValuePair [] []
org.slf4j.helpers.SubstituteServiceProvider ['LoggingFuzzer'] []
org.slf4j.spi.NOPLoggingEventBuilder [] []
java.util.concurrent.Callable [] []
java.io.OutputStream [] []
LoggingFuzzer ['LoggingFuzzer'] []
org.slf4j.helpers.MessageFormatter [] []
org.slf4j.helpers.NOPMDCAdapter [] []
org.slf4j.LoggerFactoryFriend [] []
org.slf4j.helpers.NOP_FallbackServiceProvider ['LoggingFuzzer'] []
java.io.File ['LoggingFuzzer'] []
java.io.PrintWriter [] []
java.lang.ProcessBuilder [] []
org.slf4j.helpers.Util$ClassContextSecurityManager ['LoggingFuzzer'] []
org.slf4j.helpers.NOPLoggerFactory ['LoggingFuzzer'] []
org.slf4j.helpers.NOPLogger ['LoggingFuzzer'] []
org.slf4j.helpers.Reporter$TargetChoice [] []
org.slf4j.helpers.SubstituteLoggerFactory ['LoggingFuzzer'] []
org.slf4j.helpers.BasicMarker [] []
org.slf4j.helpers.Reporter$Level [] []
org.slf4j.helpers.SubstituteLogger ['LoggingFuzzer'] []
org.slf4j.MDC$MDCCloseable [] []
org.slf4j.helpers.BasicMarkerFactory [] []
java.util.concurrent.Executor [] []
java.nio.file.Paths [] []
org.slf4j.event.SubstituteLoggingEvent ['LoggingFuzzer'] []
java.io.BufferedWriter [] []
org.slf4j.event.EventRecordingLogger ['LoggingFuzzer'] []
org.slf4j.MDC [] []
java.lang.Runtime ['LoggingFuzzer'] []
org.slf4j.helpers.BasicMDCAdapter$1 [] []
org.slf4j.event.Level ['LoggingFuzzer'] []
org.slf4j.spi.DefaultLoggingEventBuilder [] []
java.nio.file.Files ['LoggingFuzzer'] []
org.slf4j.helpers.BasicMDCAdapter [] []
org.slf4j.MarkerFactory [] []
org.slf4j.helpers.Slf4jEnvUtil [] []
java.io.BufferedReader ['LoggingFuzzer'] []
org.slf4j.nop.NOPServiceProvider ['LoggingFuzzer'] []
org.slf4j.helpers.Util ['LoggingFuzzer'] []
org.slf4j.helpers.Reporter ['LoggingFuzzer'] []

Directories in report

Directory