-
Notifications
You must be signed in to change notification settings - Fork 222
CVE-2024-29415 - Added test cases for fixed related to "isPublic() function still identifying some private IP addresses as public" #157
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
base: main
Are you sure you want to change the base?
Conversation
Pull request from 'feature_main_A33J' to 'main'
Pull request from 'feature_main_5FYH' to 'main'
Why was this done as a separate PR and not part of #156? |
Would be helpful if you can check this PR. I am planning to delete the previous PR |
Are we going to merge this PR soon? |
just bumping the question... is this going to be merged? |
Is this going to be merged soon? Is it best to downgrade to v1 in the meantime? @chawladolly25 |
Can you merge PR pls? Any blockers? |
if (normalizedAddr === -1) { | ||
return false; | ||
} | ||
addr = ip.fromLong(normalizedAddr); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does it need to rewrite the addr
value after the check?
Added test cases for fixed related to "isPublic() function still identifying some private IP addresses as public"