parser: Adds note saying that SecServerSignature is not supported

This commit is contained in:
Felipe Zimmerle
2017-08-16 17:14:42 -03:00
parent e6cfd5379d
commit bb2fe0e039
5 changed files with 6099 additions and 6037 deletions

View File

@@ -531,6 +531,7 @@ using modsecurity::operators::Operator;
ACTION_VER "Ver"
ACTION_XMLNS "xmlns"
CONFIG_COMPONENT_SIG "CONFIG_COMPONENT_SIG"
CONFIG_SEC_SERVER_SIG "CONFIG_SEC_SERVER_SIG"
CONFIG_DIR_AUDIT_DIR "CONFIG_DIR_AUDIT_DIR"
CONFIG_DIR_AUDIT_DIR_MOD "CONFIG_DIR_AUDIT_DIR_MOD"
CONFIG_DIR_AUDIT_ENG "CONFIG_DIR_AUDIT_ENG"
@@ -1160,6 +1161,11 @@ expression:
{
driver.m_components.push_back($1);
}
| CONFIG_SEC_SERVER_SIG
{
driver.error(@0, "SecServerSignature is not supported.");
YYERROR;
}
| CONFIG_CONTENT_INJECTION CONFIG_VALUE_ON
{
driver.error(@0, "ContentInjection is not yet supported.");