Provides a compilation of flow summaries to atomic data-flow steps.
Import path
import semmle.python.dataflow.new.internal.FlowSummaryImpl
Predicates
prohibitsUseUseFlow |
Holds if use-use flow starting from |
summaryClearsContent |
Holds if values stored inside content |
summaryExpectsContent |
Holds if the value that is being tracked is expected to be stored inside content |
summaryGetterStep |
Holds if there is a read(+taint) of |
summaryJumpStep |
Holds if there is a jump step from |
summaryLocalStep |
Holds if there is a local step from |
summaryReadStep |
Holds if there is a read step of content |
summarySetterStep |
Holds if there is a (taint+)store of |
summaryStoreStep |
Holds if there is a store step of content |
summaryThroughStepTaint |
Holds if |
summaryThroughStepValue |
Holds if |