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

Merged
merged 2 commits into from
Aug 31, 2022
Merged

Conversation

allouis
Copy link
Contributor

@allouis allouis commented Aug 30, 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 30, 2022

Codecov Report

Merging #15336 (e5e3618) into main (d7500e0) will increase coverage by 5.78%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main   #15336      +/-   ##
==========================================
+ Coverage   52.74%   58.52%   +5.78%     
==========================================
  Files        1399      767     -632     
  Lines       89947    64081   -25866     
  Branches    10219     5642    -4577     
==========================================
- Hits        47443    37505    -9938     
+ Misses      42453    26525   -15928     
  Partials       51       51              
Impacted Files Coverage 螖
...st/core/core/server/web/shared/middleware/brute.js 28.00% <0.00%> (+2.33%) 猬嗭笍
...host/admin/app/components/gh-editor-post-status.js
.../components/editor/publish-options/publish-type.js
ghost/admin/app/components/gh-koenig-editor.js
...components/koenig-card-image/selector-tenor/gif.js
...-editor/addon/services/koenig-drag-drop-handler.js
ghost/admin/app/routes/pro.js
ghost/admin/app/helpers/most-recently-updated.js
...st/admin/app/components/gh-members-filter-count.js
... and 625 more

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 2ff81cc into TryGhost:main Aug 31, 2022
@allouis allouis deleted the issue-1074 branch August 31, 2022 14:33
allouis added a commit to allouis/Ghost that referenced this pull request Aug 31, 2022
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.
allouis added a commit to allouis/Ghost that referenced this pull request Aug 31, 2022
daniellockyer pushed a commit that referenced this pull request Sep 1, 2022
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.
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