-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Labels
bugIssue: Works not as designedIssue: Works not as designedmaintenancePR: Alters existing source codePR: Alters existing source codeoutdatedIssue/PR: Open for more than 3 monthsIssue/PR: Open for more than 3 months
Description
Hello,
The ipv6 validator returns false positive for incorrect number of octets in the ipv6 address. The following are invalid ipv6 while the function returns True:
00:00:00:00:00
1111:2222:3333:4444:5555:6666:7777
1111:2222:3333:4444:1.2.3.4
(this should have contained compressed octet to return a True)
Metadata
Metadata
Assignees
Labels
bugIssue: Works not as designedIssue: Works not as designedmaintenancePR: Alters existing source codePR: Alters existing source codeoutdatedIssue/PR: Open for more than 3 monthsIssue/PR: Open for more than 3 months