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

Added WAF support for batch requests #199

Merged
merged 1 commit into from
Nov 9, 2021
Merged

Added WAF support for batch requests #199

merged 1 commit into from
Nov 9, 2021

Conversation

bmuddha
Copy link
Contributor

@bmuddha bmuddha commented Nov 8, 2021

Now batch requests will be iterated by their subqueries and for each
subquery WAF evaluation will be performed, if all elements pass the
check, request will be handled further, otherwise, WAF rejection error
will be returned to client

Closes #197

@bmuddha bmuddha requested a review from polachok November 8, 2021 16:06
Now batch requests will be iterated by their subqueries and for each
subquery WAF evaluation will be performed, if all elements pass the
check, request will be handled further, otherwise, WAF rejection error
will be returned to client
@bmuddha bmuddha merged commit 075b2fe into bestarch-ae:master Nov 9, 2021
@bmuddha bmuddha deleted the waf-batch-requests branch November 22, 2021 14:54
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.

Batch requests support implementatin in WAF
2 participants