mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Add a few cppcheck suppressions
This commit is contained in:
parent
d8afc4029b
commit
d16c3250a9
@ -54,9 +54,14 @@ duplicateBranch:src/request_body_processor/multipart.cc:93
|
||||
danglingTempReference:src/modsecurity.cc:206
|
||||
knownConditionTrueFalse:src/operators/validate_url_encoding.cc:77
|
||||
knownConditionTrueFalse:src/operators/verify_svnr.cc:87
|
||||
rethrowNoCurrentException:headers/modsecurity/transaction.h:306
|
||||
rethrowNoCurrentException:src/rule_with_actions.cc:123
|
||||
constVariable:src/utils/base64.cc:122
|
||||
|
||||
noExplicitConstructor:seclang-parser.hh
|
||||
constParameter:seclang-parser.hh
|
||||
accessMoved:seclang-parser.hh
|
||||
returnTempReference:seclang-parser.hh
|
||||
|
||||
unusedFunction
|
||||
missingIncludeSystem
|
||||
@ -68,6 +73,8 @@ missingInclude
|
||||
|
||||
purgedConfiguration
|
||||
|
||||
constParameter
|
||||
|
||||
|
||||
// Examples
|
||||
memleak:examples/reading_logs_via_rule_message/reading_logs_via_rule_message.h:147
|
||||
|
Loading…
x
Reference in New Issue
Block a user