mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
827 B
827 B
0.8.0
New Features
- Kotlin versions up to 1.9.20 are now supported.
Minor Analysis Improvements
- Fixed a control-flow bug where case rule statements would incorrectly include a fall-through edge.
- Added support for default cases as proper guards in switch expressions to match switch statements.
- Improved the class
ArithExprof theOverflow.qllmodule to also include compound operators. Because of this, new alerts may be raised in queries related to overflows/underflows. - Added new dataflow models for the Apache CXF framework.
- Regular expressions containing multiple parse mode flags are now interpretted correctly. For example
"(?is)abc.*"with both theiandsflags.
Bug Fixes
- The regular expressions library no longer incorrectly matches mode flag characters against the input.