mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
352 B
352 B
0.2.2
Major Analysis Improvements
- Added data-flow support for hashes.
Minor Analysis Improvements
- Support for data flow through instance variables has been added.
- Support of the safe navigation operator (
&.) has been added; there is a new predicateMethodCall.isSafeNavigation().