]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: add note about datasets string memcaps
authorShivani Bhardwaj <shivani@oisf.net>
Thu, 9 May 2024 15:51:25 +0000 (21:21 +0530)
committerVictor Julien <victor@inliniac.net>
Thu, 4 Jul 2024 04:37:22 +0000 (06:37 +0200)
Bug 3910

doc/userguide/upgrade.rst

index bafecb804cca474a519a2efe82ef74980ebe2c88..69134c331c7995d60ae46e48da745c9717169060 100644 (file)
@@ -62,6 +62,9 @@ Major changes
   reassembly earlier.
 - New transform ``from_base64`` that base64 decodes a buffer and passes the
   decoded buffer. It's recommended that ``from_base64`` be used instead of ``base64_decode``
+- Datasets of type String now include the length of the strings to determine if the memcap value is reached.
+  This may lead to memcaps being hit for older setups that didn't take that into account.
+  For more details, check https://redmine.openinfosecfoundation.org/issues/3910
 
 Upgrading 6.0 to 7.0
 --------------------