]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
Adds check for http2 file brotli decompression
authorPhilippe Antoine <contact@catenacyber.fr>
Tue, 17 Nov 2020 14:34:21 +0000 (15:34 +0100)
committerVictor Julien <victor@inliniac.net>
Sat, 23 Jan 2021 17:35:47 +0000 (18:35 +0100)
tests/http2-bugfixes/test.yaml

index d6269d9cc0491e8073610632194b3476e68ca5bf..711a319428a94051465a93397b26e9b537216ae8 100644 (file)
@@ -14,8 +14,15 @@ checks:
       count: 0
       match:
         event_type: anomaly
+# check gzip decompresser
   - filter:
       count: 1
       match:
         event_type: fileinfo
         fileinfo.size: 639
+# check brotli decompresser
+  - filter:
+      count: 1
+      match:
+        event_type: fileinfo
+        fileinfo.size: 880