]> git.ipfire.org Git - thirdparty/suricata.git/commit
engine/analyzer: write rule failure report to correct file 13701/head
authorShivani Bhardwaj <shivani@oisf.net>
Thu, 17 Jul 2025 06:33:17 +0000 (12:03 +0530)
committerShivani Bhardwaj <shivani@oisf.net>
Thu, 7 Aug 2025 11:43:27 +0000 (17:13 +0530)
commit917c6f3da78fcd5a1c307c9add2e9d2419d485c9
treed8e4655edf36effbf2d6c52588d878aa5ebe4f2c
parenteb39dba5ddb9f8c9163f774df0643275f994e6c3
engine/analyzer: write rule failure report to correct file

The failure report was always just written to rules_fast_pattern.txt. In
case that setting is disabled or there's nothing fast-pattern related,
the report should be written to the usual rules_analysis.txt.

Bug 7821
src/detect-engine-analyzer.c