mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
Typo in the debuglogs for rules::getFinalVars
This commit is contained in:
parent
e14dc602e5
commit
7c2dbf48cf
@ -502,7 +502,8 @@ std::vector<std::unique_ptr<collection::Variable>> Rule::getFinalVars(
|
|||||||
!= exclusions_update_by_tag_remove.end()) {
|
!= exclusions_update_by_tag_remove.end()) {
|
||||||
#ifndef NO_LOGS
|
#ifndef NO_LOGS
|
||||||
trans->debug(9, "Variable: " + *key +
|
trans->debug(9, "Variable: " + *key +
|
||||||
" is part of the exclusion list (from update by tag), skipping...");
|
" is part of the exclusion list (from update by tag " +
|
||||||
|
"), skipping...");
|
||||||
#endif
|
#endif
|
||||||
if (v->m_dynamic) {
|
if (v->m_dynamic) {
|
||||||
delete v;
|
delete v;
|
||||||
@ -555,7 +556,7 @@ std::vector<std::unique_ptr<collection::Variable>> Rule::getFinalVars(
|
|||||||
}
|
}
|
||||||
if (args == *key) {
|
if (args == *key) {
|
||||||
trans->debug(9, "Variable: " + *key +
|
trans->debug(9, "Variable: " + *key +
|
||||||
" was excluded by ruleRemoteTargetById...");
|
" was excluded by ruleRemoveTargetById...");
|
||||||
ignoreVariable = true;
|
ignoreVariable = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user