]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
tests/transform: from_base64 test 1937/head suricata-6.0.20 suricata-7.0.6
authorJeff Lucovsky <jlucovsky@oisf.net>
Tue, 27 Feb 2024 14:02:35 +0000 (09:02 -0500)
committerVictor Julien <victor@inliniac.net>
Sat, 22 Jun 2024 13:54:36 +0000 (15:54 +0200)
commite49965fae0d955cb3bd5674c91166e86829d850a
treedd32686f0f6b0e6f83fce8f6ede51a6ec8ceeb5c
parent032fded85812d38ca809144e5129c311fe96e62d
tests/transform: from_base64 test

Issue: 6487

Test cases for the from_base64 transform
- Case 01 tests RFC4648 (default) with various offsets
- Case 02 tests RFC2045 and verifies success and failure case
  (with other modes)
- Case 03 -- case 01 with fast_pattern associated with the
  post transform content.
tests/from_base64-01/README.md [new file with mode: 0644]
tests/from_base64-01/test.rules [new file with mode: 0644]
tests/from_base64-01/test.yaml [new file with mode: 0644]
tests/from_base64-02/README.md [new file with mode: 0644]
tests/from_base64-02/input.pcap [new file with mode: 0644]
tests/from_base64-02/test.rules [new file with mode: 0644]
tests/from_base64-02/test.yaml [new file with mode: 0644]
tests/from_base64-03/README.md [new file with mode: 0644]
tests/from_base64-03/test.rules [new file with mode: 0644]
tests/from_base64-03/test.yaml [new file with mode: 0644]