mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Initial support for Lua script engine
This commit is contained in:
@@ -3937,7 +3937,7 @@ namespace yy {
|
||||
case 310:
|
||||
#line 2298 "seclang-parser.yy" // lalr1.cc:859
|
||||
{
|
||||
ACTION_NOT_SUPPORTED("Exec", yystack_[1].location);
|
||||
//ACTION_CONTAINER($$, new actions::Exec($1));
|
||||
}
|
||||
#line 3943 "seclang-parser.cc" // lalr1.cc:859
|
||||
break;
|
||||
|
@@ -2296,7 +2296,7 @@ act:
|
||||
}
|
||||
| ACTION_EXEC
|
||||
{
|
||||
ACTION_NOT_SUPPORTED("Exec", @0);
|
||||
//ACTION_CONTAINER($$, new actions::Exec($1));
|
||||
}
|
||||
| ACTION_EXPIRE_VAR
|
||||
{
|
||||
|
Reference in New Issue
Block a user