mirror of
https://github.com/github/codeql.git
synced 2026-04-23 07:45:17 +02:00
Release preparation for version 2.23.2
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* 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,5 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
|
||||
- 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.
|
||||
7
python/ql/src/change-notes/released/1.6.6.md
Normal file
7
python/ql/src/change-notes/released/1.6.6.md
Normal file
@@ -0,0 +1,7 @@
|
||||
## 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.
|
||||
Reference in New Issue
Block a user