Introduce a time limit on new checks #126
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Let's say that a repository can be only checked once per minute
The current system is vulnerable to DDOS attacks, as requests are not tied to a session and are not throttled.
A solution could be assigning a temporary ID based on IP and requested data, and adding a cooldown where no response is sent.