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
Per JSON Schema spec, only dotted-quad ips are allowed in ipv4 format.
The tests verified that hex format is not valid here, but they didn't
do the same for decimal format.
Added that missing test.
2130706433 == 0x7f000001 == 127.0.0.1
0 commit comments