Release preparation for version 2.21.4

This commit is contained in:
github-actions[bot]
2025-05-27 17:22:05 +00:00
parent 5df50c0b14
commit bfb91e95e3
174 changed files with 483 additions and 190 deletions

View File

@@ -1,3 +1,15 @@
## 4.1.7
### Minor Analysis Improvements
* Captured variables are currently considered live when the capturing function exits normally. Now they are also considered live when the capturing function exits via an exception.
### Bug Fixes
### Bug Fixes
* The Ruby printAst.qll library now orders AST nodes slightly differently: child nodes that do not literally appear in the source code, but whose parent nodes do, are assigned a deterministic order based on a combination of source location and logical order within the parent. This fixes the non-deterministic ordering that sometimes occurred depending on evaluation order. The effect may also be visible in downstream uses of the printAst library, such as the AST view in the VSCode extension.
## 4.1.6
No user-facing changes.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Captured variables are currently considered live when the capturing function exits normally. Now they are also considered live when the capturing function exits via an exception.

View File

@@ -1,6 +1,11 @@
---
category: fix
---
## 4.1.7
### Minor Analysis Improvements
* Captured variables are currently considered live when the capturing function exits normally. Now they are also considered live when the capturing function exits via an exception.
### Bug Fixes
### Bug Fixes
* The Ruby printAst.qll library now orders AST nodes slightly differently: child nodes that do not literally appear in the source code, but whose parent nodes do, are assigned a deterministic order based on a combination of source location and logical order within the parent. This fixes the non-deterministic ordering that sometimes occurred depending on evaluation order. The effect may also be visible in downstream uses of the printAst library, such as the AST view in the VSCode extension.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 4.1.6
lastReleaseVersion: 4.1.7

View File

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

View File

@@ -1,3 +1,9 @@
## 1.3.1
### Minor Analysis Improvements
* The query `rb/hardcoded-credentials` has been removed from all query suites.
## 1.3.0
### Query Metadata Changes

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 1.3.1
### Minor Analysis Improvements
* The query `rb/hardcoded-credentials` has been removed from all query suites.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.3.0
lastReleaseVersion: 1.3.1

View File

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