Release v2.59.0#1127
Merged
knewbury01 merged 1 commit intorc/2.59.0from May 6, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR finalizes the 2.59.0 release for github/codeql-coding-standards by moving pack metadata and release documentation from 2.59.0-dev to 2.59.0.
Changes:
- Update the user manual to reference the
2.59.0release (and update several versioned artifact references). - Bump
version:in all affected C/C++ CodeQLqlpack.ymlfiles from2.59.0-devto2.59.0.
Show a summary per file
| File | Description |
|---|---|
| docs/user_manual.md | Updates release/version references in the published user manual. |
| cpp/report/src/qlpack.yml | Pack version bump to 2.59.0. |
| cpp/misra/test/qlpack.yml | Test pack version bump to 2.59.0. |
| cpp/misra/src/qlpack.yml | Pack version bump to 2.59.0. |
| cpp/common/test/qlpack.yml | Test pack version bump to 2.59.0. |
| cpp/common/src/qlpack.yml | Pack version bump to 2.59.0. |
| cpp/cert/test/qlpack.yml | Test pack version bump to 2.59.0. |
| cpp/cert/src/qlpack.yml | Pack version bump to 2.59.0. |
| cpp/autosar/test/qlpack.yml | Test pack version bump to 2.59.0. |
| cpp/autosar/src/qlpack.yml | Pack version bump to 2.59.0. |
| c/misra/test/qlpack.yml | Test pack version bump to 2.59.0. |
| c/misra/src/qlpack.yml | Pack version bump to 2.59.0. |
| c/common/test/qlpack.yml | Test pack version bump to 2.59.0. |
| c/common/src/qlpack.yml | Pack version bump to 2.59.0. |
| c/cert/test/qlpack.yml | Test pack version bump to 2.59.0. |
| c/cert/src/qlpack.yml | Pack version bump to 2.59.0. |
Copilot's findings
- Files reviewed: 16/16 changed files
- Comments generated: 2
Comment on lines
44
to
+48
| - `coding-standards-codeql-packs-2.37.0-dev.zip`: CodeQL packs that can be used with GitHub Code Scanning or the CodeQL CLI as documented in the section _Operating manual_. | ||
| - `code-scanning-cpp-query-pack-2.59.0-dev.zip`: Legacy packaging for the queries and scripts to be used with GitHub Code Scanning or the CodeQL CLI as documented in the section _Operating manual_. | ||
| - `supported_rules_list_2.59.0-dev.csv`: A Comma Separated File (CSV) containing the supported rules per standard and the queries that implement the rule. | ||
| - `supported_rules_list_2.59.0-dev.md`: A Markdown formatted file with a table containing the supported rules per standard and the queries that implement the rule. | ||
| - `user_manual_2.59.0-dev.md`: This user manual. | ||
| - `code-scanning-cpp-query-pack-2.59.0.zip`: Legacy packaging for the queries and scripts to be used with GitHub Code Scanning or the CodeQL CLI as documented in the section _Operating manual_. | ||
| - `supported_rules_list_2.59.0.csv`: A Comma Separated File (CSV) containing the supported rules per standard and the queries that implement the rule. | ||
| - `supported_rules_list_2.59.0.md`: A Markdown formatted file with a table containing the supported rules per standard and the queries that implement the rule. | ||
| - `user_manual_2.59.0.md`: This user manual. |
| | | False positives | More output. Results are reported which are not violations of the guidelines. | All reported results must be reviewed. | Report false positive issues via the CodeQL Coding Standards [bug tracker](https://github.com/github/codeql-coding-standards/issues). | | ||
| | | False negatives | Less output. Violations of the guidelines are not reported. | Other validation and verification processes during software development should be used to complement the analysis performed by CodeQL Coding Standards. | Report false negative issues via the CodeQL Coding Standards [bug tracker](https://github.com/github/codeql-coding-standards/issues). | | ||
| | | Modifying coding standard suite | More or less output. If queries are added to the query set more result can be reported. If queries are removed less results might be reported. | All queries supported by the CodeQL Coding Standards are listed in the release artifacts `supported_rules_list_2.59.0-dev.csv` where VERSION is replaced with the used release. The rules in the resulting Sarif file must be cross-referenced with the expected rules in this list to determine the validity of the used CodeQL suite. | Ensure that the CodeQL Coding Standards are not modified in ways that are not documented as supported modifications. | | ||
| | | Modifying coding standard suite | More or less output. If queries are added to the query set more result can be reported. If queries are removed less results might be reported. | All queries supported by the CodeQL Coding Standards are listed in the release artifacts `supported_rules_list_2.59.0.csv` where VERSION is replaced with the used release. The rules in the resulting Sarif file must be cross-referenced with the expected rules in this list to determine the validity of the used CodeQL suite. | Ensure that the CodeQL Coding Standards are not modified in ways that are not documented as supported modifications. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR releases codeql-coding-standards version 2.59.0.