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

[feature] add condition feature #21

Closed
nomeguy opened this issue May 11, 2024 · 0 comments
Closed

[feature] add condition feature #21

nomeguy opened this issue May 11, 2024 · 0 comments
Assignees

Comments

@nomeguy
Copy link
Contributor

nomeguy commented May 11, 2024

Condition should be added to CasWAF as first-class object (Go struct, CURD, list page, edit page, etc.)

Condition can be:

  1. Always true
  2. WAF rule matched
  3. IP whitelist/blacklist
  4. UA whitelist/blacklist
  5. Composite conditions like requestUrl.startsWith("/attack") && method == "POST || WAF rule matched"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants