Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(waf): address unknown extraction targets and improve rule handling #30

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

fabriziosalmi
Copy link
Owner

  • 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.

- 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.
@fabriziosalmi fabriziosalmi merged commit 7f35253 into main Jan 15, 2025
5 checks passed
@fabriziosalmi fabriziosalmi deleted the medium-improvements branch January 15, 2025 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant