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

Enable brute force detection for user invitation #19580

Merged
merged 1 commit into from Aug 1, 2022
Merged

Conversation

sgiehl
Copy link
Member

@sgiehl sgiehl commented Jul 28, 2022

Description:

This will enable brute force detection for acceptInvitation and declineInvitation actions of Login controller. Failed attempts will be added each time any of those actions will be called with an invalid token.

Review

@sgiehl sgiehl added not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Needs Review PRs that need a code review labels Jul 28, 2022
@sgiehl sgiehl added this to the 4.11.0 milestone Jul 28, 2022
Copy link
Contributor

@bx80 bx80 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed that the bruteforce check is hit when accepting or declining an invitation, or if an invalid token or user details are found.

@bx80 bx80 removed the Needs Review PRs that need a code review label Aug 1, 2022
@bx80 bx80 merged commit e45328f into next_release Aug 1, 2022
@bx80 bx80 deleted the bruteforce branch August 1, 2022 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants