mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
395 B
395 B
0.3.1
Minor Analysis Improvements
- Improved taint models for
Numerictypes andRangeReplaceableCollections. - 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
getIteratorVarandgetNextCallhave been added to theForEachStmtclass.