Skip to content

Add changelog entry for CodeQL 2.23.1 release#20508

Merged
coadaflorin merged 1 commit intomainfrom
changedocs/2.23.1
Sep 24, 2025
Merged

Add changelog entry for CodeQL 2.23.1 release#20508
coadaflorin merged 1 commit intomainfrom
changedocs/2.23.1

Conversation

@coadaflorin
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings September 24, 2025 12:38
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link

Copilot AI Sep 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The word 'occurenceCount' should be 'occurrenceCount' (missing 'r'). This appears to be documenting a typo fix in the codebase.

Copilot uses AI. Check for mistakes.
"""""

* 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.
Copy link

Copilot AI Sep 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The word 'SubstractionCheckForLeapYear' should be 'SubtractionCheckForLeapYear' (missing 't'). This appears to be documenting a typo fix in the codebase.

Suggested change
* 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.

Copilot uses AI. Check for mistakes.
C/C++
"""""

* The predicate :code:`getAContructorCall` in the class :code:`SslContextClass` has been deprecated. Use :code:`getAConstructorCall` instead.
Copy link

Copilot AI Sep 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The word 'ContructorCall' should be 'ConstructorCall' (missing 's'). This appears to be documenting a typo fix in the codebase.

Suggested change
* 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.

Copilot uses AI. Check for mistakes.
@coadaflorin coadaflorin merged commit e78d057 into main Sep 24, 2025
7 of 8 checks passed
@coadaflorin coadaflorin deleted the changedocs/2.23.1 branch September 24, 2025 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants