-
Notifications
You must be signed in to change notification settings - Fork 2k
Revert "Release preparation for version 2.25.3" #21758
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
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,5 +1,4 @@ | ||
| ## 0.4.34 | ||
|
|
||
| ### Minor Analysis Improvements | ||
|
|
||
| --- | ||
| category: minorAnalysis | ||
| --- | ||
| * Removed false positive injection sink models for the `context` input of `docker/build-push-action` and the `allowed-endpoints` input of `step-security/harden-runner`. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| --- | ||
| lastReleaseVersion: 0.4.34 | ||
| lastReleaseVersion: 0.4.33 |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,4 @@ | ||||||
| --- | ||||||
| category: majorAnalysis | ||||||
| --- | ||||||
| * Fixed alert messages in `actions/artifact-poisoning/critical` and `actions/artifact-poisoning/medium` as they previously included a redundant placeholder in the alert message that would on occasion contain a long block of yml that makes the alert difficult to understand. Also clarify the wording to make it clear that it is not the artifact that is being poisoned, but instead a potentially untrusted artifact that is consumed. Also change the alert location to be the source, to align more with other queries reporting an artifact (e.g. zipslip) which is more useful. | ||||||
|
||||||
| * Fixed alert messages in `actions/artifact-poisoning/critical` and `actions/artifact-poisoning/medium` as they previously included a redundant placeholder in the alert message that would on occasion contain a long block of yml that makes the alert difficult to understand. Also clarify the wording to make it clear that it is not the artifact that is being poisoned, but instead a potentially untrusted artifact that is consumed. Also change the alert location to be the source, to align more with other queries reporting an artifact (e.g. zipslip) which is more useful. | |
| * Fixed alert messages in `actions/artifact-poisoning/critical` and `actions/artifact-poisoning/medium` as they previously included a redundant placeholder in the alert message that would on occasion contain a long block of yml that makes the alert difficult to understand. Also clarified the wording to make it clear that it is not the artifact that is being poisoned, but instead a potentially untrusted artifact that is consumed. Also changed the alert location to be the source, to align more with other queries reporting an artifact (e.g. zipslip) which is more useful. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| category: minorAnalysis | ||
| --- | ||
| * The query `actions/missing-workflow-permissions` no longer produces false positive results on reusable workflows where all callers set permissions. |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| --- | ||
| lastReleaseVersion: 0.6.26 | ||
| lastReleaseVersion: 0.6.25 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| category: feature | ||
| --- | ||
| * Added a subclass `AutoconfConfigureTestFile` of `ConfigurationTestFile` that represents files created by GNU autoconf configure scripts to test the build configuration. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| category: breaking | ||
| --- | ||
| * The deprecated `NonThrowingFunction` class has been removed, use `NonCppThrowingFunction` instead. | ||
| * The deprecated `ThrowingFunction` class has been removed, use `AlwaysSehThrowingFunction` instead. |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| --- | ||
| lastReleaseVersion: 10.0.0 | ||
| lastReleaseVersion: 9.0.0 |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,14 +1,3 @@ | ||||||
| ## 1.6.1 | ||||||
|
|
||||||
| ### Minor Analysis Improvements | ||||||
|
|
||||||
| * Added `AllocationFunction` models for `aligned_alloc`, `std::aligned_alloc`, and `bsl::aligned_alloc`. | ||||||
| * The "Comparison of narrow type with wide type in loop condition" (`cpp/comparison-with-wider-type`) query has been upgraded to `high` precision. This query will now run in the default code scanning suite. | ||||||
| * The "Multiplication result converted to larger type" (`cpp/integer-multiplication-cast-to-long`) query has been upgraded to `high` precision. This query will now run in the default code scanning suite. | ||||||
| * The "Suspicious add with sizeof" (`cpp/suspicious-add-sizeof`) query has been upgraded to `high` precision. This query will now run in the default code scanning suite. | ||||||
| * The "Wrong type of arguments to formatting function" (`cpp/wrong-type-format-argument`) query has been upgraded to `high` precision. This query will now run in the default code scanning suite. | ||||||
| * The "Implicit function declaration" (`cpp/implicit-function-declaration`) query has been upgraded to `high` precision. However, for `build mode: none` databases, it no longer produces any results. The results in this mode were found to be very noisy and fundamentally imprecise. | ||||||
|
|
||||||
| ## 1.6.0 | ||||||
|
|
||||||
| ### Query Metadata Changes | ||||||
|
|
@@ -366,7 +355,7 @@ No user-facing changes. | |||||
| ### Minor Analysis Improvements | ||||||
|
|
||||||
| * The "non-constant format string" query (`cpp/non-constant-format`) has been updated to produce fewer false positives. | ||||||
| * Added dataflow models for the `gettext` function variants. | ||||||
| * Added dataflow models for the `gettext` function variants. | ||||||
|
||||||
| * Added dataflow models for the `gettext` function variants. | |
| * Added dataflow models for the `gettext` function variants. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| category: minorAnalysis | ||
| --- | ||
| * The "Implicit function declaration" (`cpp/implicit-function-declaration`) query no longer produces results on `build mode: none` databases. These results were found to be very noisy and fundamentally imprecise in this mode. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| category: minorAnalysis | ||
| --- | ||
| * The "Comparison of narrow type with wide type in loop condition" (`cpp/comparison-with-wider-type`) query has been upgraded to `high` precision. This query will now run in the default code scanning suite. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| category: minorAnalysis | ||
| --- | ||
| * The "Implicit function declaration" (`cpp/implicit-function-declaration`) query has been upgraded to `high` precision. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| category: minorAnalysis | ||
| --- | ||
| * The "Multiplication result converted to larger type" (`cpp/integer-multiplication-cast-to-long`) query has been upgraded to `high` precision. This query will now run in the default code scanning suite. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| category: minorAnalysis | ||
| --- | ||
| * The "Suspicious add with sizeof" (`cpp/suspicious-add-sizeof`) query has been upgraded to `high` precision. This query will now run in the default code scanning suite. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| category: minorAnalysis | ||
| --- | ||
| * The "Wrong type of arguments to formatting function" (`cpp/wrong-type-format-argument`) query has been upgraded to `high` precision. This query will now run in the default code scanning suite. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| category: minorAnalysis | ||
| --- | ||
| * Added `AllocationFunction` models for `aligned_alloc`, `std::aligned_alloc`, and `bsl::aligned_alloc`. |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| --- | ||
| lastReleaseVersion: 1.6.1 | ||
| lastReleaseVersion: 1.6.0 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| name: codeql/cpp-queries | ||
| version: 1.6.1 | ||
| version: 1.6.1-dev | ||
| groups: | ||
| - cpp | ||
| - queries | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,3 @@ | ||
| ## 1.7.65 | ||
|
|
||
| No user-facing changes. | ||
|
|
||
| ## 1.7.64 | ||
|
|
||
| No user-facing changes. | ||
|
|
||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| --- | ||
| lastReleaseVersion: 1.7.65 | ||
| lastReleaseVersion: 1.7.64 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| name: codeql/csharp-solorigate-all | ||
| version: 1.7.65 | ||
| version: 1.7.65-dev | ||
| groups: | ||
| - csharp | ||
| - solorigate | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,3 @@ | ||
| ## 1.7.65 | ||
|
|
||
| No user-facing changes. | ||
|
|
||
| ## 1.7.64 | ||
|
|
||
| No user-facing changes. | ||
|
|
||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| --- | ||
| lastReleaseVersion: 1.7.65 | ||
| lastReleaseVersion: 1.7.64 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| name: codeql/csharp-solorigate-queries | ||
| version: 1.7.65 | ||
| version: 1.7.65-dev | ||
| groups: | ||
| - csharp | ||
| - solorigate | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,4 @@ | ||
| ## 5.5.0 | ||
|
|
||
| ### Deprecated APIs | ||
|
|
||
| --- | ||
| category: deprecated | ||
| --- | ||
| * The predicates `get[L|R]Value` in the class `Assignment` have been deprecated. Use `get[Left|Right]Operand` instead. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| --- | ||
| lastReleaseVersion: 5.5.0 | ||
| lastReleaseVersion: 5.4.12 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| --- | ||
| lastReleaseVersion: 1.7.1 | ||
| lastReleaseVersion: 1.7.0 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| name: codeql/csharp-queries | ||
| version: 1.7.1 | ||
| version: 1.7.1-dev | ||
| groups: | ||
| - csharp | ||
| - queries | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,3 @@ | ||
| ## 1.0.48 | ||
|
|
||
| No user-facing changes. | ||
|
|
||
| ## 1.0.47 | ||
|
|
||
| No user-facing changes. | ||
|
|
||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| --- | ||
| lastReleaseVersion: 1.0.48 | ||
| lastReleaseVersion: 1.0.47 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| name: codeql-go-consistency-queries | ||
| version: 1.0.48 | ||
| version: 1.0.48-dev | ||
| groups: | ||
| - go | ||
| - queries | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,3 @@ | ||
| ## 7.0.6 | ||
|
|
||
| No user-facing changes. | ||
|
|
||
| ## 7.0.5 | ||
|
|
||
| No user-facing changes. | ||
|
|
||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| --- | ||
| lastReleaseVersion: 7.0.6 | ||
| lastReleaseVersion: 7.0.5 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| name: codeql/go-all | ||
| version: 7.0.6 | ||
| version: 7.0.6-dev | ||
| groups: go | ||
| dbscheme: go.dbscheme | ||
| extractor: go | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,3 @@ | ||
| ## 1.6.1 | ||
|
|
||
| No user-facing changes. | ||
|
|
||
| ## 1.6.0 | ||
|
|
||
| ### Query Metadata Changes | ||
|
|
||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| --- | ||
| lastReleaseVersion: 1.6.1 | ||
| lastReleaseVersion: 1.6.0 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| name: codeql/go-queries | ||
| version: 1.6.1 | ||
| version: 1.6.1-dev | ||
| groups: | ||
| - go | ||
| - queries | ||
|
|
||
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.
This line contains only whitespace. Please make it a truly empty line (or remove it) to avoid trailing-whitespace issues and noisy diffs.