diff --git a/CHANGES b/CHANGES index 4c60afb8..59808ef8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ v3.x.y - YYYY-MMM-DD (to be released) ------------------------------------- + - Fix: audit log may omit tags when multiMatch + [Issue #2866 - @mlevogiannis] - Exclude CRLF from MULTIPART_PART_HEADER value [Issue #2870 - @airween, @martinhsv] - Configure: use AS_ECHO_N instead echo -n @@ -11,7 +13,6 @@ v3.x.y - YYYY-MMM-DD (to be released) [Issue #2846 - @tomsommer] - v3.0.9 - 2023-Apr-12 -------------------- diff --git a/test/cppcheck_suppressions.txt b/test/cppcheck_suppressions.txt index cee8a186..733d3e1d 100644 --- a/test/cppcheck_suppressions.txt +++ b/test/cppcheck_suppressions.txt @@ -55,7 +55,7 @@ knownConditionTrueFalse:src/operators/validate_url_encoding.cc:77 knownConditionTrueFalse:src/operators/verify_svnr.cc:87 rethrowNoCurrentException:headers/modsecurity/transaction.h:309 rethrowNoCurrentException:src/rule_with_actions.cc:127 -ctunullpointer:src/rule_with_actions.cc:241 +ctunullpointer:src/rule_with_actions.cc:244 ctunullpointer:src/rule_with_operator.cc:135 ctunullpointer:src/rule_with_operator.cc:95 passedByValue:src/variables/global.h:109