Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues
Report generation date: 2024-01-23

Project overview: commons-net

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
33.0%
13 / 39
Cyclomatic complexity statically reachable by fuzzers
31.0%
13 / 42
Runtime code coverage of functions
72.0%
28 / 39

Warning: The number of runtime covered functions are larger than the number of reachable functions. This means that Fuzz Introspector found there are more functions covered at runtime than what is considered reachable based on the static analysis. This is a limitation in the analysis as anything covered at runtime is by definition reachable by the fuzzers.
This is likely due to a limitation in the static analysis. In this case, the count of functions covered at runtime is the true value, which means this is what should be considered "achieved" by the fuzzer.

Use the project functions table below to query all functions that were not covered at runtime.

Fuzzer details

Fuzzer: OS400FTPEntryParserFuzzer

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 46 50.5%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 45 49.4%
All colors 91 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
13 29 [org.apache.commons.net.ftp.parser.NTFTPEntryParser].getDefaultConfiguration() call site: 00029
8 20 [org.apache.commons.net.ftp.parser.OS400FTPEntryParser].getDefaultConfiguration() call site: 00020
7 1 [OS400FTPEntryParserFuzzer].fuzzerTestOneInput(com.code_intelligence.jazzer.api.FuzzedDataProvider) call site: 00001
4 44 [org.apache.commons.net.ftp.parser.FTPTimestampParserImpl].configure(org.apache.commons.net.ftp.FTPClientConfig) call site: 00044
4 75 [org.apache.commons.net.ftp.parser.FTPTimestampParserImpl].parseTimestamp(java.lang.String,java.util.Calendar) call site: 00075
3 71 [org.apache.commons.net.ftp.parser.OS400FTPEntryParser].parseFTPEntry(java.lang.String) call site: 00071
2 14 [org.apache.commons.net.ftp.parser.FTPTimestampParserImpl].getEntry(java.text.SimpleDateFormat) call site: 00014
2 17 [org.apache.commons.net.ftp.parser.FTPTimestampParserImpl].setRecentDateFormat(java.lang.String,java.text.DateFormatSymbols) call site: 00017
1 9 [org.apache.commons.net.ftp.parser.FTPTimestampParserImpl].setDefaultDateFormat(java.lang.String,java.text.DateFormatSymbols) call site: 00009
1 12 [org.apache.commons.net.ftp.parser.FTPTimestampParserImpl].getEntry(java.text.SimpleDateFormat) call site: 00012
1 56 [org.apache.commons.net.ftp.parser.FTPTimestampParserImpl].configure(org.apache.commons.net.ftp.FTPClientConfig) call site: 00056

Runtime coverage analysis

Covered functions
41
Functions that are reachable but not covered
31
Reachable functions
40
Percentage of reachable functions covered
22.5%
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
OS400FTPEntryParserFuzzer 1
org.apache.commons.net.ftp.parser.OS400FTPEntryParser 5
org.apache.commons.net.ftp.parser.ConfigurableFTPFileEntryParserImpl 3
org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl 4
org.apache.commons.net.ftp.FTPFileEntryParserImpl 1
org.apache.commons.net.ftp.parser.FTPTimestampParserImpl 11
org.apache.commons.net.ftp.FTPClientConfig 12
org.apache.commons.net.ftp.parser.NetwareFTPEntryParser 1
org.apache.commons.net.ftp.parser.MVSFTPEntryParser 1
org.apache.commons.net.ftp.parser.VMSFTPEntryParser 1
org.apache.commons.net.ftp.parser.NTFTPEntryParser 1
org.apache.commons.net.ftp.parser.UnixFTPEntryParser 1
org.apache.commons.net.ftp.parser.OS2FTPEntryParser 1
org.apache.commons.net.ftp.parser.MacOsPeterFTPEntryParser 1
org.apache.commons.net.ftp.FTPClient:org.apache.commons.net.ftp.FTPClientConfig 1
org.apache.commons.net.ftp.FTPFile 7

Fuzzer: MLSxEntryParserFuzzer

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+ 28 100.%
All colors 28 100

Runtime coverage analysis

Covered functions
25
Functions that are reachable but not covered
40
Reachable functions
53
Percentage of reachable functions covered
24.53%
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
MLSxEntryParserFuzzer 1
org.apache.commons.net.ftp.parser.MLSxEntryParser 4
com.code_intelligence.jazzer.api.FuzzedDataProvider 1
org.apache.commons.net.ftp.FTPFile 9

Fuzzer: NTFTPEntryParserFuzzer

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 53 60.2%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 35 39.7%
All colors 88 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
13 29 [org.apache.commons.net.ftp.parser.NTFTPEntryParser].getDefaultConfiguration() call site: 00029
8 20 [org.apache.commons.net.ftp.parser.OS400FTPEntryParser].getDefaultConfiguration() call site: 00020
7 1 [NTFTPEntryParserFuzzer].fuzzerTestOneInput(com.code_intelligence.jazzer.api.FuzzedDataProvider) call site: 00001
6 56 [org.apache.commons.net.ftp.parser.FTPTimestampParserImpl].configure(org.apache.commons.net.ftp.FTPClientConfig) call site: 00056
6 76 [org.apache.commons.net.ftp.parser.FTPTimestampParserImpl].parseTimestamp(java.lang.String,java.util.Calendar) call site: 00076
4 44 [org.apache.commons.net.ftp.parser.FTPTimestampParserImpl].configure(org.apache.commons.net.ftp.FTPClientConfig) call site: 00044
3 72 [org.apache.commons.net.ftp.parser.NTFTPEntryParser].parseFTPEntry(java.lang.String) call site: 00072
2 14 [org.apache.commons.net.ftp.parser.FTPTimestampParserImpl].getEntry(java.text.SimpleDateFormat) call site: 00014
2 17 [org.apache.commons.net.ftp.parser.FTPTimestampParserImpl].setRecentDateFormat(java.lang.String,java.text.DateFormatSymbols) call site: 00017
1 9 [org.apache.commons.net.ftp.parser.FTPTimestampParserImpl].setDefaultDateFormat(java.lang.String,java.text.DateFormatSymbols) call site: 00009
1 12 [org.apache.commons.net.ftp.parser.FTPTimestampParserImpl].getEntry(java.text.SimpleDateFormat) call site: 00012

Runtime coverage analysis

Covered functions
39
Functions that are reachable but not covered
50
Reachable functions
61
Percentage of reachable functions covered
18.03%
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
NTFTPEntryParserFuzzer 1
org.apache.commons.net.ftp.parser.NTFTPEntryParser 4
org.apache.commons.net.ftp.parser.ConfigurableFTPFileEntryParserImpl 3
org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl 4
org.apache.commons.net.ftp.FTPFileEntryParserImpl 1
org.apache.commons.net.ftp.parser.FTPTimestampParserImpl 11
org.apache.commons.net.ftp.parser.OS400FTPEntryParser 1
org.apache.commons.net.ftp.FTPClientConfig 12
org.apache.commons.net.ftp.parser.UnixFTPEntryParser 1
org.apache.commons.net.ftp.parser.MacOsPeterFTPEntryParser 1
org.apache.commons.net.ftp.parser.MVSFTPEntryParser 1
org.apache.commons.net.ftp.parser.OS2FTPEntryParser 1
org.apache.commons.net.ftp.parser.VMSFTPEntryParser 1
org.apache.commons.net.ftp.parser.NetwareFTPEntryParser 1
org.apache.commons.net.ftp.FTPClient:org.apache.commons.net.ftp.FTPClientConfig 2
com.code_intelligence.jazzer.api.FuzzedDataProvider 1
org.apache.commons.net.ftp.FTPFile 6

Fuzzer: Base64Fuzzer

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 2 7.14%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 26 92.8%
All colors 28 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 1 [Base64Fuzzer].fuzzerTestOneInput(com.code_intelligence.jazzer.api.FuzzedDataProvider) call site: 00001
1 3 [org.apache.commons.net.util.Base64].containsBase64Byte(byte[]) call site: 00003

Runtime coverage analysis

Covered functions
27
Functions that are reachable but not covered
20
Reachable functions
32
Percentage of reachable functions covered
37.5%
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
Base64Fuzzer 1
org.apache.commons.net.util.Base64 15
com.code_intelligence.jazzer.api.FuzzedDataProvider 3

Fuzzer: TelnetOptionFuzzer

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+ 5 100.%
All colors 5 100

Runtime coverage analysis

Covered functions
14
Functions that are reachable but not covered
5
Reachable functions
8
Percentage of reachable functions covered
37.5%
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
TelnetOptionFuzzer 1
com.code_intelligence.jazzer.api.FuzzedDataProvider 1
org.apache.commons.net.telnet.TelnetOption 2

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
[org.apache.commons.net.telnet.Telnet].unregisterNotifHandler() 291 0 0.0% []
[org.apache.commons.net.ftp.FTPClientConfig].splitShortMonthString(java.lang.String) 56 8 14.28% []
[org.apache.commons.net.ftp.parser.UnixFTPEntryParser].getDefaultConfiguration() 63 0 0.0% []
[org.apache.commons.net.smtp.SimpleSMTPHeader].toString() 37 0 0.0% []
[org.apache.commons.net.telnet.TelnetOutputStream].write(int) 45 0 0.0% []
[org.apache.commons.net.nntp.NNTP].xover(java.lang.String) 113 0 0.0% []
[org.apache.commons.net.pop3.ExtendedPOP3Client].convertToHexString(byte[]) 31 0 0.0% []
[org.apache.commons.net.ftp.parser.VMSFTPEntryParser].getDefaultConfiguration() 58 0 0.0% []
[org.apache.commons.net.imap.AuthenticatingIMAPClient].convertToHexString(byte[]) 62 0 0.0% []
[org.apache.commons.net.smtp.SMTP].vrfy(java.lang.String) 94 0 0.0% []
[org.apache.commons.net.util.KeyManagerUtils].loadStore(java.lang.String,java.io.File,java.lang.String) 40 0 0.0% []
[org.apache.commons.net.tftp.TFTP].trace(java.lang.String,org.apache.commons.net.tftp.TFTPPacket) 42 0 0.0% []
[org.apache.commons.net.smtp.AuthenticatingSMTPClient].lambda$getEnhancedReplyCode$0(java.lang.String[],int) 70 0 0.0% []
[org.apache.commons.net.ftp.parser.MVSFTPEntryParser].getDefaultConfiguration() 80 0 0.0% []
[org.apache.commons.net.nntp.NewGroupsOrNewsQuery].omitNewsgroup(java.lang.String) 77 0 0.0% []
[org.apache.commons.net.DefaultSocketFactory].createSocket(java.lang.String,int,java.net.InetAddress,int) 33 0 0.0% []
[org.apache.commons.net.pop3.POP3Client].lambda$listMessages$0(java.util.ListIterator,int) 112 0 0.0% []
[org.apache.commons.net.ftp.parser.MacOsPeterFTPEntryParser].getDefaultConfiguration() 56 0 0.0% []
[org.apache.commons.net.imap.IMAP].lambda$static$0(org.apache.commons.net.imap.IMAP) 120 0 0.0% []
[org.apache.commons.net.tftp.TFTPErrorPacket].toString() 43 0 0.0% []
[org.apache.commons.net.smtp.SMTPSClient].setTrustManager(javax.net.ssl.TrustManager) 77 0 0.0% []
[org.apache.commons.net.ntp.TimeInfo].hashCode() 77 0 0.0% []
[org.apache.commons.net.io.DotTerminatedMessageReader].readLine() 65 0 0.0% []
[org.apache.commons.net.smtp.SMTPClient].verify(java.lang.String) 49 0 0.0% []
[org.apache.commons.net.ftp.FTPCmd].$values() 77 0 0.0% []
[org.apache.commons.net.ntp.NtpV3Impl].toString() 116 0 0.0% []
[org.apache.commons.net.ftp.parser.VMSVersioningFTPEntryParser].preParse(java.util.List) 40 0 0.0% []
[org.apache.commons.net.telnet.TelnetClient].unregisterNotifHandler() 73 0 0.0% []
[org.apache.commons.net.ftp.parser.EnterpriseUnixFTPEntryParser].parseFTPEntry(java.lang.String) 46 0 0.0% []
[org.apache.commons.net.tftp.TFTPClient].setMaxTimeouts(int) 155 0 0.0% []
[org.apache.commons.net.io.ToNetASCIIInputStream].read(byte[],int,int) 34 0 0.0% []
[org.apache.commons.net.ftp.FTPListParseEngine].lambda$getFileList$0(java.lang.String) 56 0 0.0% []
[org.apache.commons.net.imap.IMAPSClient].setTrustManager(javax.net.ssl.TrustManager) 73 0 0.0% []
[org.apache.commons.net.io.FromNetASCIIOutputStream].writeInt(int) 37 0 0.0% []
[org.apache.commons.net.telnet.TelnetInputStream].start() 248 0 0.0% []
[org.apache.commons.net.nntp.NNTPClient].selectPreviousArticle(org.apache.commons.net.nntp.ArticlePointer) 272 0 0.0% []
[org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory].createVMSVersioningFTPEntryParser() 62 0 0.0% []
[org.apache.commons.net.tftp.TFTPDataPacket].toString() 48 0 0.0% []
[org.apache.commons.net.io.FromNetASCIIInputStream].readInt() 39 0 0.0% []
[org.apache.commons.net.pop3.POP3].setState(int) 74 0 0.0% []
[org.apache.commons.net.ftp.FTPHTTPClient].tunnelHandshake(java.lang.String,int,java.io.InputStream,java.io.OutputStream) 84 0 0.0% []
[org.apache.commons.net.bsd.RCommandClient].rcommand(java.lang.String,java.lang.String,java.lang.String,boolean) 44 0 0.0% []
[org.apache.commons.net.ftp.FTPClient].lambda$initFeatureMap$0(java.lang.String) 254 0 0.0% []
[org.apache.commons.net.ftp.FTPClient].configure(org.apache.commons.net.ftp.FTPClientConfig) 385 0 0.0% []
[org.apache.commons.net.imap.IMAPClient].unsubscribe(java.lang.String) 121 0 0.0% []
[org.apache.commons.net.io.Util].copyStream(java.io.InputStream,java.io.OutputStream,int,long,org.apache.commons.net.io.CopyStreamListener,boolean) 59 0 0.0% []
[org.apache.commons.net.util.SubnetUtils].access$400(org.apache.commons.net.util.SubnetUtils) 96 0 0.0% []
[org.apache.commons.net.ftp.FTPFile].setUser(java.lang.String) 38 2 5.263% ['OS400FTPEntryParserFuzzer', 'MLSxEntryParserFuzzer']
[org.apache.commons.net.ftp.FTP].user(java.lang.String) 211 0 0.0% []
[org.apache.commons.net.nntp.Article].toString() 93 0 0.0% []
[org.apache.commons.net.pop3.POP3SClient].setTrustManager(javax.net.ssl.TrustManager) 75 0 0.0% []
[org.apache.commons.net.bsd.RExecClient].setRemoteVerificationEnabled(boolean) 45 0 0.0% []
[org.apache.commons.net.io.DotTerminatedMessageWriter].write(java.lang.String,int,int) 47 0 0.0% []
[org.apache.commons.net.ftp.FTPSClient].sslNegotiation() 266 0 0.0% []
[org.apache.commons.net.nntp.SimpleNNTPHeader].toString() 31 0 0.0% []
[org.apache.commons.net.imap.IMAPCommand].$values() 44 0 0.0% []
[org.apache.commons.net.nntp.Threader].thread(org.apache.commons.net.nntp.Threadable[]) 162 0 0.0% []
[org.apache.commons.net.ntp.TimeStamp].compareTo(java.lang.Object) 71 0 0.0% []
[org.apache.commons.net.PrintCommandListener].protocolReplyReceived(org.apache.commons.net.ProtocolCommandEvent) 54 0 0.0% []

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.apache.commons.net.io.CopyStreamException [] []
org.apache.commons.net.nntp.ArticleIterator [] []
org.apache.commons.net.tftp.TFTP [] []
org.apache.commons.net.telnet.TelnetCommand [] []
org.apache.commons.net.ftp.parser.MLSxEntryParser ['MLSxEntryParserFuzzer'] []
org.apache.commons.net.telnet.InvalidTelnetOptionException [] []
org.apache.commons.net.daytime.DaytimeUDPClient [] []
org.apache.commons.net.telnet.TelnetClient [] []
org.apache.commons.net.imap.AuthenticatingIMAPClient$AUTH_METHOD [] []
org.apache.commons.net.pop3.POP3MessageInfo [] []
org.apache.commons.net.io.DotTerminatedMessageWriter [] []
org.apache.commons.net.smtp.SMTPCommand [] []
org.apache.commons.net.imap.IMAPClient$STATUS_DATA_ITEMS [] []
org.apache.commons.net.io.SocketInputStream [] []
org.apache.commons.net.tftp.TFTPClient [] []
org.apache.commons.net.nntp.NNTPClient [] []
org.apache.commons.net.util.Base64 ['Base64Fuzzer'] []
org.apache.commons.net.smtp.AuthenticatingSMTPClient$AUTH_METHOD [] []
org.apache.commons.net.nntp.NewsgroupIterator [] []
org.apache.commons.net.imap.IMAPClient$FETCH_ITEM_NAMES [] []
TelnetOptionFuzzer ['TelnetOptionFuzzer'] []
org.apache.commons.net.util.TrustManagerUtils$TrustManager [] []
org.apache.commons.net.smtp.AuthenticatingSMTPClient [] []
org.apache.commons.net.DefaultDatagramSocketFactory [] []
org.apache.commons.net.tftp.TFTPDataPacket [] []
org.apache.commons.net.ftp.FTPFile ['OS400FTPEntryParserFuzzer', 'MLSxEntryParserFuzzer', 'NTFTPEntryParserFuzzer'] []
org.apache.commons.net.io.SocketOutputStream [] []
org.apache.commons.net.util.KeyManagerUtils$ClientKeyStore [] []
org.apache.commons.net.tftp.TFTPErrorPacket [] []
org.apache.commons.net.bsd.RLoginClient [] []
org.apache.commons.net.pop3.POP3SClient [] []
org.apache.commons.net.ftp.FTPSServerSocketFactory [] []
org.apache.commons.net.smtp.SMTPReply [] []
org.apache.commons.net.ftp.FTPSCommand [] []
org.apache.commons.net.io.ToNetASCIIInputStream [] []
org.apache.commons.net.io.FromNetASCIIInputStream [] []
org.apache.commons.net.util.SSLContextUtils [] []
org.apache.commons.net.ftp.parser.NetwareFTPEntryParser ['OS400FTPEntryParserFuzzer', 'NTFTPEntryParserFuzzer'] []
org.apache.commons.net.chargen.CharGenTCPClient [] []
org.apache.commons.net.io.CopyStreamEvent [] []
org.apache.commons.net.nntp.SimpleNNTPHeader [] []
org.apache.commons.net.smtp.RelayPath [] []
org.apache.commons.net.nntp.NewGroupsOrNewsQuery [] []
org.apache.commons.net.ftp.FTPCmd [] []
org.apache.commons.net.ftp.FTPClient$CSL [] []
org.apache.commons.net.ftp.parser.VMSFTPEntryParser ['OS400FTPEntryParserFuzzer', 'NTFTPEntryParserFuzzer'] []
org.apache.commons.net.smtp.SimpleSMTPHeader [] []
org.apache.commons.net.io.ToNetASCIIOutputStream [] []
org.apache.commons.net.finger.FingerClient [] []
org.apache.commons.net.smtp.SMTPSClient [] []
org.apache.commons.net.discard.DiscardTCPClient [] []
org.apache.commons.net.telnet.Telnet [] []
org.apache.commons.net.ftp.parser.ParserInitializationException [] []
org.apache.commons.net.telnet.TelnetOption ['TelnetOptionFuzzer'] []
org.apache.commons.net.util.ListenerList [] []
org.apache.commons.net.imap.IMAPClient$SEARCH_CRITERIA [] []
org.apache.commons.net.ftp.FTPFileFilters [] []
OS400FTPEntryParserFuzzer ['OS400FTPEntryParserFuzzer'] []
org.apache.commons.net.echo.EchoUDPClient [] []
org.apache.commons.net.ntp.NtpUtils [] []
org.apache.commons.net.nntp.NNTP [] []
org.apache.commons.net.ftp.FTPSTrustManager [] []
org.apache.commons.net.telnet.TerminalTypeOptionHandler [] []
org.apache.commons.net.time.TimeUDPClient [] []
org.apache.commons.net.ProtocolCommandSupport [] []
org.apache.commons.net.io.CopyStreamAdapter [] []
org.apache.commons.net.pop3.ExtendedPOP3Client [] []
org.apache.commons.net.nntp.ReplyIterator [] []
org.apache.commons.net.ftp.FTPSSocketFactory [] []
org.apache.commons.net.telnet.WindowSizeOptionHandler [] []
org.apache.commons.net.smtp.SMTP [] []
org.apache.commons.net.io.FromNetASCIIOutputStream [] []
org.apache.commons.net.ftp.FTPClient [] []
org.apache.commons.net.ftp.FTPClientConfig ['OS400FTPEntryParserFuzzer', 'NTFTPEntryParserFuzzer'] []
org.apache.commons.net.pop3.ExtendedPOP3Client$AUTH_METHOD [] []
org.apache.commons.net.tftp.TFTPAckPacket [] []
Base64Fuzzer ['Base64Fuzzer'] []
org.apache.commons.net.ftp.parser.EnterpriseUnixFTPEntryParser [] []
org.apache.commons.net.io.DotTerminatedMessageReader [] []
org.apache.commons.net.nntp.NNTPCommand [] []
org.apache.commons.net.ftp.parser.MVSFTPEntryParser ['OS400FTPEntryParserFuzzer', 'NTFTPEntryParserFuzzer'] []
org.apache.commons.net.imap.IMAP$IMAPState [] []
org.apache.commons.net.imap.IMAPClient [] []
org.apache.commons.net.nntp.NNTPReply [] []
org.apache.commons.net.bsd.RExecClient [] []
org.apache.commons.net.io.Util [] []
org.apache.commons.net.tftp.TFTPReadRequestPacket [] []
org.apache.commons.net.ftp.FTPClient$NatServerResolverImpl [] []
org.apache.commons.net.PrintCommandListener [] []
org.apache.commons.net.imap.IMAPReply [] []
org.apache.commons.net.nntp.NewsgroupInfo [] []
org.apache.commons.net.ntp.NTPUDPClient [] []
org.apache.commons.net.ftp.FTPListParseEngine [] []
org.apache.commons.net.imap.AuthenticatingIMAPClient [] []
NTFTPEntryParserFuzzer ['NTFTPEntryParserFuzzer'] []
org.apache.commons.net.ftp.parser.MacOsPeterFTPEntryParser ['OS400FTPEntryParserFuzzer', 'NTFTPEntryParserFuzzer'] []
org.apache.commons.net.util.KeyManagerUtils$X509KeyManager [] []
org.apache.commons.net.echo.EchoTCPClient [] []
org.apache.commons.net.ftp.parser.CompositeFileEntryParser [] []
org.apache.commons.net.imap.IMAPCommand [] []
org.apache.commons.net.ntp.TimeInfo [] []
org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory [] []
org.apache.commons.net.nntp.NntpThreadContainer [] []
org.apache.commons.net.daytime.DaytimeTCPClient [] []
org.apache.commons.net.chargen.CharGenUDPClient [] []
org.apache.commons.net.pop3.POP3Client [] []
org.apache.commons.net.ProtocolCommandEvent [] []
org.apache.commons.net.DefaultSocketFactory [] []
org.apache.commons.net.util.Charsets [] []
org.apache.commons.net.ftp.parser.NTFTPEntryParser ['OS400FTPEntryParserFuzzer', 'NTFTPEntryParserFuzzer'] []
org.apache.commons.net.ftp.DurationUtils [] []
org.apache.commons.net.ntp.NtpV3Impl [] []
org.apache.commons.net.ftp.parser.OS400FTPEntryParser ['OS400FTPEntryParserFuzzer', 'NTFTPEntryParserFuzzer'] []
org.apache.commons.net.bsd.RCommandClient [] []
org.apache.commons.net.pop3.POP3Command [] []
org.apache.commons.net.ftp.FTPCommand [] []
org.apache.commons.net.whois.WhoisClient [] []
org.apache.commons.net.util.KeyManagerUtils [] []
org.apache.commons.net.telnet.TelnetOutputStream [] []
org.apache.commons.net.ftp.FTPHTTPClient [] []
org.apache.commons.net.ftp.parser.UnixFTPEntryParser ['OS400FTPEntryParserFuzzer', 'NTFTPEntryParserFuzzer'] []
org.apache.commons.net.imap.IMAP [] []
org.apache.commons.net.telnet.TelnetInputStream [] []
org.apache.commons.net.time.TimeTCPClient [] []
org.apache.commons.net.tftp.TFTPWriteRequestPacket [] []
org.apache.commons.net.util.TrustManagerUtils [] []
org.apache.commons.net.ftp.parser.OS2FTPEntryParser ['OS400FTPEntryParserFuzzer', 'NTFTPEntryParserFuzzer'] []
org.apache.commons.net.util.SubnetUtils [] []
org.apache.commons.net.discard.DiscardUDPClient [] []
org.apache.commons.net.nntp.Threader [] []
org.apache.commons.net.ftp.FTPSClient [] []
org.apache.commons.net.pop3.POP3 [] []
org.apache.commons.net.io.CRLFLineReader [] []
org.apache.commons.net.ftp.FTPReply [] []
org.apache.commons.net.util.SubnetUtils$SubnetInfo [] []
org.apache.commons.net.util.SSLSocketUtils [] []
MLSxEntryParserFuzzer ['MLSxEntryParserFuzzer'] []
org.apache.commons.net.smtp.SMTPClient [] []
org.apache.commons.net.ftp.parser.FTPTimestampParserImpl ['OS400FTPEntryParserFuzzer', 'NTFTPEntryParserFuzzer'] []
org.apache.commons.net.ftp.parser.VMSVersioningFTPEntryParser [] []
org.apache.commons.net.ntp.TimeStamp [] []
org.apache.commons.net.nntp.Article [] []
org.apache.commons.net.ftp.FTP [] []
org.apache.commons.net.imap.IMAPSClient [] []

Directories in report

Directory