Release preparation for version 2.24.2

This commit is contained in:
github-actions[bot]
2026-02-16 13:29:25 +00:00
parent 7742a5667f
commit ef04f927fb
174 changed files with 441 additions and 142 deletions

View File

@@ -1,5 +0,0 @@
---
category: minorAnalysis
---
* Added request forgery sink models for the Azure SDK.
* Made it so that models-as-data sinks with the kind `request-forgery` contribute to the class `Http::Client::Request` which represents HTTP client requests.

View File

@@ -1,5 +0,0 @@
---
category: fix
---
- Using `=` as a fill character in a format specifier (e.g `f"{x:=^20}"`) now no longer results in a syntax error during parsing.

View File

@@ -0,0 +1,10 @@
## 6.1.1
### Minor Analysis Improvements
* Added request forgery sink models for the Azure SDK.
* Made it so that models-as-data sinks with the kind `request-forgery` contribute to the class `Http::Client::Request` which represents HTTP client requests.
### Bug Fixes
- Using `=` as a fill character in a format specifier (e.g `f"{x:=^20}"`) now no longer results in a syntax error during parsing.