mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
parser: Adds note saying that SecServerSignature is not supported
This commit is contained in:
@@ -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.");
|
||||
|
Reference in New Issue
Block a user