mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-22 12:26:37 +00:00
fix(s3select): reject truncated object streams (#5027)
* fix(s3select): reject truncated object streams * fix(s3select): validate raw stream before conversion
This commit is contained in:
Generated
+2
-1
@@ -9828,12 +9828,13 @@ dependencies = [
|
||||
"http 1.4.2",
|
||||
"metrics",
|
||||
"parking_lot",
|
||||
"pin-project-lite",
|
||||
"rustfs-common",
|
||||
"rustfs-ecstore",
|
||||
"rustfs-storage-api",
|
||||
"rustfs-test-utils",
|
||||
"s3s",
|
||||
"serde_json",
|
||||
"tempfile",
|
||||
"thiserror 2.0.18",
|
||||
"tokio",
|
||||
"tokio-util",
|
||||
|
||||
Reference in New Issue
Block a user