Skip to content

Commit ef30ca2

Browse files
committed
Fix stubs
1 parent 7b949e8 commit ef30ca2

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

java/ql/test/query-tests/security/CWE-940/AndroidIntentRedirectionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void onCreate(Bundle savedInstanceState) {
4343
sendBroadcastAsUser(intent, null, null); // $ hasAndroidIntentRedirection
4444
sendBroadcastAsUser(intent, null, null, null); // $ hasAndroidIntentRedirection
4545
sendBroadcastAsUser(intent, null, null, 0); // $ hasAndroidIntentRedirection
46-
sendBroadcastAsUserMultiplePermissions(intent, null, null); // $ hasAndroidIntentRedirection
46+
sendBroadcastWithMultiplePermissions(intent, null); // $ hasAndroidIntentRedirection
4747
sendStickyBroadcast(intent); // $ hasAndroidIntentRedirection
4848
sendStickyBroadcastAsUser(intent, null); // $ hasAndroidIntentRedirection
4949
sendStickyBroadcastAsUser(intent, null, null); // $ hasAndroidIntentRedirection

java/ql/test/stubs/google-android-9.0.0/android/content/Context.java

Lines changed: 5 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)