mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 03:57:47 +03:00
Adds support to the operator @ipMatchFromFile and @ipMatchF
This commit is contained in:
@@ -33,9 +33,9 @@ class IpMatch : public Operator {
|
||||
|
||||
bool evaluate(Assay *assay, const std::string &input);
|
||||
|
||||
bool init(const char **error);
|
||||
virtual bool init(const char **error);
|
||||
|
||||
private:
|
||||
protected:
|
||||
Utils::IpTree m_tree;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user