mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Cosmetics: assorted fixes on the coding style
This commit is contained in:
committed by
Felipe Zimmerle
parent
a88dc8efa9
commit
c1f11ab4e5
@@ -5,7 +5,9 @@
|
||||
./src/collection/backend/in_memory-per_process.h:61
|
||||
./src/config.h:0
|
||||
./src/parser/driver.h:39
|
||||
./src/seclang-parser.cc
|
||||
./src/parser/seclang-parser.cc
|
||||
./src/seclang-scanner.cc
|
||||
./src/parser/seclang-scanner.cc
|
||||
./src/request_body_processor/multipart.h:36
|
||||
./src/utils/acmp.cc
|
||||
@@ -18,4 +20,5 @@
|
||||
./test/benchmark/owasp-modsecurity-crs/
|
||||
./test/fuzzer
|
||||
./test/libfuzzer
|
||||
./src/parser/seclang-parser.tab.cc
|
||||
Total errors found
|
||||
|
@@ -46,8 +46,8 @@ template <class T> class ModSecurityTest :
|
||||
bool verbose = false;
|
||||
bool color = false;
|
||||
int m_test_number;
|
||||
bool m_count_all;
|
||||
bool m_automake_output;
|
||||
bool m_count_all;
|
||||
};
|
||||
|
||||
} // namespace modsecurity_test
|
||||
|
@@ -39,4 +39,8 @@ unreadVariable:test/regression/regression.cc:380
|
||||
shiftNegative:src/utils/msc_tree.cc
|
||||
nullPointerRedundantCheck:src/utils/msc_tree.cc:654
|
||||
*:test/benchmark/owasp-v3/util/av-scanning/runAV/common.c
|
||||
*:seclang-parser.tab.hh
|
||||
*:seclang-scanner.ll
|
||||
*:seclang-scanner.cc
|
||||
|
||||
functionStatic:*
|
||||
|
Reference in New Issue
Block a user