]> 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:51:24 +0000 (11:51 +0100)
As the yaml indicated before that if no value was specified there were
no limits, and now there will be one.

(cherry picked from commit 3985b24e1b985653e9abd6367bdf621616abc85f)

doc/userguide/upgrade.rst

index ebd9dc3374cb1c2ba36709fccaafc68e50372aee..26df95ddf3fea0fc2d245fc7e15e9ea0bd4dc2ce 100644 (file)
@@ -59,6 +59,8 @@ Upgrading to 7.0.9
         #single-hashsize: 262144
         # Max combined hashsize values for all datasets.
         #total-hashsizes: 67108864
+- For detect inspection recursion limits, if no value is provided, the default is
+  3000 now.
 
 Upgrading to 7.0.8
 ------------------