mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 21:26:28 +00:00
test(e2e): make security boundary tests assert real outcomes (#4466)
* test(e2e): make security boundary tests assert real outcomes * fix(e2e): use expect_err to satisfy clippy err_expect lint
This commit is contained in:
@@ -49,6 +49,10 @@ mod quota_test;
|
||||
#[cfg(test)]
|
||||
mod bucket_policy_check_test;
|
||||
|
||||
// Security boundary tests: DoS limits, SSRF prevention, concurrent-write integrity
|
||||
#[cfg(test)]
|
||||
mod security_boundary_test;
|
||||
|
||||
/// IAM / bucket / STS session policy with `s3:ExistingObjectTag` conditions (E2E).
|
||||
#[cfg(test)]
|
||||
mod existing_object_tag_policy_test;
|
||||
|
||||
Reference in New Issue
Block a user