Module signature DataFlow :: StateConfigSig
An input configuration for data flow using flow state.
Import path
import semmle.code.java.dataflow.DataFlow
Predicates
allowImplicitRead |
Holds if an arbitrary number of implicit read steps of content |
fieldFlowBranchLimit |
Gets the virtual dispatch branching limit when calculating field flow. This can be overridden to a smaller value to improve performance (a value of 0 disables field flow), or a larger value to get more results. |
getAFeature |
Gets a data flow configuration feature to add restrictions to the set of valid flow paths. |
includeHiddenNodes |
Holds if hidden nodes should be included in the data flow graph. |
isAdditionalFlowStep |
Holds if data may flow from |
isAdditionalFlowStep |
Holds if data may flow from |
isBarrier |
Holds if data flow through |
isBarrier |
Holds if data flow through |
isBarrierIn |
Holds if data flow into |
isBarrierOut |
Holds if data flow out of |
isSink |
Holds if |
isSource |
Holds if |
sinkGrouping |
Holds if sinks should be grouped in the result of |
sourceGrouping |
Holds if sources should be grouped in the result of |