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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.