Add changelog entry for CodeQL 2.23.1 release#20508
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds the changelog entry for CodeQL CLI version 2.23.1 released on September 23, 2025. It includes comprehensive documentation of new features, bug fixes, query improvements, and library updates across multiple programming languages.
- Added new changelog file documenting CodeQL 2.23.1 release with security coverage updates, CLI improvements, and language-specific enhancements
- Updated the changelog index to include the new 2.23.1 entry in the table of contents
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/codeql/codeql-overview/codeql-changelog/index.rst | Added reference to the new CodeQL 2.23.1 changelog entry |
| docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.23.1.rst | Complete changelog documentation for CodeQL 2.23.1 release including new features, bug fixes, and improvements |
| C/C++ | ||
| """"" | ||
|
|
||
| * The predicate :code:`occurenceCount` in the file module :code:`MagicConstants` has been deprecated. Use :code:`occurrenceCount` instead. |
There was a problem hiding this comment.
The word 'occurenceCount' should be 'occurrenceCount' (missing 'r'). This appears to be documenting a typo fix in the codebase.
| """"" | ||
|
|
||
| * The predicate :code:`occurenceCount` in the file module :code:`MagicConstants` has been deprecated. Use :code:`occurrenceCount` instead. | ||
| * The predicate :code:`additionalAdditionOrSubstractionCheckForLeapYear` in the file module :code:`LeapYear` has been deprecated. Use :code:`additionalAdditionOrSubtractionCheckForLeapYear` instead. |
There was a problem hiding this comment.
The word 'SubstractionCheckForLeapYear' should be 'SubtractionCheckForLeapYear' (missing 't'). This appears to be documenting a typo fix in the codebase.
| * The predicate :code:`additionalAdditionOrSubstractionCheckForLeapYear` in the file module :code:`LeapYear` has been deprecated. Use :code:`additionalAdditionOrSubtractionCheckForLeapYear` instead. | |
| * The predicate :code:`additionalAdditionOrSubtractionCheckForLeapYear` in the file module :code:`LeapYear` has been deprecated. Use :code:`additionalAdditionOrSubtractionCheckForLeapYear` instead. |
| C/C++ | ||
| """"" | ||
|
|
||
| * The predicate :code:`getAContructorCall` in the class :code:`SslContextClass` has been deprecated. Use :code:`getAConstructorCall` instead. |
There was a problem hiding this comment.
The word 'ContructorCall' should be 'ConstructorCall' (missing 's'). This appears to be documenting a typo fix in the codebase.
| * The predicate :code:`getAContructorCall` in the class :code:`SslContextClass` has been deprecated. Use :code:`getAConstructorCall` instead. | |
| * The predicate :code:`getAConstructorCall` in the class :code:`SslContextClass` has been deprecated. Use :code:`getAConstructorCall` instead. |
No description provided.