codeql/javascript-all
1.1.3
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)