You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The modified variable was never passed to the template, resulting in a
bad configuration of the vhost security if secrule were removed.
Signed-off-by: Julien Godin <[email protected]>
Copy file name to clipboardExpand all lines: manifests/vhost.pp
+4-4
Original file line number
Diff line number
Diff line change
@@ -2828,14 +2828,14 @@
2828
2828
}
2829
2829
}
2830
2830
2831
-
if$modsec_disable_vhost or $modsec_disable_ids or !empty($modsec_disable_ips) or $modsec_disable_msgs or $modsec_disable_tags or $modsec_audit_log_destination or ($modsec_inbound_anomaly_threshold and $modsec_outbound_anomaly_threshold) or $modsec_allowed_methods {
2831
+
if$modsec_disable_vhost or $_modsec_disable_ids or !empty($_modsec_disable_ips) or $_modsec_disable_msgs or $_modsec_disable_tags or $modsec_audit_log_destination or ($modsec_inbound_anomaly_threshold and $modsec_outbound_anomaly_threshold) or $modsec_allowed_methods {
0 commit comments