parser: Adds SecRuleScript not implemented note

This commit is contained in:
Felipe Zimmerle
2017-08-16 17:00:36 -03:00
parent cd533e00e7
commit e6cfd5379d
4 changed files with 3158 additions and 3150 deletions

View File

@@ -1074,11 +1074,8 @@ expression:
}
| DIRECTIVE_SECRULESCRIPT actions
{
/*
TODO: implement the SecRuleScript directive
*/
driver.error(@0, "SecRuleScript is not yet supported.");
YYERROR;
}
| CONFIG_DIR_SEC_DEFAULT_ACTION actions
{