mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix parser while continuation line is used between var and op
This commit is contained in:
committed by
Felipe Zimmerle
parent
59114dd598
commit
5086fef492
@@ -521,7 +521,9 @@ NEW_LINE [\n\r]+
|
||||
}
|
||||
|
||||
<EXPECTING_VARIABLE,TRANSACTION_FROM_VARIABLE_TO_OPERATOR>{
|
||||
[ \t]+["]* { BEGIN(EXPECTING_OPERATOR); }
|
||||
[ \t]*\" { BEGIN(EXPECTING_OPERATOR); }
|
||||
[ \t]*\\\n[ \t]*\" { BEGIN(EXPECTING_OPERATOR); }
|
||||
[ \t]*\\\r\n[ \t]*\" { BEGIN(EXPECTING_OPERATOR); }
|
||||
}
|
||||
|
||||
<EXPECTING_OPERATOR>{
|
||||
|
Reference in New Issue
Block a user