]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
Revert "test/from_base64: from_base64 transform test"
authorJason Ish <jason.ish@oisf.net>
Fri, 29 Apr 2022 18:29:44 +0000 (12:29 -0600)
committerJason Ish <jason.ish@oisf.net>
Fri, 29 Apr 2022 18:29:44 +0000 (12:29 -0600)
This reverts commit 7c1ff6dcca1c313eac2cae2b1feeb3ae40e53fec.

tests/detect-from_base64-01/README.md [deleted file]
tests/detect-from_base64-01/input.pcap [deleted file]
tests/detect-from_base64-01/test.rules [deleted file]
tests/detect-from_base64-01/test.yaml [deleted file]

diff --git a/tests/detect-from_base64-01/README.md b/tests/detect-from_base64-01/README.md
deleted file mode 100644 (file)
index ebf338a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Test from_base64 transform
diff --git a/tests/detect-from_base64-01/input.pcap b/tests/detect-from_base64-01/input.pcap
deleted file mode 100644 (file)
index 96af08e..0000000
Binary files a/tests/detect-from_base64-01/input.pcap and /dev/null differ
diff --git a/tests/detect-from_base64-01/test.rules b/tests/detect-from_base64-01/test.rules
deleted file mode 100644 (file)
index dbcbe18..0000000
+++ /dev/null
@@ -1 +0,0 @@
-alert http any any -> any any (msg:"from_base64 transform"; flow:established,from_server; http.response_body; from_base64; content: "This is Suricata"; sid: 1;)
diff --git a/tests/detect-from_base64-01/test.yaml b/tests/detect-from_base64-01/test.yaml
deleted file mode 100644 (file)
index 57c5e08..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-args:
-  - -k none
-
-requires:
-  files:
-    - src/detect-transform-base64.c
-
-checks:
-  - filter:
-      count: 1
-      match:
-        event_type: alert
-        alert.signature_id: 1