CyberChef/tests
gchqdev364 d751117219
Merge pull request #2041 from gchq/octal-ip-addresses
Addresses bug report #2008
Added explicit support for octal IP addresses.
Changed approach to IPv4 regex to be string manipulation generated.
Added some unit tests for IP address parsing - probably not full coverage.
Added lookahead and lookbehind tricks to resolve warned issue that 1.2.3.256 would still be extracted as 1.2.3.25. Now only accepts valid IP addresses. Warning replaced with clause about infinite length dotted decimal forms.
2025-05-12 15:51:03 +01:00
..
browser Browser test changed to adapt to new CRC operation 2025-03-03 09:19:01 +01:00
lib Fixed operational tests and updated some dependencies 2023-02-27 17:55:52 +00:00
node The CRC Operation is implemented natively with all currently known CRC's. Old Operations (CRC8, CRC16 and CRC32) and their dependencies are removed 2025-03-02 01:51:09 +01:00
operations Merge pull request #2041 from gchq/octal-ip-addresses 2025-05-12 15:51:03 +01:00
samples Fixed Optical Character Recognition and added tests 2024-06-21 14:12:28 +01:00