]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
upgrade: list inspection recursion default limit
authorJuliana Fajardini <jufajardini@oisf.net>
Mon, 17 Mar 2025 15:54:49 +0000 (08:54 -0700)
committerVictor Julien <vjulien@oisf.net>
Tue, 18 Mar 2025 10:49:07 +0000 (11:49 +0100)
As the yaml indicated before that if no value was specified there were
no limits, and now there will be one.

doc/userguide/upgrade.rst

index 6f44053c6005495aaf5fd3fddf50cf73aa19ee85..c031c2634fda444982ceef5c94d446f23005e93d 100644 (file)
@@ -113,6 +113,8 @@ Major changes
   been increased, but should not be an issue in most cases.
 - Datasets now have a default max limit for hashsize of 65536. This is
   configurable via the ``datasets.limits`` options.
+- For detect inspection recursion limits, if no value is provided, the default is
+  now set to 3000.
 
 Removals
 ~~~~~~~~