Release preparation for version 2.24.3

This commit is contained in:
github-actions[bot]
2026-03-02 13:23:40 +00:00
parent 600f585a31
commit 7795badd18
175 changed files with 448 additions and 151 deletions

View File

@@ -1,3 +1,9 @@
## 5.1.11
### Minor Analysis Improvements
* We now track taint flow through `Shellwords.escape` and `Shellwords.shellescape` for all queries except command injection, for which they are sanitizers.
## 5.1.10
No user-facing changes.

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 5.1.11
### Minor Analysis Improvements
* We now track taint flow through `Shellwords.escape` and `Shellwords.shellescape` for all queries except command injection, for which they are sanitizers.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 5.1.10
lastReleaseVersion: 5.1.11

View File

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

View File

@@ -1,3 +1,7 @@
## 1.5.8
No user-facing changes.
## 1.5.7
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.5.7
lastReleaseVersion: 1.5.8

View File

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