mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Coding style fixes
This commit is contained in:
@@ -29,4 +29,9 @@
|
||||
./test/benchmark/owasp-v3/util/av-scanning/runAV/common.h
|
||||
./src/audit_log/writer/parallel.cc:28
|
||||
./src/macro_expansion.c
|
||||
./src/utils/string.h
|
||||
./headers/modsecurity/rules_properties.h:369
|
||||
./headers/modsecurity/rules_properties.h:370
|
||||
./src/actions/transformations/url_decode_uni.cc
|
||||
./test/unit/unit.cc:47
|
||||
Total errors found
|
||||
|
@@ -27,7 +27,6 @@
|
||||
#include "src/actions/transformations/transformation.h"
|
||||
#include "modsecurity/transaction.h"
|
||||
#include "modsecurity/actions/action.h"
|
||||
#include "src/actions/transformations/transformation.h"
|
||||
|
||||
|
||||
#include "test/common/modsecurity_test.h"
|
||||
@@ -44,10 +43,9 @@ using modsecurity_test::ModSecurityTest;
|
||||
using modsecurity_test::ModSecurityTestResults;
|
||||
using modsecurity::actions::transformations::Transformation;
|
||||
using modsecurity::operators::Operator;
|
||||
using namespace modsecurity::actions::transformations;
|
||||
|
||||
std::string default_test_path = "test-cases/secrules-language-tests/operators";
|
||||
std::list<std::string> resources;
|
||||
static std::list<std::string> resources;
|
||||
|
||||
void print_help() {
|
||||
std::cout << "Use ./unit /path/to/file" << std::endl;
|
||||
|
Reference in New Issue
Block a user