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

Commits on Sep 28, 2023

  1. Update spam user scorer

    Allow scorer to access user IP from the current request object so we can
    detect users which match IPs and block sign up.
    gbp committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    4f6875b View commit details
    Browse the repository at this point in the history
  2. Update IP mapping in User spam scorer

    Mapping values from the config in the initializer isn't tested. Lets map
    values to `IPAddr` instances when we use them.
    gbp committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    8680cd5 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Increase spam weight of suspicious IP ranges

    Make requests from suspicious IP ranges enough to block sign in/ups.
    gbp committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    8429eee View commit details
    Browse the repository at this point in the history