mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
cppcheck: Adds rules_set_properties.cc supressions
This commit is contained in:
parent
6a742cdf76
commit
014adabda4
@ -25,8 +25,8 @@
|
||||
shiftNegative:src/utils/msc_tree.cc
|
||||
*:src/utils/acmp.cc
|
||||
*:src/utils/msc_tree.cc
|
||||
invalidScanfArgType_int:src/rules_properties.cc:102
|
||||
invalidScanfArgType_int:src/rules_properties.cc:103
|
||||
invalidScanfArgType_int:src/rules_set_properties.cc:101
|
||||
invalidScanfArgType_int:src/rules_set_properties.cc:102
|
||||
|
||||
|
||||
//
|
||||
@ -52,6 +52,7 @@ syntaxError:src/transaction.cc:62
|
||||
noConstructor:src/variables/variable.h:152
|
||||
duplicateBranch:src/request_body_processor/multipart.cc:93
|
||||
|
||||
noExplicitConstructor:seclang-parser.hh
|
||||
|
||||
|
||||
unusedFunction
|
||||
|
Loading…
x
Reference in New Issue
Block a user