]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
http2: do not test HTTP2_DECOMPRESSION feature
authorPhilippe Antoine <pantoine@oisf.net>
Thu, 18 Sep 2025 08:32:06 +0000 (10:32 +0200)
committerVictor Julien <victor@inliniac.net>
Sat, 18 Oct 2025 16:36:50 +0000 (18:36 +0200)
As it is always present since 7

README.md
tests/http2-bugfixes/test.yaml
tests/http2-deflate/test.yaml

index 74a5d6e25eaf019c60cf25803e52d205b467ba49..2764e4c0bec800bb7541e0da0870a58ef1e1d730 100644 (file)
--- a/README.md
+++ b/README.md
@@ -141,7 +141,7 @@ checks:
       # as the test level requires above.
       requires:
         features:
-          - HTTP2_DECOMPRESSION
+          - HAVE_JA4
 
       # The number of records this filter should match.
       count: 1
index b85d254a4139fc947c6f1f8f9ab19b204b331020..dcd8a3e2d6e3f6fa799a115eff0acc97653b8ad2 100644 (file)
@@ -11,16 +11,12 @@ checks:
         event_type: anomaly
 # check gzip decompresser
   - filter:
-      requires:
-        features: [HTTP2_DECOMPRESSION]
       count: 1
       match:
         event_type: fileinfo
         fileinfo.size: 639
 # check brotli decompresser
   - filter:
-      requires:
-        features: [HTTP2_DECOMPRESSION]
       count: 1
       match:
         event_type: fileinfo
index ea0ecd08079ae55336f419cdd5b33035b6e660a1..efded58ec8d3e9484b27857605b701abac6b90b5 100644 (file)
@@ -1,7 +1,3 @@
-requires:
-  features:
-    - HTTP2_DECOMPRESSION
-
 # disables checksum verification
 args:
   - -k none --set app-layer.protocols.http2.enabled=true