CodeQL library for Python
codeql/python-all 1.0.5-dev (changelog, source)
Search

Member predicate SequenceKind::getTaintOfMethodResult

Gets the kind of taint results from calling the named method if an object is tainted with this taint. In other words, if x has this kind of taint then it implies that x.name() has result kind of taint.

TaintKind getTaintOfMethodResult(string name)