Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ip.cidrSubnet('efef::efef::/64').contains('::1') returns true #110

Open
mkg20001 opened this issue May 5, 2021 · 0 comments
Open

ip.cidrSubnet('efef::efef::/64').contains('::1') returns true #110

mkg20001 opened this issue May 5, 2021 · 0 comments

Comments

@mkg20001
Copy link

mkg20001 commented May 5, 2021

This shouldn't be right I think

Additionally since the address has two :: I think it's invalid, too

Test in REPL:

const ip=require('ip')
ip.cidrSubnet('efef::efef::/64').contains('::1')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant