CodeQL library for Go
codeql/go-all 0.7.15-dev (changelog, source)
Search

Predicate StringOps::Concatenation::taintStep

Holds if src flows to dst through the nth operand of the given concatenation operator.

Import path

import semmle.go.StringOps
predicate taintStep(Node src, Node dst, Concatenation cat, int n)