Skip to content

Commit 312508e

Browse files
committed
Documentation for IntentUriPermissionManipulationQuery
1 parent cf7aa2e commit 312508e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java/ql/lib/semmle/code/java/security/IntentUriPermissionManipulationQuery.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ deprecated class IntentUriPermissionManipulationConf extends TaintTracking::Conf
3535
}
3636
}
3737

38+
/**
39+
* A taint tracking configuration for user-provided Intents being returned to third party apps.
40+
*/
3841
module IntentUriPermissionManipulationConfig implements DataFlow::ConfigSig {
3942
predicate isSource(DataFlow::Node source) { source instanceof RemoteFlowSource }
4043

0 commit comments

Comments
 (0)