From: Jason Ish Date: Wed, 30 Jul 2025 18:01:20 +0000 (-0600) Subject: doc/upgrade: mention that lua rules are enabled by default X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b7b908fe2db815796ae8be9075bf9359277de11;p=thirdparty%2Fsuricata.git doc/upgrade: mention that lua rules are enabled by default --- diff --git a/doc/userguide/upgrade.rst b/doc/userguide/upgrade.rst index c6697a7576..b19fc07296 100644 --- a/doc/userguide/upgrade.rst +++ b/doc/userguide/upgrade.rst @@ -92,7 +92,8 @@ Major changes E.g., ``ipv4-csum: valid`` will only match if the check sum is valid, even when engine checksum validations are disabled. - Lua detection scripts (rules) now run in a sandboxed - environment. See :ref:`lua-detection`. + environment. See :ref:`lua-detection`. Lua rules are now also + enabled by default. - Lua output scripts have no default module search path, a search path will need to be set before external modules can be loaded. See the new default configuration file or :ref:`lua-output-yaml` for more