fix: reduce false positives in security log detection #2

Merged
jimmy merged 1 commits from dev into main 2026-03-01 10:32:06 +08:00

1 Commits

Author SHA1 Message Date
Gan, Jimmy cb1028ebb6 fix: reduce false positives in security log detection
Deploy Dashboard (Dev) / deploy-dev (push) Successful in 1m34s
- Skip internal API paths (/api/, /rest/, /backend/) from suspicious flagging
- Remove broad .php match that caught Speedtest's garbage.php
- Only flag 4xx on non-internal paths, ignore 5xx (service errors)
2026-03-01 10:31:38 +08:00