DEPRECATED: Use IntentUriPermissionManipulationSanitizer
instead.
A guard that makes sure that an Intent is safe to be returned to another Activity.
Usually, this is done by checking that the Intent’s data URI and/or its flags contain expected values.
Import path
import semmle.code.java.security.IntentUriPermissionManipulation
Direct supertypes
Indirect supertypes
Inherited predicates
checks | Holds if this guard validates | from BarrierGuard |
controls | Holds if this guard evaluating to | from Guard |
directlyControls | Holds if this guard evaluating to | from Guard |
getAGuardedNode | Gets a node guarded by this guard. | from BarrierGuard |
getAPrimaryQlClass | Gets the name of a primary CodeQL class to which this element belongs. | from Top |
getBasicBlock | Gets the basic block containing this guard or the basic block containing the switch expression if the guard is a switch case. | from Guard |
getEnclosingCallable | Gets the immediately enclosing callable whose body contains this guard. | from Guard |
getEnclosingStmt | Gets the statement containing this guard. | from Guard |
getFile | Gets the file associated with this element. | from Top |
getLocation | Gets the source location for this element. | from Top |
getNumberOfCommentLines | Gets the number of comment lines that this element ranges over. | from Top |
getNumberOfLinesOfCode | Gets the number of lines of code that this element ranges over. | from Top |
getPrimaryQlClasses | Gets a comma-separated list of the names of the primary CodeQL classes to which this element belongs. | from Top |
getTotalNumberOfLines | Gets the total number of lines that this element ranges over, including lines of code, comment and whitespace-only lines. | from Top |
hasBranchEdge | Holds if the evaluation of this guard to | from Guard |
hasLocationInfo | Holds if this element is at the specified location. The location spans column | from Top |
isEquality | Holds if this guard is an equality test between | from Guard |
toString | Gets a textual representation of this element. | from Top |