Skip to content

Commit 808148c

Browse files
committed
CHANGES entry and cppcheck suppression adjustment for prev PR
1 parent 5b709d9 commit 808148c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
v3.x.y - YYYY-MMM-DD (to be released)
22
-------------------------------------
33

4+
- Fix: audit log may omit tags when multiMatch
5+
[Issue #2866 - @mlevogiannis]
46
- Exclude CRLF from MULTIPART_PART_HEADER value
57
[Issue #2870 - @airween, @martinhsv]
68
- Configure: use AS_ECHO_N instead echo -n
@@ -11,7 +13,6 @@ v3.x.y - YYYY-MMM-DD (to be released)
1113
[Issue #2846 - @tomsommer]
1214

1315

14-
1516
v3.0.9 - 2023-Apr-12
1617
--------------------
1718

test/cppcheck_suppressions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ knownConditionTrueFalse:src/operators/validate_url_encoding.cc:77
5555
knownConditionTrueFalse:src/operators/verify_svnr.cc:87
5656
rethrowNoCurrentException:headers/modsecurity/transaction.h:309
5757
rethrowNoCurrentException:src/rule_with_actions.cc:127
58-
ctunullpointer:src/rule_with_actions.cc:241
58+
ctunullpointer:src/rule_with_actions.cc:244
5959
ctunullpointer:src/rule_with_operator.cc:135
6060
ctunullpointer:src/rule_with_operator.cc:95
6161
passedByValue:src/variables/global.h:109

0 commit comments

Comments
 (0)