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

Fix - Missing rate limiting #23

Open
1 task
BoshithaMGunarathna opened this issue Nov 14, 2024 · 0 comments
Open
1 task

Fix - Missing rate limiting #23

BoshithaMGunarathna opened this issue Nov 14, 2024 · 0 comments
Assignees

Comments

@BoshithaMGunarathna
Copy link
Contributor

Tracking issue for:

HTTP request handlers should not perform expensive operations such as accessing the file system, executing an operating system command or interacting with a database without limiting the rate at which requests are accepted. Otherwise, the application becomes vulnerable to denial-of-service attacks where an attacker can cause the application to crash or become unresponsive by issuing a large number of requests at the same time. @IT21158186

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants