mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Changes the operator evaluate method to only support two arguments
Second argument can be empty if there is not need for it.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
||||
bool Rbl::evaluate(Assay *assay) {
|
||||
bool Rbl::evaluate(Assay *assay, const std::string &str) {
|
||||
/**
|
||||
* @todo Implement the operator Rbl.
|
||||
* Reference: https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual#rbl
|
||||
|
Reference in New Issue
Block a user