fix(security): block IPv6 transition ranges for webhooks

This commit is contained in:
naiba
2026-08-11 14:23:14 +00:00
parent 27e0a89aa8
commit d1fcde8e9e
2 changed files with 44 additions and 0 deletions
+2
View File
@@ -40,9 +40,11 @@ var blockedHTTPClientCIDRs = mustParseHTTPClientCIDRs([]string{
"::1/128",
"::ffff:0:0/96",
"64:ff9b::/96",
"64:ff9b:1::/48",
"100::/64",
"2001::/23",
"2001:db8::/32",
"2002::/16",
"fc00::/7",
"fe80::/10",
"ff00::/8",