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

Fuzzer details

Fuzzer: GeneratorsFuzzer

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 294 80.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 70 19.2%
All colors 364 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
139 49 [com.fasterxml.uuid.impl.LoggerFacade].getLogger(java.lang.Class) call site: 00049
70 206 [com.fasterxml.uuid.UUIDTimer].getTimestamp() call site: 00206
58 280 [com.fasterxml.uuid.Generators].sharedTimer() call site: 00280
9 339 [com.fasterxml.uuid.Generators].timeBasedGenerator(com.fasterxml.uuid.EthernetAddress,com.fasterxml.uuid.UUIDTimer) call site: 00339
6 357 [com.fasterxml.uuid.Generators].timeBasedReorderedGenerator(com.fasterxml.uuid.EthernetAddress,com.fasterxml.uuid.UUIDTimer) call site: 00357
4 3 [GeneratorsFuzzer].fuzzerTestOneInput(com.code_intelligence.jazzer.api.FuzzedDataProvider) call site: 00003
4 23 [com.fasterxml.uuid.Generators].timeBasedEpochGenerator(java.util.Random) call site: 00023
3 11 [com.fasterxml.uuid.Generators].randomBasedGenerator(java.util.Random) call site: 00011
1 47 [com.fasterxml.uuid.Generators].nameBasedGenerator(java.util.UUID,java.security.MessageDigest) call site: 00047

Runtime coverage analysis

Covered functions
48
Functions that are reachable but not covered
256
Reachable functions
289
Percentage of reachable functions covered
11.42%
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
GeneratorsFuzzer 1
com.code_intelligence.jazzer.api.FuzzedDataProvider 5
com.fasterxml.uuid.impl.RandomBasedGenerator 2
com.fasterxml.uuid.UUIDGenerator 4
com.fasterxml.uuid.impl.UUIDUtil 10
com.fasterxml.uuid.UUIDType 1
com.fasterxml.uuid.Generators 10
com.fasterxml.uuid.NoArgGenerator 1
com.fasterxml.uuid.impl.LazyRandom 1
com.fasterxml.uuid.impl.TimeBasedEpochGenerator 4
com.fasterxml.uuid.UUIDClock 2
com.fasterxml.uuid.impl.NameBasedGenerator 3
com.fasterxml.uuid.impl.LoggerFacade 6
com.fasterxml.uuid.StringArgGenerator 1
com.fasterxml.uuid.impl.LoggerFacade$WrappedLogger 3
org.slf4j.LoggerFactory 21
org.slf4j.helpers.Util 6
java.lang.System 1
org.slf4j.impl.StaticLoggerBinder 3
org.slf4j.helpers.SubstituteLoggerFactory 5
org.slf4j.helpers.SubstituteLogger 14
org.slf4j.event.SubstituteLoggingEvent 11
org.slf4j.helpers.NOPLoggerFactory 1
org.slf4j.impl.SimpleLoggerFactory 1
org.slf4j.impl.SimpleLogger 16
org.slf4j.helpers.MarkerIgnoringBase 3
org.slf4j.helpers.NamedLoggerBase 2
org.slf4j.impl.SimpleLoggerConfiguration 3
org.slf4j.helpers.Util$ClassContextSecurityManager 3
org.slf4j.helpers.NOPLogger 6
org.slf4j.event.EventRecodingLogger 11
org.slf4j.impl.OutputChoice 1
com.fasterxml.uuid.EthernetAddress 8
com.fasterxml.uuid.impl.TimeBasedGenerator 3
com.fasterxml.uuid.UUIDTimer 6
com.fasterxml.uuid.ext.FileBasedTimestampSynchronizer 2
com.fasterxml.uuid.ext.LockedFile 2
org.slf4j.helpers.MessageFormatter 18
org.slf4j.helpers.FormattingTuple 4
org.slf4j.helpers.BasicMarker 4
org.slf4j.event.Level 1
com.fasterxml.uuid.impl.TimeBasedReorderedGenerator 3

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.impl.SimpleLogger ['GeneratorsFuzzer'] []
org.slf4j.event.SubstituteLoggingEvent ['GeneratorsFuzzer'] []
com.fasterxml.uuid.Generators ['GeneratorsFuzzer'] []
org.slf4j.helpers.NOPMDCAdapter [] []
java.io.BufferedWriter [] []
java.io.PrintWriter [] []
org.slf4j.helpers.SubstituteLogger ['GeneratorsFuzzer'] []
java.lang.Runtime [] []
com.fasterxml.uuid.impl.TimeBasedEpochRandomGenerator [] []
org.slf4j.impl.SimpleLoggerConfiguration ['GeneratorsFuzzer'] []
com.fasterxml.uuid.impl.LoggerFacade$WrappedLogger ['GeneratorsFuzzer'] []
java.io.File [] []
org.slf4j.helpers.SubstituteLoggerFactory ['GeneratorsFuzzer'] []
com.fasterxml.uuid.impl.LoggerFacade ['GeneratorsFuzzer'] []
org.slf4j.event.Level ['GeneratorsFuzzer'] []
org.slf4j.LoggerFactory ['GeneratorsFuzzer'] []
org.slf4j.impl.StaticMarkerBinder [] []
com.fasterxml.uuid.UUIDTimer ['GeneratorsFuzzer'] []
org.slf4j.impl.StaticLoggerBinder ['GeneratorsFuzzer'] []
java.lang.ProcessBuilder [] []
com.fasterxml.uuid.ext.FileBasedTimestampSynchronizer ['GeneratorsFuzzer'] []
com.fasterxml.uuid.EgressInterfaceFinder [] []
org.slf4j.helpers.BasicMarker ['GeneratorsFuzzer'] []
com.fasterxml.uuid.EgressInterfaceFinder$1 [] []
com.fasterxml.uuid.EgressInterfaceFinder$2 [] []
java.util.concurrent.Callable [] []
com.fasterxml.uuid.EthernetAddress ['GeneratorsFuzzer'] []
com.fasterxml.uuid.EgressInterfaceFinder$4 [] []
com.fasterxml.uuid.ext.LockedFile ['GeneratorsFuzzer'] []
org.slf4j.impl.StaticMDCBinder [] []
org.slf4j.helpers.NOPLoggerFactory ['GeneratorsFuzzer'] []
java.util.concurrent.Executor [] []
com.fasterxml.uuid.UUIDComparator [] []
com.fasterxml.uuid.EgressInterfaceFinder$3 [] []
org.slf4j.MDC$MDCCloseable [] []
com.fasterxml.uuid.impl.NameBasedGenerator ['GeneratorsFuzzer'] []
org.slf4j.impl.OutputChoice$OutputChoiceType [] []
org.slf4j.helpers.BasicMarkerFactory [] []
com.fasterxml.uuid.EgressInterfaceFinder$EgressResolutionException [] []
org.slf4j.impl.SimpleLoggerConfiguration$1 [] []
java.io.InputStream [] []
org.slf4j.helpers.MessageFormatter ['GeneratorsFuzzer'] []
com.fasterxml.uuid.impl.TimeBasedGenerator ['GeneratorsFuzzer'] []
com.fasterxml.uuid.UUIDClock ['GeneratorsFuzzer'] []
com.fasterxml.uuid.impl.TimeBasedEpochGenerator ['GeneratorsFuzzer'] []
org.slf4j.helpers.FormattingTuple ['GeneratorsFuzzer'] []
java.io.OutputStream [] []
org.slf4j.event.EventRecodingLogger ['GeneratorsFuzzer'] []
java.lang.System ['GeneratorsFuzzer'] []
org.slf4j.MarkerFactory [] []
com.fasterxml.uuid.impl.RandomBasedGenerator ['GeneratorsFuzzer'] []
com.fasterxml.uuid.impl.TimeBasedReorderedGenerator ['GeneratorsFuzzer'] []
GeneratorsFuzzer ['GeneratorsFuzzer'] []
com.fasterxml.uuid.UUIDType ['GeneratorsFuzzer'] []
org.slf4j.helpers.BasicMDCAdapter$1 [] []
com.fasterxml.uuid.Jug [] []
org.slf4j.helpers.Util$ClassContextSecurityManager ['GeneratorsFuzzer'] []
org.slf4j.helpers.BasicMDCAdapter [] []
org.slf4j.impl.OutputChoice ['GeneratorsFuzzer'] []
org.slf4j.helpers.NOPLogger ['GeneratorsFuzzer'] []
org.slf4j.helpers.Util ['GeneratorsFuzzer'] []
org.slf4j.MDC [] []
org.slf4j.impl.SimpleLoggerFactory ['GeneratorsFuzzer'] []
com.fasterxml.uuid.impl.UUIDUtil ['GeneratorsFuzzer'] []
com.fasterxml.uuid.impl.LazyRandom ['GeneratorsFuzzer'] []

Directories in report

Directory