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

Fuzzer details

Fuzzer: TwitterObjectFactoryFuzzer

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 373 42.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 512 57.8%
All colors 885 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
36 481 [twitter4j.EntitiesParseUtil].getMedia(twitter4j.JSONObject) call site: 00481
31 119 [twitter4j.UserJSONImpl].init(twitter4j.JSONObject) call site: 00119
26 380 [twitter4j.JSONStringer].value(java.lang.Object) call site: 00380
21 783 [twitter4j.IDsJSONImpl].init(java.lang.String) call site: 00783
18 834 [twitter4j.TrendsJSONImpl].extractLocation(twitter4j.JSONObject,boolean) call site: 00834
17 237 [twitter4j.PlaceJSONImpl].init(twitter4j.JSONObject) call site: 00237
16 42 [twitter4j.JSONArray].getInt(int) call site: 00042
15 434 [twitter4j.EntitiesParseUtil].getUserMentions(twitter4j.JSONObject) call site: 00434
14 519 [twitter4j.JSONObject].getLong(java.lang.String) call site: 00519
12 459 [twitter4j.EntitiesParseUtil].getHashtags(twitter4j.JSONObject) call site: 00459
11 663 [twitter4j.DirectMessageJSONImpl].init(twitter4j.JSONObject) call site: 00663
10 748 [twitter4j.TwitterObjectFactory].createLocation(java.lang.String) call site: 00748

Runtime coverage analysis

Covered functions
137
Functions that are reachable but not covered
251
Reachable functions
301
Percentage of reachable functions covered
16.61%
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
TwitterObjectFactoryFuzzer 1
com.code_intelligence.jazzer.api.FuzzedDataProvider 2
twitter4j.TwitterObjectFactory 15
twitter4j.UserJSONImpl 4
twitter4j.TwitterResponseImpl 2
twitter4j.ParseUtil 14
twitter4j.JSONObject 18
twitter4j.JSONException 1
twitter4j.JSON 7
twitter4j.JSONArray 13
twitter4j.URLEntityJSONImpl 5
twitter4j.EntityIndex 5
twitter4j.TwitterException 12
twitter4j.JSONTokener 12
twitter4j.HTMLEntity 3
twitter4j.HashtagEntityJSONImpl 5
twitter4j.UserMentionEntityJSONImpl 5
twitter4j.QuotedStatusPermalinkJSONImpl 5
twitter4j.MediaEntityJSONImpl 5
twitter4j.ParseUtil$lambda_getFormat_0__5 2
twitter4j.StatusJSONImpl 6
twitter4j.JSONImplFactory 4
twitter4j.v1.GeoLocation 3
twitter4j.PlaceJSONImpl 3
twitter4j.JSONStringer 17
twitter4j.TrendJSONImpl 3
twitter4j.HttpResponseEvent 1
twitter4j.FriendshipJSONImpl 1
twitter4j.ExceptionDiagnosis 6
twitter4j.Twitter$TwitterBuilder 1
twitter4j.Configuration 2
twitter4j.MediaEntityJSONImpl$Size 2
twitter4j.v1.StatusUpdate 1
twitter4j.OAuthAuthorization$OAuthAuthorizationBuilder 1
twitter4j.OAuth2Authorization 1
twitter4j.OAuth2Token 1
twitter4j.HttpRequest 1
twitter4j.MediaEntityJSONImpl$Variant 2
twitter4j.OEmbedJSONImpl 3
twitter4j.TwitterStreamImpl 1
twitter4j.v1.OEmbedRequest 1
twitter4j.HttpClient 1
twitter4j.TrendsJSONImpl 6
twitter4j.HttpParameter 1
twitter4j.OAuth2Authorization$OAuth2AuthorizationBuilder 1
twitter4j.v1.Query 1
twitter4j.SavedSearchJSONImpl 3
twitter4j.RequestToken 1
twitter4j.OAuthToken 1
twitter4j.TwitterImpl 1
twitter4j.StatusDeletionNoticeImpl 2
twitter4j.IDsJSONImpl 3
twitter4j.RateLimitStatusJSONImpl 7
twitter4j.v1.FilterQuery 1
twitter4j.management.InvocationStatisticsCalculator 5
twitter4j.UserListJSONImpl 3
twitter4j.StallWarningImpl 1
twitter4j.HttpResponse 2
twitter4j.QueryResultJSONImpl 1
twitter4j.v1.GeoQuery 1
twitter4j.AccountTotalsJSONImpl 3
twitter4j.LocationJSONImpl 3
twitter4j.DirectMessageJSONImpl 3
twitter4j.OAuthAuthorization 1
twitter4j.UploadedMediaImpl 1
twitter4j.RelationshipJSONImpl 3
twitter4j.v1.Paging 1
twitter4j.Version 1
twitter4j.AccessToken 1
twitter4j.JSONObject$1 1
twitter4j.TwitterV1Impl 1
twitter4j.v1.QuickReply 3
twitter4j.NullAuthorization 1
twitter4j.EntitiesParseUtil 5
twitter4j.ScopesImpl 1
twitter4j.JSONObjectType 1
twitter4j.SLF4JLogger 1
twitter4j.Log4JLogger 2
twitter4j.JULLogger 1
twitter4j.ResponseListImpl 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
[twitter4j.HttpClient].access$100(twitter4j.HttpClient) 169 0 0.0% []
[twitter4j.JSONObject].wrap(java.lang.Object) 40 13 32.5% []
[twitter4j.JSONObject].put(java.lang.String,java.lang.Object) 33 5 15.15% []
[twitter4j.JSONObject].numberToString(java.lang.Number) 38 9 23.68% ['TwitterObjectFactoryFuzzer']
[twitter4j.JSONImplFactory].createRateLimitStatusFromResponseHeader(twitter4j.HttpResponse) 43 0 0.0% ['TwitterObjectFactoryFuzzer']
[twitter4j.TweetsResourcesImpl].uploadMediaChunkedStatus(long) 126 0 0.0% []
[twitter4j.BASE64Encoder].encode(byte[]) 33 0 0.0% []
[twitter4j.ListsResourcesImpl].getUserListsOwnerships(long,int,long) 96 0 0.0% []
[twitter4j.DirectMessagesResourcesImpl].getDMImageAsStream(java.lang.String) 60 0 0.0% []
[twitter4j.v1.Query].equals(java.lang.Object) 40 0 0.0% []
[twitter4j.UserListJSONImpl].init(twitter4j.JSONObject) 70 17 24.28% []
[twitter4j.TimelinesResourcesImpl].addPostParameter(char[],char,java.util.List,java.lang.String,long) 43 0 0.0% []
[twitter4j.RelationshipJSONImpl].equals(java.lang.Object) 70 4 5.714% []
[twitter4j.UsersResourcesImpl].updateProfileBanner(java.io.InputStream) 61 0 0.0% []
[twitter4j.AccountSettingsJSONImpl].getAllowDmsFrom() 40 0 0.0% []
[twitter4j.MediaEntityJSONImpl].equals(java.lang.Object) 37 0 0.0% []
[twitter4j.MediaEntityJSONImpl].getEnd() 48 0 0.0% []
[twitter4j.PlaceJSONImpl].init(twitter4j.JSONObject) 82 31 37.80% []
[twitter4j.UserJSONImpl].getURLEntitiesFromJSON(twitter4j.JSONObject,java.lang.String) 115 11 9.565% []
[twitter4j.UploadedMediaImpl].equals(java.lang.Object) 31 0 0.0% []
[twitter4j.TimeSpanConverter].toTimeSpanString(int) 93 0 0.0% []
[twitter4j.HttpResponse].getResponseHeader(java.lang.String) 64 0 0.0% ['TwitterObjectFactoryFuzzer']
[twitter4j.TwitterImpl].readObject(java.io.ObjectInputStream) 78 0 0.0% []
[twitter4j.OAuth2Authorization].equals(java.lang.Object) 55 0 0.0% []
[twitter4j.TwitterStreamImpl].access$500(twitter4j.TwitterStreamImpl) 225 0 0.0% []
[twitter4j.v1.Paging].equals(java.lang.Object) 34 0 0.0% []
[twitter4j.TwitterV1Impl].equals(java.lang.Object) 34 0 0.0% []
[twitter4j.JSONTokener].toString() 36 1 2.777% ['TwitterObjectFactoryFuzzer']
[twitter4j.FriendshipJSONImpl].equals(java.lang.Object) 46 0 0.0% []
[twitter4j.management.APIStatisticsOpenMBean].setAttributes(javax.management.AttributeList) 66 0 0.0% []
[twitter4j.StatusStreamImpl].onException(java.lang.Exception,java.util.List) 40 0 0.0% []
[twitter4j.DirectMessageJSONImpl].init(twitter4j.JSONObject) 98 46 46.93% []
[twitter4j.OAuthAuthorization].equals(java.lang.Object) 163 0 0.0% []
[twitter4j.PropertyConfiguration].getString(java.util.Properties,java.lang.String) 143 0 0.0% []
[twitter4j.Configuration].ensureAuthorizationEnabled() 48 0 0.0% []
[twitter4j.Configuration].mask(java.lang.String) 80 0 0.0% ['TwitterObjectFactoryFuzzer']
[twitter4j.QueryResultJSONImpl].equals(java.lang.Object) 81 0 0.0% []
[twitter4j.FriendsFollowersResourcesImpl].getFollowersList(java.lang.String,long,int,boolean,boolean) 39 0 0.0% []
[twitter4j.TrendsJSONImpl].init(java.lang.String,boolean) 43 11 25.58% []
[twitter4j.HttpParameter].compareTo(java.lang.Object) 72 0 0.0% []
[twitter4j.HttpParameter].toString() 59 0 0.0% ['TwitterObjectFactoryFuzzer']
[twitter4j.StatusJSONImpl].mergeExtendedTweet(twitter4j.JSONObject) 70 12 17.14% []
[twitter4j.APIResourceBase].equals(java.lang.Object) 116 0 0.0% []
[twitter4j.v1.OEmbedRequest].equals(java.lang.Object) 35 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
twitter4j.v1.Paging ['TwitterObjectFactoryFuzzer'] []
twitter4j.Twitter$TwitterBuilder ['TwitterObjectFactoryFuzzer'] []
twitter4j.PlacesGeoResourcesImpl [] []
twitter4j.EntitiesParseUtil ['TwitterObjectFactoryFuzzer'] []
twitter4j.SavedSearchesResourcesImpl [] []
twitter4j.StringUtil [] []
twitter4j.MediaEntityJSONImpl$Variant ['TwitterObjectFactoryFuzzer'] []
twitter4j.JSONObject$1 ['TwitterObjectFactoryFuzzer'] []
twitter4j.v1.Query$Unit [] []
twitter4j.SpamReportingResourceImpl [] []
twitter4j.JSON ['TwitterObjectFactoryFuzzer'] []
twitter4j.JSONArray ['TwitterObjectFactoryFuzzer'] []
twitter4j.StatusStreamImpl [] []
twitter4j.FriendshipJSONImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.OAuth2Authorization ['TwitterObjectFactoryFuzzer'] []
twitter4j.MediaEntityJSONImpl$Size ['TwitterObjectFactoryFuzzer'] []
twitter4j.TwitterStreamImpl$2 [] []
twitter4j.TwitterStreamImpl$1 [] []
twitter4j.v1.GeoLocation ['TwitterObjectFactoryFuzzer'] []
twitter4j.HTMLEntity ['TwitterObjectFactoryFuzzer'] []
twitter4j.ResponseListImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.TimeZoneJSONImpl [] []
twitter4j.v1.StatusUpdate ['TwitterObjectFactoryFuzzer'] []
twitter4j.v1.OEmbedRequest$Align [] []
twitter4j.TwitterObjectFactory ['TwitterObjectFactoryFuzzer'] []
twitter4j.Configuration ['TwitterObjectFactoryFuzzer'] []
twitter4j.PagableResponseListImpl [] []
twitter4j.CharacterUtil [] []
twitter4j.v1.QuickReply ['TwitterObjectFactoryFuzzer'] []
twitter4j.StreamingGZIPInputStream [] []
twitter4j.TimelinesResourcesImpl [] []
twitter4j.v1.GeoQuery ['TwitterObjectFactoryFuzzer'] []
twitter4j.Version ['TwitterObjectFactoryFuzzer'] []
twitter4j.UserJSONImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.JSONObjectType$Type [] []
twitter4j.v1.Query$ResultType [] []
twitter4j.AccessToken ['TwitterObjectFactoryFuzzer'] []
twitter4j.QueryResultJSONImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.IDsJSONImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.QuotedStatusPermalinkJSONImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.OEmbedJSONImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.PlaceJSONImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.TwitterException ['TwitterObjectFactoryFuzzer'] []
twitter4j.RateLimitStatusJSONImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.UploadedMediaImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.MediaEntityJSONImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.JSONObjectType ['TwitterObjectFactoryFuzzer'] []
twitter4j.HttpClient$1 [] []
twitter4j.ParseUtil ['TwitterObjectFactoryFuzzer'] []
twitter4j.FavoritesResourcesImpl [] []
twitter4j.StatusStreamBase$1 [] []
twitter4j.TweetsResourcesImpl [] []
twitter4j.OAuth2Token ['TwitterObjectFactoryFuzzer'] []
twitter4j.HttpClient ['TwitterObjectFactoryFuzzer'] []
TwitterObjectFactoryFuzzer ['TwitterObjectFactoryFuzzer'] []
twitter4j.FriendsFollowersResourcesImpl [] []
twitter4j.LocationJSONImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.StatusJSONImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.v1.FilterQuery ['TwitterObjectFactoryFuzzer'] []
twitter4j.HttpResponseEvent ['TwitterObjectFactoryFuzzer'] []
twitter4j.HelpResourcesImpl [] []
twitter4j.ParseUtil$lambda_getFormat_0__5 ['TwitterObjectFactoryFuzzer'] []
twitter4j.DirectMessageJSONImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.JSONStringer$Scope [] []
twitter4j.TwitterV1Impl ['TwitterObjectFactoryFuzzer'] []
twitter4j.OAuth2Authorization$OAuth2AuthorizationBuilder ['TwitterObjectFactoryFuzzer'] []
twitter4j.APIResourceBase [] []
twitter4j.TwitterStreamImpl$6 [] []
twitter4j.RelationshipJSONImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.TrendJSONImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.v1.StatusAdapter [] []
twitter4j.Logger$lambda_static_2__3 [] []
twitter4j.Twitter$TwitterBuilder$2 [] []
twitter4j.BASE64Encoder [] []
twitter4j.TwitterStreamImpl$3 [] []
twitter4j.TwitterStreamImpl$5 [] []
twitter4j.Logger$lambda_static_1__4 [] []
twitter4j.ScopesImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.JSONTokener ['TwitterObjectFactoryFuzzer'] []
twitter4j.v1.OEmbedRequest$WidgetType [] []
twitter4j.SLF4JLogger ['TwitterObjectFactoryFuzzer'] []
twitter4j.management.APIStatisticsOpenMBean [] []
twitter4j.JULLogger ['TwitterObjectFactoryFuzzer'] []
twitter4j.Twitter$TwitterBuilder$1 [] []
twitter4j.v1.OEmbedRequest ['TwitterObjectFactoryFuzzer'] []
twitter4j.NullAuthorization ['TwitterObjectFactoryFuzzer'] []
twitter4j.HashtagEntityJSONImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.TwitterStreamImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.TwitterObjectFactory$init__1 [] []
twitter4j.HttpRequest ['TwitterObjectFactoryFuzzer'] []
twitter4j.RequestToken ['TwitterObjectFactoryFuzzer'] []
twitter4j.LanguageJSONImpl [] []
twitter4j.OAuthAuthorization ['TwitterObjectFactoryFuzzer'] []
twitter4j.URLEntityJSONImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.DirectMessageListImpl [] []
twitter4j.TwitterStreamImpl$4 [] []
twitter4j.TrendsJSONImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.DirectMessagesResourcesImpl [] []
twitter4j.management.APIStatistics [] []
twitter4j.StallWarningImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.v1.Query ['TwitterObjectFactoryFuzzer'] []
twitter4j.TwitterImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.ExceptionDiagnosis ['TwitterObjectFactoryFuzzer'] []
twitter4j.UserMentionEntityJSONImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.UsersResourcesImpl [] []
twitter4j.management.InvocationStatisticsCalculator ['TwitterObjectFactoryFuzzer'] []
twitter4j.TwitterAPIMonitor [] []
twitter4j.OAuthAuthorization$OAuthAuthorizationBuilder ['TwitterObjectFactoryFuzzer'] []
twitter4j.Logger$lambda_static_0__2 [] []
twitter4j.HttpParameter ['TwitterObjectFactoryFuzzer'] []
twitter4j.JSONObject ['TwitterObjectFactoryFuzzer'] []
twitter4j.v1.FilterQuery$FilterLevel [] []
twitter4j.UserListJSONImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.HttpResponse ['TwitterObjectFactoryFuzzer'] []
twitter4j.StatusDeletionNoticeImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.TwitterResponse$AccessLevel [] []
twitter4j.RequestMethod [] []
twitter4j.TwitterStreamImpl$Mode [] []
twitter4j.SavedSearchJSONImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.JSONStringer ['TwitterObjectFactoryFuzzer'] []
twitter4j.ListsResourcesImpl [] []
twitter4j.RateLimitStatusEvent [] []
twitter4j.JSONImplFactory ['TwitterObjectFactoryFuzzer'] []
twitter4j.AccountSettingsJSONImpl [] []
twitter4j.AccountTotalsJSONImpl ['TwitterObjectFactoryFuzzer'] []
twitter4j.SearchResourceImpl [] []
twitter4j.PropertyConfiguration [] []
twitter4j.TrendsResourcesImpl [] []
twitter4j.TimeSpanConverter [] []
twitter4j.Log4JLogger ['TwitterObjectFactoryFuzzer'] []

Directories in report

Directory