From: Philippe Antoine Date: Thu, 6 Nov 2025 20:04:51 +0000 (+0100) Subject: fuzz: increase some config values X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14286%2Fhead;p=thirdparty%2Fsuricata.git fuzz: increase some config values To get better coverage and bug findings Ticket: 8068 --- diff --git a/src/tests/fuzz/confyaml.c b/src/tests/fuzz/confyaml.c index 551f7e549e..a34c9632ef 100644 --- a/src/tests/fuzz/confyaml.c +++ b/src/tests/fuzz/confyaml.c @@ -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\