Skip to content

bug in ipdo's ipInRange is wrong for IPv6 #4

Description

@7c

ipInRange("2606:4700:4700: :/48", "2606:4700:4700: : 1111") → true • correct
ipInRange("2606:4700: :/32" "2606:4700:4700:: 1111") → false × WRONG (addr is in range)
ipInRange("2000::/3" "2606:4700:4700: :1111") → false × WRONG (addr is in range)

hope this makes sense

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions