8 Commits

Author SHA1 Message Date
drev74
c8c0fed9e2 fix: lint errors 2025-10-22 23:04:48 +03:00
drev74
27abae69ea feat: add golangci linter rules 2025-10-11 22:36:20 +03:00
drev74
95efcabc27 refactor(tor): add custom tor list url 2025-10-10 18:57:30 +03:00
fabriziosalmi
309c6ece63 Missing tests added. 2025-01-24 23:25:48 +01:00
fabriziosalmi
f4bd92c5a0 Minor code improvements. 2025-01-22 13:12:26 +01:00
fabriziosalmi
3dd8547a05 Retry interval for TOR ip list download added (please check now tor block options in the Caddyfile) 2025-01-15 20:41:53 +01:00
fabriziosalmi
f61bbbf68a Block TOR (initial implementation) 2025-01-15 18:10:53 +01:00
fabriziosalmi
c8830d6e9a fix(waf): address unknown extraction targets and improve rule handling
- Added support for `FILE_NAME` and `FILE_MIME_TYPE` extraction targets in `RequestValueExtractor`.
- Adjusted rule scores to reduce false positives and fine-tune anomaly detection.
- Increased `anomaly_threshold` to 10 to reduce unnecessary blocking of legitimate requests.
- Enhanced logging to include triggered values for better debugging and rule analysis.
- Fixed warnings related to unknown extraction targets and improved rule matching logic.
2025-01-15 17:44:52 +01:00