mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-20 19:16:40 +03:00
Adds operation unset to setVar action
This commit is contained in:
committed by
Felipe Zimmerle
parent
e95555132e
commit
b516cc6de1
@@ -34,7 +34,9 @@ enum SetVarOperation {
|
||||
/* read variable, substract predicate and set */
|
||||
substractAndSetOperation,
|
||||
/* set variable to 1 */
|
||||
setToOne
|
||||
setToOneOperation,
|
||||
/* unset operation */
|
||||
unsetOperation,
|
||||
};
|
||||
|
||||
class SetVar : public Action {
|
||||
|
||||
Reference in New Issue
Block a user