commons-ip-math icon indicating copy to clipboard operation
commons-ip-math copied to clipboard

Results 13 commons-ip-math issues
Sort by recently updated
recently updated
newest added

When a range is created that includes 255.255.255.255 as last IP, `RangeIterator` behaves incorrectly because it calls `Rangeable#next` without checking that it doesn't overflow. Steps to reproduce: ```java import java.util.Iterator;...

Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...

Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...

In practice, we have had to render a collection of different ip numbers (asn, ipv4, ipv6) as strings. The current string representation is in the format `startIp - endIp` and...

Hi, thanks for this library! I'm using it in Kotlin. My main problem with this library is that the IPv4 and IPv6 parts are entirely separated, from an API point...

question
wontfix

As mentioned in #9, extending the library in order to support conversions of an IPv4 address to an IPv4-Mapped IPv6 address and vice-versa could be useful in the case where...

enhancement

This came about due to a need for a fully JPMS compliant library, i.e. the addition of a `module-info.java`. This is supported by Java 9 and later, but to be...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of...

Additional constructor and builder overloads are added to allow the API to accept instances of `Inet4Address` and `Inet6Address`, as well as byte arrays that represent IP addresses. Fixes #31