mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
Release preparation for version 2.23.2
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
## 1.6.6
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
- The queries that check for unmatchable `$` and `^` in regular expressions did not account correctly for occurrences inside lookahead and lookbehind assertions. These occurrences are now handled correctly, eliminating this source of false positives.
|
||||
* The `py/inheritance/signature-mismatch` query has been modernized. It produces more precise results and more descriptive alert messages.
|
||||
* The `py/inheritance/incorrect-overriding-signature` query has been deprecated. Its results have been consolidated into the `py/inheritance/signature-mismatch` query.
|
||||
|
||||
## 1.6.5
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
Reference in New Issue
Block a user