Release preparation for version 2.23.2

This commit is contained in:
github-actions[bot]
2025-09-29 10:28:45 +00:00
parent 9dfd87c284
commit d2130a589b
171 changed files with 409 additions and 127 deletions

View File

@@ -1,3 +1,7 @@
## 0.4.18
No user-facing changes.
## 0.4.17 ## 0.4.17
No user-facing changes. No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 0.4.18
No user-facing changes.

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 0.4.17 lastReleaseVersion: 0.4.18

View File

@@ -1,5 +1,5 @@
name: codeql/actions-all name: codeql/actions-all
version: 0.4.18-dev version: 0.4.18
library: true library: true
warnOnImplicitThis: true warnOnImplicitThis: true
dependencies: dependencies:

View File

@@ -1,3 +1,7 @@
## 0.6.10
No user-facing changes.
## 0.6.9 ## 0.6.9
### Minor Analysis Improvements ### Minor Analysis Improvements

View File

@@ -0,0 +1,3 @@
## 0.6.10
No user-facing changes.

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 0.6.9 lastReleaseVersion: 0.6.10

View File

@@ -1,5 +1,5 @@
name: codeql/actions-queries name: codeql/actions-queries
version: 0.6.10-dev version: 0.6.10
library: false library: false
warnOnImplicitThis: true warnOnImplicitThis: true
groups: [actions, queries] groups: [actions, queries]

View File

@@ -1,3 +1,7 @@
## 5.6.1
No user-facing changes.
## 5.6.0 ## 5.6.0
### Deprecated APIs ### Deprecated APIs

View File

@@ -0,0 +1,3 @@
## 5.6.1
No user-facing changes.

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 5.6.0 lastReleaseVersion: 5.6.1

View File

@@ -1,5 +1,5 @@
name: codeql/cpp-all name: codeql/cpp-all
version: 5.6.1-dev version: 5.6.1
groups: cpp groups: cpp
dbscheme: semmlecode.cpp.dbscheme dbscheme: semmlecode.cpp.dbscheme
extractor: cpp extractor: cpp

View File

@@ -1,3 +1,7 @@
## 1.5.1
No user-facing changes.
## 1.5.0 ## 1.5.0
### Major Analysis Improvements ### Major Analysis Improvements

View File

@@ -0,0 +1,3 @@
## 1.5.1
No user-facing changes.

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 1.5.0 lastReleaseVersion: 1.5.1

View File

@@ -1,5 +1,5 @@
name: codeql/cpp-queries name: codeql/cpp-queries
version: 1.5.1-dev version: 1.5.1
groups: groups:
- cpp - cpp
- queries - queries

View File

@@ -1,3 +1,7 @@
## 1.7.49
No user-facing changes.
## 1.7.48 ## 1.7.48
No user-facing changes. No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 1.7.49
No user-facing changes.

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 1.7.48 lastReleaseVersion: 1.7.49

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-solorigate-all name: codeql/csharp-solorigate-all
version: 1.7.49-dev version: 1.7.49
groups: groups:
- csharp - csharp
- solorigate - solorigate

View File

@@ -1,3 +1,7 @@
## 1.7.49
No user-facing changes.
## 1.7.48 ## 1.7.48
No user-facing changes. No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 1.7.49
No user-facing changes.

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 1.7.48 lastReleaseVersion: 1.7.49

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-solorigate-queries name: codeql/csharp-solorigate-queries
version: 1.7.49-dev version: 1.7.49
groups: groups:
- csharp - csharp
- solorigate - solorigate

View File

@@ -1,3 +1,7 @@
## 5.2.5
No user-facing changes.
## 5.2.4 ## 5.2.4
No user-facing changes. No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 5.2.5
No user-facing changes.

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 5.2.4 lastReleaseVersion: 5.2.5

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-all name: codeql/csharp-all
version: 5.2.5-dev version: 5.2.5
groups: csharp groups: csharp
dbscheme: semmlecode.csharp.dbscheme dbscheme: semmlecode.csharp.dbscheme
extractor: csharp extractor: csharp

View File

@@ -1,3 +1,10 @@
## 1.4.1
### Minor Analysis Improvements
* The modeling of null guards based on complex pattern expressions has been improved, which in turn improves the query `cs/dereferenced-value-may-be-null` by removing false positives.
* Remove the query `cs/xmldoc/missing-summary` from the `code-quality` suite (align with other languages).
## 1.4.0 ## 1.4.0
### Deprecated Queries ### Deprecated Queries

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Remove the query `cs/xmldoc/missing-summary` from the `code-quality` suite (align with other languages).

View File

@@ -1,4 +1,6 @@
--- ## 1.4.1
category: minorAnalysis
--- ### Minor Analysis Improvements
* The modeling of null guards based on complex pattern expressions has been improved, which in turn improves the query `cs/dereferenced-value-may-be-null` by removing false positives. * The modeling of null guards based on complex pattern expressions has been improved, which in turn improves the query `cs/dereferenced-value-may-be-null` by removing false positives.
* Remove the query `cs/xmldoc/missing-summary` from the `code-quality` suite (align with other languages).

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 1.4.0 lastReleaseVersion: 1.4.1

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-queries name: codeql/csharp-queries
version: 1.4.1-dev version: 1.4.1
groups: groups:
- csharp - csharp
- queries - queries

View File

@@ -1,3 +1,7 @@
## 1.0.32
No user-facing changes.
## 1.0.31 ## 1.0.31
No user-facing changes. No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 1.0.32
No user-facing changes.

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 1.0.31 lastReleaseVersion: 1.0.32

View File

@@ -1,5 +1,5 @@
name: codeql-go-consistency-queries name: codeql-go-consistency-queries
version: 1.0.32-dev version: 1.0.32
groups: groups:
- go - go
- queries - queries

View File

@@ -1,3 +1,7 @@
## 4.3.5
No user-facing changes.
## 4.3.4 ## 4.3.4
### Minor Analysis Improvements ### Minor Analysis Improvements

View File

@@ -0,0 +1,3 @@
## 4.3.5
No user-facing changes.

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 4.3.4 lastReleaseVersion: 4.3.5

View File

@@ -1,5 +1,5 @@
name: codeql/go-all name: codeql/go-all
version: 4.3.5-dev version: 4.3.5
groups: go groups: go
dbscheme: go.dbscheme dbscheme: go.dbscheme
extractor: go extractor: go

View File

@@ -1,3 +1,7 @@
## 1.4.6
No user-facing changes.
## 1.4.5 ## 1.4.5
No user-facing changes. No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 1.4.6
No user-facing changes.

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 1.4.5 lastReleaseVersion: 1.4.6

View File

@@ -1,5 +1,5 @@
name: codeql/go-queries name: codeql/go-queries
version: 1.4.6-dev version: 1.4.6
groups: groups:
- go - go
- queries - queries

View File

@@ -1,3 +1,7 @@
## 7.7.1
No user-facing changes.
## 7.7.0 ## 7.7.0
### New Features ### New Features

View File

@@ -0,0 +1,3 @@
## 7.7.1
No user-facing changes.

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 7.7.0 lastReleaseVersion: 7.7.1

View File

@@ -1,5 +1,5 @@
name: codeql/java-all name: codeql/java-all
version: 7.7.1-dev version: 7.7.1
groups: java groups: java
dbscheme: config/semmlecode.dbscheme dbscheme: config/semmlecode.dbscheme
extractor: java extractor: java

View File

@@ -1,3 +1,7 @@
## 1.8.1
No user-facing changes.
## 1.8.0 ## 1.8.0
### Major Analysis Improvements ### Major Analysis Improvements

View File

@@ -0,0 +1,3 @@
## 1.8.1
No user-facing changes.

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 1.8.0 lastReleaseVersion: 1.8.1

View File

@@ -1,5 +1,5 @@
name: codeql/java-queries name: codeql/java-queries
version: 1.8.1-dev version: 1.8.1
groups: groups:
- java - java
- queries - queries

View File

@@ -1,3 +1,11 @@
## 2.6.12
### Minor Analysis Improvements
* Added modeling of `GraphQLObjectType` resolver function parameters as remote sources.
* Support for the [graphql](https://www.npmjs.com/package/graphql) library has been improved. Data flow from GraphQL query sources and variables to resolver function parameters is now tracked.
* Added support for the `aws-sdk` and `@aws-sdk/client-dynamodb`, `@aws-sdk/client-athena`, `@aws-sdk/client-s3`, and `@aws-sdk/client-rds-data` packages.
## 2.6.11 ## 2.6.11
### Minor Analysis Improvements ### Minor Analysis Improvements

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added support for the `aws-sdk` and `@aws-sdk/client-dynamodb`, `@aws-sdk/client-athena`, `@aws-sdk/client-s3`, and `@aws-sdk/client-rds-data` packages.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Support for the [graphql](https://www.npmjs.com/package/graphql) library has been improved. Data flow from GraphQL query sources and variables to resolver function parameters is now tracked.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added modeling of `GraphQLObjectType` resolver function parameters as remote sources.

View File

@@ -0,0 +1,7 @@
## 2.6.12
### Minor Analysis Improvements
* Added modeling of `GraphQLObjectType` resolver function parameters as remote sources.
* Support for the [graphql](https://www.npmjs.com/package/graphql) library has been improved. Data flow from GraphQL query sources and variables to resolver function parameters is now tracked.
* Added support for the `aws-sdk` and `@aws-sdk/client-dynamodb`, `@aws-sdk/client-athena`, `@aws-sdk/client-s3`, and `@aws-sdk/client-rds-data` packages.

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 2.6.11 lastReleaseVersion: 2.6.12

View File

@@ -1,5 +1,5 @@
name: codeql/javascript-all name: codeql/javascript-all
version: 2.6.12-dev version: 2.6.12
groups: javascript groups: javascript
dbscheme: semmlecode.javascript.dbscheme dbscheme: semmlecode.javascript.dbscheme
extractor: javascript extractor: javascript

View File

@@ -1,3 +1,7 @@
## 2.1.1
No user-facing changes.
## 2.1.0 ## 2.1.0
### Major Analysis Improvements ### Major Analysis Improvements

View File

@@ -0,0 +1,3 @@
## 2.1.1
No user-facing changes.

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 2.1.0 lastReleaseVersion: 2.1.1

View File

@@ -1,5 +1,5 @@
name: codeql/javascript-queries name: codeql/javascript-queries
version: 2.1.1-dev version: 2.1.1
groups: groups:
- javascript - javascript
- queries - queries

View File

@@ -1,3 +1,7 @@
## 1.0.32
No user-facing changes.
## 1.0.31 ## 1.0.31
No user-facing changes. No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 1.0.32
No user-facing changes.

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 1.0.31 lastReleaseVersion: 1.0.32

View File

@@ -1,4 +1,4 @@
name: codeql/suite-helpers name: codeql/suite-helpers
version: 1.0.32-dev version: 1.0.32
groups: shared groups: shared
warnOnImplicitThis: true warnOnImplicitThis: true

View File

@@ -1,3 +1,9 @@
## 4.0.16
### Minor Analysis Improvements
* Data flow tracking through global variables now supports nested field access patterns such as `global_var.obj.field`. This improves the precision of taint tracking analysis when data flows through complex global variable structures.
## 4.0.15 ## 4.0.15
No user-facing changes. No user-facing changes.

View File

@@ -1,4 +1,5 @@
--- ## 4.0.16
category: minorAnalysis
--- ### Minor Analysis Improvements
* Data flow tracking through global variables now supports nested field access patterns such as `global_var.obj.field`. This improves the precision of taint tracking analysis when data flows through complex global variable structures. * Data flow tracking through global variables now supports nested field access patterns such as `global_var.obj.field`. This improves the precision of taint tracking analysis when data flows through complex global variable structures.

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 4.0.15 lastReleaseVersion: 4.0.16

View File

@@ -1,5 +1,5 @@
name: codeql/python-all name: codeql/python-all
version: 4.0.16-dev version: 4.0.16
groups: python groups: python
dbscheme: semmlecode.python.dbscheme dbscheme: semmlecode.python.dbscheme
extractor: python extractor: python

View File

@@ -1,3 +1,11 @@
## 1.6.6
### Minor Analysis Improvements
- The queries that check for unmatchable `$` and `^` in regular expressions did not account correctly for occurrences inside lookahead and lookbehind assertions. These occurrences are now handled correctly, eliminating this source of false positives.
* The `py/inheritance/signature-mismatch` query has been modernized. It produces more precise results and more descriptive alert messages.
* The `py/inheritance/incorrect-overriding-signature` query has been deprecated. Its results have been consolidated into the `py/inheritance/signature-mismatch` query.
## 1.6.5 ## 1.6.5
### Minor Analysis Improvements ### Minor Analysis Improvements

View File

@@ -1,5 +0,0 @@
---
category: minorAnalysis
---
* The `py/inheritance/signature-mismatch` query has been modernized. It produces more precise results and more descriptive alert messages.
* The `py/inheritance/incorrect-overriding-signature` query has been deprecated. Its results have been consolidated into the `py/inheritance/signature-mismatch` query.

View File

@@ -1,5 +0,0 @@
---
category: minorAnalysis
---
- The queries that check for unmatchable `$` and `^` in regular expressions did not account correctly for occurrences inside lookahead and lookbehind assertions. These occurrences are now handled correctly, eliminating this source of false positives.

View File

@@ -0,0 +1,7 @@
## 1.6.6
### Minor Analysis Improvements
- The queries that check for unmatchable `$` and `^` in regular expressions did not account correctly for occurrences inside lookahead and lookbehind assertions. These occurrences are now handled correctly, eliminating this source of false positives.
* The `py/inheritance/signature-mismatch` query has been modernized. It produces more precise results and more descriptive alert messages.
* The `py/inheritance/incorrect-overriding-signature` query has been deprecated. Its results have been consolidated into the `py/inheritance/signature-mismatch` query.

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 1.6.5 lastReleaseVersion: 1.6.6

View File

@@ -1,5 +1,5 @@
name: codeql/python-queries name: codeql/python-queries
version: 1.6.6-dev version: 1.6.6
groups: groups:
- python - python
- queries - queries

View File

@@ -1,3 +1,9 @@
## 5.1.0
### New Features
* Initial modeling for the Ruby Grape framework in `Grape.qll` has been added to detect API endpoints, parameters, and headers within Grape API classes.
## 5.0.4 ## 5.0.4
No user-facing changes. No user-facing changes.

View File

@@ -1,4 +1,5 @@
--- ## 5.1.0
category: feature
--- ### New Features
* Initial modeling for the Ruby Grape framework in `Grape.qll` has been added to detect API endpoints, parameters, and headers within Grape API classes. * Initial modeling for the Ruby Grape framework in `Grape.qll` has been added to detect API endpoints, parameters, and headers within Grape API classes.

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 5.0.4 lastReleaseVersion: 5.1.0

View File

@@ -1,5 +1,5 @@
name: codeql/ruby-all name: codeql/ruby-all
version: 5.0.5-dev version: 5.1.0
groups: ruby groups: ruby
extractor: ruby extractor: ruby
dbscheme: ruby.dbscheme dbscheme: ruby.dbscheme

View File

@@ -1,3 +1,7 @@
## 1.4.6
No user-facing changes.
## 1.4.5 ## 1.4.5
No user-facing changes. No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 1.4.6
No user-facing changes.

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 1.4.5 lastReleaseVersion: 1.4.6

View File

@@ -1,5 +1,5 @@
name: codeql/ruby-queries name: codeql/ruby-queries
version: 1.4.6-dev version: 1.4.6
groups: groups:
- ruby - ruby
- queries - queries

View File

@@ -1,3 +1,12 @@
## 0.1.17
### New Features
* The models-as-data format for sources now supports access paths of the form
`Argument[i].Parameter[j]`. This denotes that the source passes tainted data to
the `j`th parameter of its `i`th argument (which must be a function or a
closure).
## 0.1.16 ## 0.1.16
### Minor Analysis Improvements ### Minor Analysis Improvements

View File

@@ -1,6 +1,7 @@
--- ## 0.1.17
category: feature
--- ### New Features
* The models-as-data format for sources now supports access paths of the form * The models-as-data format for sources now supports access paths of the form
`Argument[i].Parameter[j]`. This denotes that the source passes tainted data to `Argument[i].Parameter[j]`. This denotes that the source passes tainted data to
the `j`th parameter of its `i`th argument (which must be a function or a the `j`th parameter of its `i`th argument (which must be a function or a

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 0.1.16 lastReleaseVersion: 0.1.17

View File

@@ -1,5 +1,5 @@
name: codeql/rust-all name: codeql/rust-all
version: 0.1.17-dev version: 0.1.17
groups: rust groups: rust
extractor: rust extractor: rust
dbscheme: rust.dbscheme dbscheme: rust.dbscheme

View File

@@ -1,3 +1,9 @@
## 0.1.17
### New Queries
* Added a new query, `rust/non-https-url`, for detecting the use of non-HTTPS URLs that can be intercepted by third parties.
## 0.1.16 ## 0.1.16
### New Queries ### New Queries

View File

@@ -1,4 +0,0 @@
---
category: newQuery
---
* Added a new query, `rust/non-https-url`, for detecting the use of non-HTTPS URLs that can be intercepted by third parties.

View File

@@ -0,0 +1,5 @@
## 0.1.17
### New Queries
* Added a new query, `rust/non-https-url`, for detecting the use of non-HTTPS URLs that can be intercepted by third parties.

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 0.1.16 lastReleaseVersion: 0.1.17

View File

@@ -1,5 +1,5 @@
name: codeql/rust-queries name: codeql/rust-queries
version: 0.1.17-dev version: 0.1.17
groups: groups:
- rust - rust
- queries - queries

View File

@@ -1,3 +1,7 @@
## 0.0.6
No user-facing changes.
## 0.0.5 ## 0.0.5
No user-facing changes. No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 0.0.6
No user-facing changes.

View File

@@ -1,2 +1,2 @@
--- ---
lastReleaseVersion: 0.0.5 lastReleaseVersion: 0.0.6

View File

@@ -1,5 +1,5 @@
name: codeql/concepts name: codeql/concepts
version: 0.0.6-dev version: 0.0.6
groups: shared groups: shared
library: true library: true
dependencies: dependencies:

View File

@@ -1,3 +1,7 @@
## 2.0.16
No user-facing changes.
## 2.0.15 ## 2.0.15
No user-facing changes. No user-facing changes.

Some files were not shown because too many files have changed in this diff Show More