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

Implement getIpRemediation method #7

Open
1 task
julienloizelet opened this issue Jan 25, 2024 · 0 comments
Open
1 task

Implement getIpRemediation method #7

julienloizelet opened this issue Jan 25, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@julienloizelet
Copy link
Collaborator

julienloizelet commented Jan 25, 2024

In the spirit of what is done in the PHP library, we would like to have a method that returns the final remediation for a specific IP.

As a prerequisite, we need to implement a mechanism for caching decisions:

Then, for a given IP address, we need to examine all the decisions recorded for that IP address and return the final remediation ("ban", "captcha", "custom remediation" or "bypass" if there is no decision) using a certain order of priority.

@julienloizelet julienloizelet self-assigned this Jan 25, 2024
@julienloizelet julienloizelet added the enhancement New feature or request label Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant