mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix urbl whitelist msg
This commit is contained in:
@@ -3003,7 +3003,7 @@ static int msre_op_rbl_execute(modsec_rec *msr, msre_rule *rule, msre_var *var,
|
||||
log_escape_nq(msr->mp, name_to_check), var->name);
|
||||
break;
|
||||
default:
|
||||
*error_msg = apr_psprintf(msr->r->pool, "RBL lookup of %s succeeded at %s.",
|
||||
*error_msg = apr_psprintf(msr->r->pool, "RBL lookup of %s succeeded at %s (WHITE).",
|
||||
log_escape_nq(msr->mp, name_to_check), var->name);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user