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