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

Meta limits to track and act on repeated rate limit breaches #418

Merged
merged 13 commits into from
Aug 31, 2023

Conversation

alisaifee
Copy link
Owner

Description

Add a meta_limits to the extension that rate limits the number of times a requesting user can breach any of the rate limits in the application.

@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (8763d24) 100.00% compared to head (5456780) 100.00%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #418   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          927       963   +36     
=========================================
+ Hits           927       963   +36     
Files Changed Coverage Δ
flask_limiter/commands.py 100.00% <100.00%> (ø)
flask_limiter/constants.py 100.00% <100.00%> (ø)
flask_limiter/extension.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alisaifee alisaifee linked an issue Aug 30, 2023 that may be closed by this pull request
@alisaifee alisaifee merged commit 3e7a455 into master Aug 31, 2023
52 checks passed
@delete-merged-branch delete-merged-branch bot deleted the breach-limits branch August 31, 2023 00:05
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.

Automatic IP Blocking in Flask Limiter
1 participant