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
/** Holds if this Android component is configured as `exported` or has intent filters configured without `exported` explicitly disabled in an `AndroidManifest.xml` file. */
Copy file name to clipboardExpand all lines: java/ql/test/experimental/query-tests/security/CWE-749/UnsafeActivity4.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,10 @@
9
9
importandroid.webkit.WebViewClient;
10
10
11
11
publicclassUnsafeActivity4extendsActivity {
12
-
//Test onCreate with both JavaScript and cross-origin resource access enabled while taking remote user inputs from bundle extras
12
+
/**
13
+
* Test onCreate with both JavaScript and cross-origin resource access enabled while taking remote user inputs from bundle extras
14
+
* Note this case of invoking utility method that takes an Activity a then calls `a.getIntent().getStringExtra(...)` is not yet detected thus is beyond what the query is capable of.
0 commit comments