Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Add rate limiting for unauth'd users #78

Open
claudijd opened this issue Jun 16, 2017 · 0 comments
Open

Add rate limiting for unauth'd users #78

claudijd opened this issue Jun 16, 2017 · 0 comments

Comments

@claudijd
Copy link
Contributor

claudijd commented Jun 16, 2017

this hasn't been a problem yet, but it's probably worth thinking about and adding some rate-limiting or throttling to prevent single IP DoS scenario.

We could also have a max queue size at anyone time that is X and when that queue limit is hit then we stop queuing scans until the queues subside. Though, this could also make it easier to DoS, so we'll need to make sure that single user limit is less than the global limit.

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

No branches or pull requests

1 participant