codeql/javascript-all
2.2.1-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if src flows to dst through the nth operand of the given concatenation operator.
src
dst
n
import javascript
predicate taintStep(Node src, Node dst, Node operator, int n)