commit ebda691dc75eea9171dad03c4a874ace0469924e Author: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed Aug 16 21:27:05 2023 -0400 Fix TVD_IP_HEX example diff --git a/rulesrc/sandbox/felicity/70_other.cf b/rulesrc/sandbox/felicity/70_other.cf index 9076247..1b1c30b 100644 --- a/rulesrc/sandbox/felicity/70_other.cf +++ b/rulesrc/sandbox/felicity/70_other.cf @@ -331,7 +331,7 @@ endif # # http://0x7f000001/ uri TVD_IP_SING_HEX m@^https?://0x[0-9a-f]+(?:[:/]|$)@i -# http://0x7f.0.0.1/ +# http://127.0.0.0xef/ uri TVD_IP_HEX m@^https?://(?:\d+\.){0,3}0x[0-9a-f]{2}@i # http://0177.0.0.1/ uri TVD_IP_OCT m@^https?://(?:(?:0x[0-9a-f]+|\d+)\.){0,3}0+(?:[1-3][0-7]{0,2}|[4-7][0-7]?)(?:\.(?:0x[0-9a-f]+|\d+)){0,3}(?:[:/]|$)@i