Skip to content

Commit d16c325

Browse files
committed
Add a few cppcheck suppressions
1 parent d8afc40 commit d16c325

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/cppcheck_suppressions.txt

+7
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,14 @@ duplicateBranch:src/request_body_processor/multipart.cc:93
5454
danglingTempReference:src/modsecurity.cc:206
5555
knownConditionTrueFalse:src/operators/validate_url_encoding.cc:77
5656
knownConditionTrueFalse:src/operators/verify_svnr.cc:87
57+
rethrowNoCurrentException:headers/modsecurity/transaction.h:306
58+
rethrowNoCurrentException:src/rule_with_actions.cc:123
59+
constVariable:src/utils/base64.cc:122
5760

5861
noExplicitConstructor:seclang-parser.hh
5962
constParameter:seclang-parser.hh
63+
accessMoved:seclang-parser.hh
64+
returnTempReference:seclang-parser.hh
6065

6166
unusedFunction
6267
missingIncludeSystem
@@ -68,6 +73,8 @@ missingInclude
6873

6974
purgedConfiguration
7075

76+
constParameter
77+
7178

7279
// Examples
7380
memleak:examples/reading_logs_via_rule_message/reading_logs_via_rule_message.h:147

0 commit comments

Comments
 (0)