mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Minor updates to simplify code and remove cppcheck suppressions
This commit is contained in:
@@ -39,8 +39,8 @@ template <class T> class ModSecurityTest :
|
||||
std::string header();
|
||||
void cmd_options(int, char **);
|
||||
std::pair<std::string, std::vector<T *>>* load_tests();
|
||||
std::pair<std::string, std::vector<T *>>* load_tests(std::string path);
|
||||
bool load_test_json(std::string);
|
||||
std::pair<std::string, std::vector<T *>>* load_tests(const std::string &path);
|
||||
bool load_test_json(const std::string &file);
|
||||
|
||||
std::string target;
|
||||
bool verbose = false;
|
||||
|
Reference in New Issue
Block a user