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

DoS Protection by IP/Time Based Rate Limiting #10

Open
unownone opened this issue Sep 29, 2022 · 0 comments
Open

DoS Protection by IP/Time Based Rate Limiting #10

unownone opened this issue Sep 29, 2022 · 0 comments
Labels
hacktoberfest Hard This labels the issue as a hard to solve problem help wanted Extra attention is needed security This labels the Issue as a security Issue.

Comments

@unownone
Copy link
Owner

Summary

When the demo site was hosted , it was Dosed multiple times by giving bogus code snippets which would crash the system by eating up system resources. This was done by bombarding the server with multiple consecutive code snippets which would then crash the system.

Requirement:

Devise a way to implement a rate limiting tool either through nginx or through flask itself in order to mitigate this issue. One can go through these for flask and for nginx.

@unownone unownone added help wanted Extra attention is needed hacktoberfest security This labels the Issue as a security Issue. Hard This labels the issue as a hard to solve problem labels Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Hard This labels the issue as a hard to solve problem help wanted Extra attention is needed security This labels the Issue as a security Issue.
Projects
None yet
Development

No branches or pull requests

1 participant