ip.isPrivate not contain all private ips
Open
- Dominant language
- JavaScript
- Stars
- 1.5k
- Forks
- 228
- PR merge metrics
- No merged PRs in 30d
Description
I encountered a private ip prefix with 100.64, and i found some ip address region not include in your code: https://en.wikipedia.org/wiki/Reserved_IP_addresses
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the implementation of ip.isPrivate and compare its recognized ranges with the reserved-address list linked in the issue. Check the 100.64 range first, then verify the other missing regions mentioned by the reference; done means isPrivate recognizes the intended private or reserved addresses. No test file is named, so inspect existing tests before adding coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100