fix(security): block IPv6 unspecified SSRF targets

This commit is contained in:
Xubin Ren
2026-07-27 10:06:19 +08:00
parent 4408cde019
commit cc3dbbe804
3 changed files with 9 additions and 2 deletions
+1
View File
@@ -148,6 +148,7 @@ def test_blocks_sampled_addresses_from_internal_networks():
"169.254.0.0/16",
"172.16.0.0/12",
"192.168.0.0/16",
"::/128",
"::1/128",
"fc00::/7",
"fe80::/10",