- Improved taint models for
Numeric
types andRangeReplaceableCollection
s. - The nil-coalescing operator
??
is now supported by the CFG construction and dataflow libraries. - The data flow library now supports flow to the loop variable of for-in loops.
- The methods
getIteratorVar
andgetNextCall
have been added to theForEachStmt
class.