mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Add exclusions due to newer cppcheck version
This commit is contained in:
parent
5106307cc6
commit
6bd1c7764e
@ -56,6 +56,19 @@ knownConditionTrueFalse:src/operators/validate_url_encoding.cc:77
|
|||||||
knownConditionTrueFalse:src/operators/verify_svnr.cc:87
|
knownConditionTrueFalse:src/operators/verify_svnr.cc:87
|
||||||
rethrowNoCurrentException:headers/modsecurity/transaction.h:307
|
rethrowNoCurrentException:headers/modsecurity/transaction.h:307
|
||||||
rethrowNoCurrentException:src/rule_with_actions.cc:123
|
rethrowNoCurrentException:src/rule_with_actions.cc:123
|
||||||
|
ctunullpointer:src/rule_with_actions.cc:237
|
||||||
|
ctunullpointer:src/rule_with_operator.cc:135
|
||||||
|
ctunullpointer:src/rule_with_operator.cc:95
|
||||||
|
passedByValue:src/variables/global.h:109
|
||||||
|
passedByValue:src/variables/global.h:110
|
||||||
|
passedByValue:src/variables/tx.h:102
|
||||||
|
passedByValue:src/operators/operator.cc:141
|
||||||
|
passedByValue:src/parser/driver.cc:45
|
||||||
|
passedByValue:src/transaction.cc:281
|
||||||
|
passedByValue:src/utils/system.cc:154
|
||||||
|
passedByValue:src/utils/system.cc:166
|
||||||
|
passedByValue:test/common/modsecurity_test.cc:49
|
||||||
|
passedByValue:test/common/modsecurity_test.cc:98
|
||||||
|
|
||||||
noExplicitConstructor:seclang-parser.hh
|
noExplicitConstructor:seclang-parser.hh
|
||||||
constParameter:seclang-parser.hh
|
constParameter:seclang-parser.hh
|
||||||
@ -74,6 +87,9 @@ purgedConfiguration
|
|||||||
|
|
||||||
constParameter
|
constParameter
|
||||||
|
|
||||||
|
nullPointerRedundantCheck
|
||||||
|
knownConditionTrueFalse
|
||||||
|
|
||||||
|
|
||||||
// Examples
|
// Examples
|
||||||
memleak:examples/reading_logs_via_rule_message/reading_logs_via_rule_message.h:147
|
memleak:examples/reading_logs_via_rule_message/reading_logs_via_rule_message.h:147
|
||||||
|
Loading…
x
Reference in New Issue
Block a user