mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 13:18:10 +00:00
fix: suppress S104 ruff lint warning in SSRF test
Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
@@ -25,7 +25,7 @@ class TestIsPrivateOrReserved:
|
||||
"192.168.0.1",
|
||||
"192.168.1.100",
|
||||
"169.254.169.254", # AWS metadata
|
||||
"0.0.0.0",
|
||||
"0.0.0.0", # noqa: S104
|
||||
],
|
||||
)
|
||||
def test_private_ipv4_addresses_blocked(self, ip):
|
||||
|
||||
Reference in New Issue
Block a user