Introduce a time limit on new checks #126

Open
opened 2025-11-14 13:33:16 +00:00 by fkobi · 1 comment
Owner

Let's say that a repository can be only checked once per minute

Let's say that a repository can be only checked once per minute
fkobi added the
component
backend
prio
maybe
labels 2025-11-14 13:33:16 +00:00
fkobi added the enhancement label 2025-12-17 11:16:48 +00:00

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.
Sign in to join this conversation.