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 IP address spam sign up check #7926

Merged
merged 3 commits into from
Sep 29, 2023
Merged

Conversation

gbp
Copy link
Member

@gbp gbp commented Sep 28, 2023

Relevant issue(s)

What does this do?

Fix IP address spam sign up check

Allow scorer to access user IP from the current request object so we can detect users which match IPs and block sign up.

Why was this needed?

This doesn't seem to be working as expected.

Allow scorer to access user IP from the current request object so we can
detect users which match IPs and block sign up.
Mapping values from the config in the initializer isn't tested. Lets map
values to `IPAddr` instances when we use them.
@gbp gbp force-pushed the fix-ip-address-spam-sign-up-check branch from 2178f0f to 8680cd5 Compare September 28, 2023 23:06
Make requests from suspicious IP ranges enough to block sign in/ups.
@gbp gbp merged commit 88d929a into develop Sep 29, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant