You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
The current is_ip and is_ip_v6 functions do not validate an ipv4 mapped ipv6 address.
For instance, is_ip("7::128.128.0.127") returns False while it should return True.