Update: [Fri Jan 10 00:27:14 UTC 2025]

This commit is contained in:
github-actions[bot]
2025-01-10 00:27:14 +00:00
parent 0c41e95847
commit c68f9937e8
40 changed files with 3401 additions and 3401 deletions

View File

@@ -2,11 +2,7 @@
location / {
set $attack_detected 0;
if ($request_uri ~* "@eq 0") {
set $attack_detected 1;
}
if ($request_uri ~* "@ge %{tx.inbound_anomaly_score_threshold}") {
if ($request_uri ~* "@ge 5") {
set $attack_detected 1;
}
@@ -18,7 +14,11 @@ location / {
set $attack_detected 1;
}
if ($request_uri ~* "@ge 5") {
if ($request_uri ~* "@ge %{tx.inbound_anomaly_score_threshold}") {
set $attack_detected 1;
}
if ($request_uri ~* "@eq 0") {
set $attack_detected 1;
}