Skip to content

Commit 7b949e8

Browse files
committed
QLDoc
1 parent fd8a128 commit 7b949e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

java/ql/src/semmle/code/java/security/AndroidIntentRedirection.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ abstract class IntentRedirectionSanitizer extends DataFlow::Node { }
1919
* Extend this class to add additional taint steps that should apply to `IntentRedirectionConfiguration`.
2020
*/
2121
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+
*/
2226
abstract predicate step(DataFlow::Node node1, DataFlow::Node node2);
2327
}
2428

0 commit comments

Comments
 (0)