-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Post-release preparation for codeql-cli-2.23.6 #20857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
18fa679
1c81c4d
4c1f2b8
117168d
5ee45af
1ebc16e
b31d649
76dc4c4
48ee9dd
773b6c0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,7 @@ | ||
| ## 0.4.21 | ||
|
|
||
| No user-facing changes. | ||
|
|
||
| ## 0.4.20 | ||
|
|
||
| No user-facing changes. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| ## 0.4.21 | ||
|
|
||
| No user-facing changes. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| --- | ||
| lastReleaseVersion: 0.4.20 | ||
| lastReleaseVersion: 0.4.21 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,7 @@ | ||
| ## 0.6.13 | ||
|
|
||
| No user-facing changes. | ||
|
|
||
| ## 0.6.12 | ||
|
|
||
| No user-facing changes. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| ## 0.6.13 | ||
|
|
||
| No user-facing changes. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| --- | ||
| lastReleaseVersion: 0.6.12 | ||
| lastReleaseVersion: 0.6.13 |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,3 +1,13 @@ | ||||||
| ## 6.1.0 | ||||||
|
|
||||||
| ### New Features | ||||||
|
|
||||||
| * New predicates `getAnExpandedArgument` and `getExpandedArgument` were added to the `Compilation` class, yielding compilation arguments after expansion of response files. | ||||||
|
|
||||||
| ### Bug Fixes | ||||||
|
|
||||||
| * Improve performance of the range analysis in cases where it would otherwise take an exorbitant amount of time. | ||||||
|
|
||||||
| ## 6.0.1 | ||||||
|
|
||||||
| No user-facing changes. | ||||||
|
|
@@ -259,8 +269,8 @@ No user-facing changes. | |||||
|
|
||||||
| ### Breaking Changes | ||||||
|
|
||||||
| * Deleted many deprecated taint-tracking configurations based on `TaintTracking::Configuration`. | ||||||
| * Deleted many deprecated dataflow configurations based on `DataFlow::Configuration`. | ||||||
| * Deleted many deprecated taint-tracking configurations based on `TaintTracking::Configuration`. | ||||||
| * Deleted many deprecated dataflow configurations based on `DataFlow::Configuration`. | ||||||
|
||||||
| * Deleted many deprecated dataflow configurations based on `DataFlow::Configuration`. | |
| * Deleted many deprecated dataflow configurations based on `DataFlow::Configuration`. |
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spacing: there is a trailing space at the end of line 307.
| * A `isDestroyingDeleteDeallocation` predicate was added to the `NewOrNewArrayExpr` and `DeleteOrDeleteArrayExpr` classes to indicate whether the deallocation function is a destroying delete. | |
| * A `isDestroyingDeleteDeallocation` predicate was added to the `NewOrNewArrayExpr` and `DeleteOrDeleteArrayExpr` classes to indicate whether the deallocation function is a destroying delete. |
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spacing: there is a trailing space at the end of line 385.
| * Added a predicate `GuardCondition.comparesEq/4` to query whether an expression is compared to a constant. | |
| * Added a predicate `GuardCondition.comparesEq/4` to query whether an expression is compared to a constant. |
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spacing: there is a trailing space at the end of line 387.
| * Added a predicate `GuardCondition.comparesLt/4` to query whether an expression is compared to a constant. | |
| * Added a predicate `GuardCondition.comparesLt/4` to query whether an expression is compared to a constant. |
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spacing: there is a trailing space at the end of line 503.
| They used to be treated as unreachable but it is allowed in C. | |
| They used to be treated as unreachable but it is allowed in C. |
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spacing: there is a trailing space at the end of line 552.
| * The `DataFlow::StateConfigSig` signature module has gained default implementations for `isBarrier/2` and `isAdditionalFlowStep/4`. | |
| * The `DataFlow::StateConfigSig` signature module has gained default implementations for `isBarrier/2` and `isAdditionalFlowStep/4`. |
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spacing: there is a trailing space at the end of line 746.
| * Some classes/modules with upper-case acronyms in their name have been renamed to follow our style-guide. | |
| * Some classes/modules with upper-case acronyms in their name have been renamed to follow our style-guide. |
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spacing: there is a trailing space at the end of line 763.
| * Many classes/predicates/modules with upper-case acronyms in their name have been renamed to follow our style-guide. | |
| * Many classes/predicates/modules with upper-case acronyms in their name have been renamed to follow our style-guide. |
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spacing: there is a trailing space at the end of line 862.
| * Many classes/predicates/modules that had upper-case acronyms have been renamed to follow our style-guide. | |
| * Many classes/predicates/modules that had upper-case acronyms have been renamed to follow our style-guide. |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,9 @@ | ||
| --- | ||
| category: feature | ||
| --- | ||
| ## 6.1.0 | ||
|
|
||
| ### New Features | ||
|
|
||
| * New predicates `getAnExpandedArgument` and `getExpandedArgument` were added to the `Compilation` class, yielding compilation arguments after expansion of response files. | ||
|
|
||
| ### Bug Fixes | ||
|
|
||
| * Improve performance of the range analysis in cases where it would otherwise take an exorbitant amount of time. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| --- | ||
| lastReleaseVersion: 6.0.1 | ||
| lastReleaseVersion: 6.1.0 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,7 @@ | ||
| ## 1.5.4 | ||
|
|
||
| No user-facing changes. | ||
|
|
||
| ## 1.5.3 | ||
|
|
||
| No user-facing changes. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| ## 1.5.4 | ||
|
|
||
| No user-facing changes. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| --- | ||
| lastReleaseVersion: 1.5.3 | ||
| lastReleaseVersion: 1.5.4 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| name: codeql/cpp-queries | ||
| version: 1.5.4-dev | ||
| version: 1.5.5-dev | ||
| groups: | ||
| - cpp | ||
| - queries | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,7 @@ | ||
| ## 1.7.52 | ||
|
|
||
| No user-facing changes. | ||
|
|
||
| ## 1.7.51 | ||
|
|
||
| No user-facing changes. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| ## 1.7.52 | ||
|
|
||
| No user-facing changes. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| --- | ||
| lastReleaseVersion: 1.7.51 | ||
| lastReleaseVersion: 1.7.52 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| name: codeql/csharp-solorigate-all | ||
| version: 1.7.52-dev | ||
| version: 1.7.53-dev | ||
| groups: | ||
| - csharp | ||
| - solorigate | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,7 @@ | ||
| ## 1.7.52 | ||
|
|
||
| No user-facing changes. | ||
|
|
||
| ## 1.7.51 | ||
|
|
||
| No user-facing changes. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| ## 1.7.52 | ||
|
|
||
| No user-facing changes. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| --- | ||
| lastReleaseVersion: 1.7.51 | ||
| lastReleaseVersion: 1.7.52 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| name: codeql/csharp-solorigate-queries | ||
| version: 1.7.52-dev | ||
| version: 1.7.53-dev | ||
| groups: | ||
| - csharp | ||
| - solorigate | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,3 +1,17 @@ | ||||||
| ## 5.4.0 | ||||||
|
|
||||||
| ### Deprecated APIs | ||||||
|
|
||||||
| * `ControlFlowElement.controlsBlock` has been deprecated in favor of the Guards library. | ||||||
|
|
||||||
| ### New Features | ||||||
|
|
||||||
| * Initial support for incremental C# databases via `codeql database create --overlay-base`/`--overlay-changes`. | ||||||
|
|
||||||
| ### Minor Analysis Improvements | ||||||
|
|
||||||
| * Updated *roslyn* and *binlog* dependencies in the extractor, which may improve database and analysis quality. | ||||||
|
|
||||||
| ## 5.3.0 | ||||||
|
|
||||||
| ### Deprecated APIs | ||||||
|
|
@@ -143,7 +157,7 @@ No user-facing changes. | |||||
| * Added `remote` flow source models for properties of Blazor components annotated with any of the following attributes from `Microsoft.AspNetCore.Components`: | ||||||
| - `[SupplyParameterFromForm]` | ||||||
| - `[SupplyParameterFromQuery]` | ||||||
| * Added the constructor and explicit cast operator of `Microsoft.AspNetCore.Components.MarkupString` as an `html-injection` sink. This will help catch cross-site scripting resulting from using `MarkupString`. | ||||||
| * Added the constructor and explicit cast operator of `Microsoft.AspNetCore.Components.MarkupString` as an `html-injection` sink. This will help catch cross-site scripting resulting from using `MarkupString`. | ||||||
|
||||||
| * Added the constructor and explicit cast operator of `Microsoft.AspNetCore.Components.MarkupString` as an `html-injection` sink. This will help catch cross-site scripting resulting from using `MarkupString`. | |
| * Added the constructor and explicit cast operator of `Microsoft.AspNetCore.Components.MarkupString` as an `html-injection` sink. This will help catch cross-site scripting resulting from using `MarkupString`. |
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spacing: there is a trailing space at the end of line 180.
| * Added `js-interop` sinks for the `InvokeAsync` and `InvokeVoidAsync` methods of `Microsoft.JSInterop.IJSRuntime`, which can run arbitrary JavaScript. | |
| * Added `js-interop` sinks for the `InvokeAsync` and `InvokeVoidAsync` methods of `Microsoft.JSInterop.IJSRuntime`, which can run arbitrary JavaScript. |
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spacing: there is a trailing space at the end of line 218.
| * Deleted many deprecated taint-tracking configurations based on `TaintTracking::Configuration`. | |
| * Deleted many deprecated taint-tracking configurations based on `TaintTracking::Configuration`. |
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spacing: there is a trailing space at the end of line 219.
| * Deleted many deprecated dataflow configurations based on `DataFlow::Configuration`. | |
| * Deleted many deprecated dataflow configurations based on `DataFlow::Configuration`. |
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spacing: there is a trailing space at the end of line 468.
| * The `DataFlow::StateConfigSig` signature module has gained default implementations for `isBarrier/2` and `isAdditionalFlowStep/4`. | |
| * The `DataFlow::StateConfigSig` signature module has gained default implementations for `isBarrier/2` and `isAdditionalFlowStep/4`. |
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spacing: there is a trailing space at the end of line 603.
| * Support for *operators* in interface definitions. | |
| * Support for *operators* in interface definitions. |
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spacing: there is a trailing space at the end of line 643.
| * ASP.NET Core controller definition has been made more precise. The amount of introduced taint sources or eliminated false positives should be low though, since the most common pattern is to derive all user defined ASP.NET Core controllers from the standard Controller class, which is not affected. | |
| * ASP.NET Core controller definition has been made more precise. The amount of introduced taint sources or eliminated false positives should be low though, since the most common pattern is to derive all user defined ASP.NET Core controllers from the standard Controller class, which is not affected. |
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spacing: there is a trailing space at the end of line 649.
| * Some classes/modules with upper-case acronyms in their name have been renamed to follow our style-guide. | |
| * Some classes/modules with upper-case acronyms in their name have been renamed to follow our style-guide. |
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spacing: there is a trailing space at the end of line 662.
| * Many classes/predicates/modules with upper-case acronyms in their name have been renamed to follow our style-guide. | |
| * Many classes/predicates/modules with upper-case acronyms in their name have been renamed to follow our style-guide. |
Copilot
AI
Nov 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spacing: there is a trailing space at the end of line 709.
| * Many classes/predicates/modules that had upper-case acronyms have been renamed to follow our style-guide. | |
| * Many classes/predicates/modules that had upper-case acronyms have been renamed to follow our style-guide. |
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| ## 5.4.0 | ||
|
|
||
| ### Deprecated APIs | ||
|
|
||
| * `ControlFlowElement.controlsBlock` has been deprecated in favor of the Guards library. | ||
|
|
||
| ### New Features | ||
|
|
||
| * Initial support for incremental C# databases via `codeql database create --overlay-base`/`--overlay-changes`. | ||
|
|
||
| ### Minor Analysis Improvements | ||
|
|
||
| * Updated *roslyn* and *binlog* dependencies in the extractor, which may improve database and analysis quality. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| --- | ||
| lastReleaseVersion: 5.3.0 | ||
| lastReleaseVersion: 5.4.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spacing: there is a trailing space at the end of line 272.