]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
userguide/upgrade: add note about alerts' increase
authorJuliana Fajardini <jufajardini@oisf.net>
Wed, 29 May 2024 17:26:54 +0000 (14:26 -0300)
committerVictor Julien <victor@inliniac.net>
Fri, 7 Jun 2024 11:54:23 +0000 (13:54 +0200)
With triggering stream reassembly early, since for certain types of
rules there may be more alerts triggered - even in IPS mode, make this
clear in the upgrading section.

Bug #7026

doc/userguide/upgrade.rst

index 4af0ad1c727fd2aeb1147f94e7fccbc4ca09477d..4de3971c94c3c18aa1945ac44efcf03e24aea034 100644 (file)
@@ -57,6 +57,9 @@ Major changes
   Instead, both the SDP parser and logger depend on being invoked by another parser (or logger).
 - ARP decoder and logger have been introduced.
   Since ARP can be quite verbose and produce many events, the logger is disabled by default.
+- It is possible to see an increase of alerts, for the same rule-sets, if you
+  use many stream/payload rules, due to Suricata triggering TCP stream
+  reassembly earlier.
 
 Upgrading 6.0 to 7.0
 --------------------