Mikk Margus Möll
Mikk Margus Möll
This appears to be more of an issue with how `net.IP` works, with how e.g `::ffff:255.255.255.255` gets `.String()`-ed as `255.255.255.255`. IPv4 addresses do not get parsed as IPv4-mapped IPv6 addresses,...
I noticed that this library has a good `Cover()` method for NSEC3 RRs, but not for NSEC. This PR adds a similar `Cover()` method for NSEC, plus a `DomainCompare` function...
I've noticed that occasionally, Cymru will respond to an IP-ASN lookup with multiple ASNs, which will cause `get_asn_verbose_dns` in `ipwhois/net.py` to fail, as it only expects a single ASN. An...
#### Tell us about the issue **Description:** While the documentation for the Event API seems to claim that `event.set(key, value)` returns the event, allowing for chainable calls like `event.set(key1, value1).set(key2,...
**Bug Report** When using mypyc, class attributes may not be instantiated in some cases where it is set to be a subclass of some other class. Observed with a class...
This PR: * adds support for the IPv6 variants of the telnet and Poodle feeds from Shadowserver * makes the `tag` attribute of some feeds to the `extra.tag` field of...
I discovered a slight issue with the Cymru whois expert bot with some strange AS names. For instance, AS266522. ``` $ dig +short TXT AS266522.asn.cymru.com "266522 | BR | lacnic...
Hi, since the readme said that feedback was an option, I'd like to ask this. Have you considered making a simple library out of xclib that other projects could use?...
This PR moves cidranger from using the IP address/prefix values from the `"net"` module in the Go standard libary to using the equivalents from the newer `"net/netip"` in the standard...
A nice addition to have would be to have a login page and redirects there when attempting to access content without being properly authenticated.