We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8a128 commit 7b949e8Copy full SHA for 7b949e8
java/ql/src/semmle/code/java/security/AndroidIntentRedirection.qll
@@ -19,6 +19,10 @@ abstract class IntentRedirectionSanitizer extends DataFlow::Node { }
19
* Extend this class to add additional taint steps that should apply to `IntentRedirectionConfiguration`.
20
*/
21
class IntentRedirectionAdditionalTaintStep extends Unit {
22
+ /**
23
+ * Holds if the step from `node1` to `node2` should be considered a taint
24
+ * step for the `IntentRedirectionConfiguration` configuration.
25
+ */
26
abstract predicate step(DataFlow::Node node1, DataFlow::Node node2);
27
}
28
0 commit comments