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.
The text was updated successfully, but these errors were encountered:
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")
returnsFalse
while it should returnTrue
.The text was updated successfully, but these errors were encountered: