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

Fuzzer details

Fuzzer: ASCIIUtilityFuzzer

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 11.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 8 88.8%
All colors 9 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 5 [org.eclipse.angus.mail.util.ASCIIUtility].parseLong(byte[],int,int) call site: 00005

Runtime coverage analysis

Covered functions
9
Functions that are reachable but not covered
7
Reachable functions
14
Percentage of reachable functions covered
50.0%
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
ASCIIUtilityFuzzer 1
org.eclipse.angus.mail.util.ASCIIUtility 6

Fuzzer: BASE64EncoderStreamFuzzer

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 362 93.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 27 6.94%
All colors 389 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
362 3 [org.eclipse.angus.mail.util.BASE64EncoderStream].write(byte[]) call site: 00003

Runtime coverage analysis

Covered functions
9
Functions that are reachable but not covered
91
Reachable functions
97
Percentage of reachable functions covered
6.19%
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
BASE64EncoderStreamFuzzer 1
com.code_intelligence.jazzer.api.FuzzedDataProvider 1
org.eclipse.angus.mail.util.BASE64EncoderStream 6
org.eclipse.angus.mail.util.TraceOutputStream 3
org.eclipse.angus.mail.util.QEncoderStream 1
org.eclipse.angus.mail.util.QPEncoderStream 5
org.eclipse.angus.mail.util.LogOutputStream 6
org.eclipse.angus.mail.util.MailLogger 6
org.eclipse.angus.mail.util.TimeoutOutputStream 3
org.eclipse.angus.mail.util.UUEncoderStream 5
org.eclipse.angus.mail.util.CRLFOutputStream 4
org.eclipse.angus.mail.util.WriteTimeoutSocket 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.eclipse.angus.mail.handlers.text_xml [] []
org.eclipse.angus.mail.util.ReadableMime [] []
org.eclipse.angus.mail.util.BASE64EncoderStream ['BASE64EncoderStreamFuzzer'] []
org.eclipse.angus.mail.handlers.text_html [] []
org.eclipse.angus.mail.util.UUEncoderStream ['BASE64EncoderStreamFuzzer'] []
org.eclipse.angus.mail.util.MailSSLSocketFactory [] []
org.eclipse.angus.mail.handlers.multipart_mixed [] []
org.eclipse.angus.mail.util.UUDecoderStream [] []
org.eclipse.angus.mail.auth.Ntlm [] []
org.eclipse.angus.mail.handlers.handler_base [] []
org.eclipse.angus.mail.util.TimeoutOutputStream$1 [] []
org.eclipse.angus.mail.auth.OAuth2SaslClient [] []
org.eclipse.angus.mail.util.MailConnectException [] []
org.eclipse.angus.mail.auth.MD4 [] []
org.eclipse.angus.mail.util.QDecoderStream [] []
org.eclipse.angus.mail.util.QPDecoderStream [] []
org.eclipse.angus.mail.util.SharedByteArrayOutputStream [] []
org.eclipse.angus.mail.util.MailStreamProvider [] []
org.eclipse.angus.mail.util.ASCIIUtility ['ASCIIUtilityFuzzer'] []
com.code_intelligence.jazzer.api.FuzzedDataProvider ['BASE64EncoderStreamFuzzer'] []
org.eclipse.angus.mail.util.LineInputStream [] []
org.eclipse.angus.mail.util.QPEncoderStream ['BASE64EncoderStreamFuzzer'] []
org.eclipse.angus.mail.util.PropUtil [] []
org.eclipse.angus.mail.handlers.image_jpeg [] []
org.eclipse.angus.mail.util.WriteTimeoutSocket ['BASE64EncoderStreamFuzzer'] []
org.eclipse.angus.mail.util.BASE64DecoderStream [] []
org.eclipse.angus.mail.util.SocketFetcher [] []
org.eclipse.angus.mail.handlers.message_rfc822 [] []
ASCIIUtilityFuzzer ['ASCIIUtilityFuzzer'] []
org.eclipse.angus.mail.handlers.text_plain$NoCloseOutputStream [] []
org.eclipse.angus.mail.util.QEncoderStream ['BASE64EncoderStreamFuzzer'] []
org.eclipse.angus.mail.util.LineOutputStream [] []
org.eclipse.angus.mail.util.TraceOutputStream ['BASE64EncoderStreamFuzzer'] []
org.eclipse.angus.mail.util.MailSSLSocketFactory$MailTrustManager [] []
org.eclipse.angus.mail.util.SocketConnectException [] []
org.eclipse.angus.mail.nativeimage.AngusMailFeature [] []
org.eclipse.angus.mail.util.TraceInputStream [] []
org.eclipse.angus.mail.util.CRLFOutputStream ['BASE64EncoderStreamFuzzer'] []
org.eclipse.angus.mail.handlers.text_plain [] []
org.eclipse.angus.mail.auth.OAuth2SaslClientFactory [] []
org.eclipse.angus.mail.handlers.image_gif [] []
org.eclipse.angus.mail.util.LogOutputStream ['BASE64EncoderStreamFuzzer'] []
BASE64EncoderStreamFuzzer ['BASE64EncoderStreamFuzzer'] []
org.eclipse.angus.mail.util.MailLogger ['BASE64EncoderStreamFuzzer'] []
org.eclipse.angus.mail.util.TimeoutOutputStream ['BASE64EncoderStreamFuzzer'] []
org.eclipse.angus.mail.util.SocketFetcher$1 [] []

Directories in report

Directory