codeql/go-all
5.0.1
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)