]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
fuzz: increase some config values main 14286/head
authorPhilippe Antoine <pantoine@oisf.net>
Thu, 6 Nov 2025 20:04:51 +0000 (21:04 +0100)
committerVictor Julien <vjulien@oisf.net>
Fri, 7 Nov 2025 00:42:36 +0000 (00:42 +0000)
To get better coverage and bug findings

Ticket: 8068

src/tests/fuzz/confyaml.c

index 551f7e549e09d833091108f8b0378d75f45312bb..a34c9632efad21c8ea0fa62b563566da98f393b9 100644 (file)
@@ -9,6 +9,8 @@ stream:\n\
 \n\
   checksum-validation: no\n\
   midstream: true\n\
+  reassembly:\n\
+    depth: 16 MiB\n\
 outputs:\n\
   - fast:\n\
       enabled: yes\n\
@@ -82,6 +84,16 @@ outputs:\n\
       force-filestore: yes\n\
 app-layer:\n\
   protocols:\n\
+    http:\n\
+      enabled: yes\n\
+      libhtp:\n\
+         default-config:\n\
+           response-body-limit: 4 MiB\n\
+           swf-decompression:\n\
+             enabled: yes\n\
+             type: both\n\
+             compress-depth: 2 MiB\n\
+             decompress-depth: 2 MiB\n\
     rdp:\n\
       enabled: yes\n\
     template:\n\