mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Fix parser shift/reduce problem on state 133
This commit is contained in:
@@ -259,11 +259,9 @@ using ModSecurity::Variables::Variable;
|
||||
input:
|
||||
input line
|
||||
| line
|
||||
| SPACE
|
||||
;
|
||||
|
||||
line: expression
|
||||
| expression SPACE
|
||||
;
|
||||
|
||||
audit_log:
|
||||
|
Reference in New Issue
Block a user