]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc/upgrade: mention that lua rules are enabled by default
authorJason Ish <jason.ish@oisf.net>
Wed, 30 Jul 2025 18:01:20 +0000 (12:01 -0600)
committerJason Ish <jason.ish@oisf.net>
Fri, 1 Aug 2025 16:54:18 +0000 (10:54 -0600)
doc/userguide/upgrade.rst

index c6697a7576c8223d38c779d28d6a102390003860..b19fc07296888350e04107354164c6b653f40b46 100644 (file)
@@ -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