fix: Adjust different user agents count for attacker and good crawler scores

This commit is contained in:
Lorenzo Venerandi
2026-03-01 17:45:46 +01:00
parent 1b63727745
commit 214c83a852

View File

@@ -70,7 +70,7 @@ def main():
"risky_http_methods": 6, "risky_http_methods": 6,
"robots_violations": 4, "robots_violations": 4,
"uneven_request_timing": 3, "uneven_request_timing": 3,
"different_user_agents": 8, "different_user_agents": 2,
"attack_url": 15, "attack_url": 15,
}, },
"good_crawler": { "good_crawler": {
@@ -84,7 +84,7 @@ def main():
"risky_http_methods": 2, "risky_http_methods": 2,
"robots_violations": 7, "robots_violations": 7,
"uneven_request_timing": 0, "uneven_request_timing": 0,
"different_user_agents": 5, "different_user_agents": 7,
"attack_url": 5, "attack_url": 5,
}, },
"regular_user": { "regular_user": {