mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Looks for external resources in the same path of the rule
This commit is contained in:
@@ -23,7 +23,8 @@ namespace ModSecurity {
|
||||
namespace operators {
|
||||
|
||||
|
||||
bool IpMatchFromFile::init(const char **error) {
|
||||
bool IpMatchFromFile::init(const std::string &file,
|
||||
const char **error) {
|
||||
std::string e("");
|
||||
bool res = false;
|
||||
|
||||
|
Reference in New Issue
Block a user