mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
60 lines
1.1 KiB
Plaintext
60 lines
1.1 KiB
Plaintext
normalCheckLevelMaxBranches:*
|
|
|
|
//
|
|
// Ignore libinjection related stuff.
|
|
//
|
|
*:others/libinjection/src/*
|
|
|
|
//
|
|
// Lets ignore mbedtls.
|
|
//
|
|
*:others/mbedtls/*
|
|
|
|
|
|
//
|
|
// Code imported from ModSecurity v2...
|
|
//
|
|
shiftNegative:src/utils/msc_tree.cc
|
|
*:src/utils/acmp.cc
|
|
*:src/utils/msc_tree.cc
|
|
|
|
|
|
//
|
|
// ModSecurity v3 code...
|
|
//
|
|
variableScope:src/operators/rx.cc
|
|
variableScope:src/operators/rx_global.cc
|
|
|
|
noExplicitConstructor:seclang-parser.hh
|
|
constParameter:seclang-parser.hh
|
|
accessMoved:seclang-parser.hh
|
|
returnTempReference:seclang-parser.hh
|
|
|
|
unreadVariable:src/operators/rx.cc
|
|
unreadVariable:src/operators/rx_global.cc
|
|
|
|
noExplicitConstructor:src/collection/backend/collection_data.h
|
|
stlIfStrFind:src/collection/backend/collection_data.cc
|
|
|
|
unusedFunction
|
|
missingIncludeSystem
|
|
useStlAlgorithm
|
|
preprocessorErrorDirective
|
|
funcArgNamesDifferent
|
|
missingInclude
|
|
|
|
purgedConfiguration
|
|
|
|
nullPointerRedundantCheck
|
|
knownConditionTrueFalse
|
|
cstyleCast
|
|
functionStatic
|
|
shadowFunction
|
|
|
|
stlcstrConstructor
|
|
stlcstrStream
|
|
uselessCallsSubstr
|
|
|
|
// Examples
|
|
memleak:examples/using_bodies_in_chunks/simple_request.cc
|