From: Juliana Fajardini Date: Mon, 17 Mar 2025 15:54:49 +0000 (-0700) Subject: upgrade: list inspection recursion default limit X-Git-Tag: suricata-8.0.0-beta1~260 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3985b24e1b985653e9abd6367bdf621616abc85f;p=thirdparty%2Fsuricata.git upgrade: list inspection recursion default limit As the yaml indicated before that if no value was specified there were no limits, and now there will be one. --- diff --git a/doc/userguide/upgrade.rst b/doc/userguide/upgrade.rst index 6f44053c60..c031c2634f 100644 --- a/doc/userguide/upgrade.rst +++ b/doc/userguide/upgrade.rst @@ -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 ~~~~~~~~