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

Member predicate SequenceKind :: 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 ( )