From 3b7b908fe2db815796ae8be9075bf9359277de11 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 30 Jul 2025 12:01:20 -0600 Subject: [PATCH] doc/upgrade: mention that lua rules are enabled by default --- doc/userguide/upgrade.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.2