mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Fix typo on the audit logs.
It is not _serverity_. Renamed to severity. Details on issue: #1114
This commit is contained in:
parent
85d8b8e9b7
commit
8da49842d8
@ -1553,7 +1553,7 @@ std::string Transaction::toJSON(int parts) {
|
||||
LOGFY_ADD("file", a->m_ruleFile.c_str());
|
||||
LOGFY_ADD("lineNumber", std::to_string(a->m_ruleLine).c_str());
|
||||
LOGFY_ADD("data", a->m_data.c_str());
|
||||
LOGFY_ADD("serverity", std::to_string(a->m_severity).c_str());
|
||||
LOGFY_ADD("severity", std::to_string(a->m_severity).c_str());
|
||||
LOGFY_ADD("ver", a->m_ver.c_str());
|
||||
LOGFY_ADD("rev", a->m_rev.c_str());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user