We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96efc36 commit 064a656Copy full SHA for 064a656
1 file changed
backend/utils/ssrf.py
@@ -54,6 +54,7 @@ def is_forbidden_ip(ip: ipaddress.IPv4Address | ipaddress.IPv6Address) -> bool:
54
or ip.is_reserved
55
or ip.is_multicast
56
or ip.is_unspecified
57
+ or not ip.is_global
58
)
59
60
0 commit comments