mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-19 18:54:23 +03:00
Using run time string on the operators
This commit is contained in:
@@ -27,10 +27,6 @@ namespace operators {
|
||||
class DetectSQLi : public Operator {
|
||||
public:
|
||||
/** @ingroup ModSecurity_Operator */
|
||||
DetectSQLi(std::string op, std::string param, bool negation)
|
||||
: Operator(op, param, negation) {
|
||||
m_match_message.assign("detected SQLi using libinjection.");
|
||||
}
|
||||
DetectSQLi()
|
||||
: Operator("DetectSQLi") {
|
||||
m_match_message.assign("detected SQLi using libinjection.");
|
||||
|
||||
Reference in New Issue
Block a user