cosmetics

This commit is contained in:
Peter Bieringer 2025-01-03 07:11:51 +01:00
parent cf914450ee
commit 5a00baab3f

View file

@ -269,7 +269,7 @@ class Application(ApplicationPartDelete, ApplicationPartHead,
# Random delay to avoid timing oracles and bruteforce attacks
if self._auth_delay > 0:
random_delay = self._auth_delay * (0.5 + random.random())
logger.debug("Sleeping %.3f seconds", random_delay)
logger.debug("Failed login, sleeping random: %.3f sec", random_delay)
time.sleep(random_delay)
if user and not pathutils.is_safe_path_component(user):