mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-02 10:18:10 +00:00
fix(security): add shared outbound egress guard (#3567)
* fix(security): block unsafe outbound webhook targets * chore: keep issue-3557 plan local only
This commit is contained in:
@@ -16,6 +16,7 @@ rustfs-config = { workspace = true, features = ["notify", "constants", "audit",
|
||||
rustfs-extension-schema = { workspace = true }
|
||||
rustfs-tls-runtime = { workspace = true }
|
||||
rustfs-s3-types = { workspace = true }
|
||||
rustfs-utils = { workspace = true, features = ["egress"] }
|
||||
async-trait = { workspace = true }
|
||||
async-nats = { workspace = true }
|
||||
deadpool-postgres = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user