]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: add upgrade note about change in inspection
authorShivani Bhardwaj <shivanib134@gmail.com>
Fri, 20 Jun 2025 11:00:44 +0000 (16:30 +0530)
committerVictor Julien <victor@inliniac.net>
Mon, 30 Jun 2025 18:44:59 +0000 (20:44 +0200)
doc/userguide/upgrade.rst

index 4c59d6bd6f33020f81fd6abeac14a6d1710738f2..c6697a7576c8223d38c779d28d6a102390003860 100644 (file)
@@ -171,6 +171,10 @@ Major changes
     -         cpu: [0, 1]
     +     worker-cpu-set:
     +       cpu: [0, 1]
+- All applayer protocols except FTP and HTTP now trigger inspection upon completion
+  of a request/response in the respective direction. This means that earlier a
+  content that matched just because it fell in the inspection chunk without wholly
+  belonging to any one request/response may not match any longer.
 
 Removals
 ~~~~~~~~