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