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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃敀 Fixed rate limiting for user login (#15336) #15342

Merged
merged 2 commits into from
Aug 31, 2022

Conversation

allouis
Copy link
Contributor

@allouis allouis commented Aug 31, 2022

refs https://github.com/TryGhost/Team/issues/1074

Rather than relying on the global block to stop malicious actors from
enumerating email addresses to determine who is and isn't a user, we
want our user login brute force protection to be on an IP basis,
rather than tied to the username.

refs TryGhost/Product#1074

Rather than relying on the global block to stop malicious actors from
enumerating email addresses to determine who is and isn't a user, we
want our user login brute force protection to be on an IP basis,
rather than tied to the username.
@codecov
Copy link

codecov bot commented Aug 31, 2022

Codecov Report

Merging #15342 (0243d96) into 4.x (956296b) will increase coverage by 0.02%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##              4.x   #15342      +/-   ##
==========================================
+ Coverage   59.74%   59.77%   +0.02%     
==========================================
  Files         581      581              
  Lines       48155    48142      -13     
  Branches     4227     4226       -1     
==========================================
+ Hits        28772    28775       +3     
+ Misses      19342    19326      -16     
  Partials       41       41              
Impacted Files Coverage 螖
core/server/web/shared/middleware/brute.js 28.00% <0.00%> (+2.33%) 猬嗭笍
core/server/models/base/plugins/events.js 70.95% <0.00%> (+1.47%) 猬嗭笍

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@allouis allouis merged commit cbc4e83 into TryGhost:4.x Aug 31, 2022
@allouis allouis deleted the backport-rate-limiting-user-login branch August 31, 2022 15:48
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.

None yet

1 participant