CodeQL library for JavaScript
codeql/javascript-all 0.7.4 ( 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 )