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

Member predicate TaintKind :: getTaintForIteration

Gets the taint resulting from iterating over this kind of taint. For example iterating over a text file produces lines. So iterating over a tainted file would result in tainted strings

TaintKind getTaintForIteration ( )