PaddeK / node-maxmind-db

This is the pure Node API for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).
GNU Lesser General Public License v2.1
88 stars 25 forks source link

Fixed 'invalidIPv6' regex #18

Closed basdag closed 9 years ago

basdag commented 9 years ago

Sensiblity : Medium

Size : Small

Assigners : @EaterOfCode

What's it do? :

Fixed the IPParser 'invalidIPv6' regex to allow also uppercase. This fix is base on:

https://tools.ietf.org/html/rfc5952#section-2.3

Where to start reviewing it? : lib/IPParser.js

the-eater commented 9 years ago

This issue is already being covered by #17, thanks for the effort anyway!

I hope you don't mind to wait a few days till his merge is done and deployed?