CodeQL library for C/C++
codeql/cpp-all 0.12.11 (changelog, source)
Search

Member predicate SecurityOptions::isUserInput

This predicate should hold if the expression is directly computed from user input. Such expressions are treated as sources of taint.

predicate isUserInput(Expr expr, string cause)