CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.14 (changelog, source)
Search

Predicate StringConcatenation::taintStep

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

Import path

import javascript
predicate taintStep(Node src, Node dst, Node operator, int n)