Skip to content

Commit deb5926

Browse files
catenacybervictorjulien
authored andcommitted
fuzz: increase some config values
To get better coverage and bug findings Ticket: 8068
1 parent a073905 commit deb5926

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/tests/fuzz/confyaml.c

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ stream:\n\
99
\n\
1010
checksum-validation: no\n\
1111
midstream: true\n\
12+
reassembly:\n\
13+
depth: 16 MiB\n\
1214
outputs:\n\
1315
- fast:\n\
1416
enabled: yes\n\
@@ -82,6 +84,16 @@ outputs:\n\
8284
force-filestore: yes\n\
8385
app-layer:\n\
8486
protocols:\n\
87+
http:\n\
88+
enabled: yes\n\
89+
libhtp:\n\
90+
default-config:\n\
91+
response-body-limit: 4 MiB\n\
92+
swf-decompression:\n\
93+
enabled: yes\n\
94+
type: both\n\
95+
compress-depth: 2 MiB\n\
96+
decompress-depth: 2 MiB\n\
8597
rdp:\n\
8698
enabled: yes\n\
8799
template:\n\

0 commit comments

Comments
 (0)