mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix on top of #1943 + adding test cases
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -656,7 +656,9 @@ EQUALS_MINUS (?i:=\-)
|
||||
}
|
||||
|
||||
<EXPECTING_ACTION_PREDICATE_VARIABLE>{
|
||||
[}] { BEGIN_PREVIOUS(); }
|
||||
[}][%][{] { yyless(1); BEGIN_PREVIOUS(); }
|
||||
[}][%] { BEGIN_PREVIOUS(); }
|
||||
[}] { BEGIN_PREVIOUS(); }
|
||||
}
|
||||
|
||||
<ACTION_PREDICATE_ENDS_WITH_QUOTE>{
|
||||
|
Reference in New Issue
Block a user