You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// GOOD - Tests broadcast of sensitive user information to a specific application.
@@ -142,7 +142,6 @@ public void sendBroadcast11(Context context) {
142
142
143
143
/**
144
144
* BAD - Tests broadcast of sensitive user information with multiple permissions using empty array initialization through two variables and `intent.getExtras().putString()`.
145
-
* Note this case of `getExtras().putString(...)` is not yet detected thus is beyond what the query is capable of.
0 commit comments