ronin-rb / ronin-support

A support library for Ronin. Like activesupport, but for hacking!
https://ronin-rb.dev
GNU Lesser General Public License v3.0
25 stars 9 forks source link

Change `IPRange#initialize` to raise an `ArgumentError` if given an invalid IP range #475

Closed postmodern closed 4 months ago

postmodern commented 4 months ago

IPRange#initialize should raise an ArgumentError if given an invalid IP range, that is neither a CIDR range or a IP-glob range.

postmodern commented 4 months ago

Implemented in 602d869.