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

Member predicate TaintKind::getTaintOfAttribute

Gets the kind of taint that the named attribute will have 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 getTaintOfAttribute(string name)