mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Fix double macros bug
Macro run strangely if I input double macros like "%{ARGS_COMBINED_SIZE}%{ARGS_COMBINED_SIZE}".
This commit is contained in:
parent
18cdffdbca
commit
39f4a5d7d2
@ -657,7 +657,6 @@ EQUALS_MINUS (?i:=\-)
|
||||
|
||||
<EXPECTING_ACTION_PREDICATE_VARIABLE>{
|
||||
[}] { BEGIN_PREVIOUS(); }
|
||||
[}][%] { BEGIN_PREVIOUS(); }
|
||||
}
|
||||
|
||||
<ACTION_PREDICATE_ENDS_WITH_QUOTE>{
|
||||
|
Loading…
x
Reference in New Issue
Block a user