mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
parser: Adds ability to inform auditlog status without quotes
This commit is contained in:
@@ -736,8 +736,6 @@ audit_log:
|
||||
| CONFIG_DIR_AUDIT_STS
|
||||
{
|
||||
std::string relevant_status($1);
|
||||
relevant_status.pop_back();
|
||||
relevant_status.erase(0, 1);
|
||||
driver.m_auditLog->setRelevantStatus(relevant_status);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user