codeql/go-all
3.0.1-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if taint flows from pred to succ via a slice operation.
pred
succ
import semmle.go.dataflow.internal.TaintTrackingUtil
predicate sliceStep(Node pred, Node succ)