-
Notifications
You must be signed in to change notification settings - Fork 625
Description
Hey thanks for releasing this, it seems really useful and I love the style! :D
Just one thing: Could you help me understand the purpose of the constant LEELOO_DALLAS in authsrv.py?
I just stumbled across it when I scanned the project for my security due diligence, before deciding whether to expose it to the internet...and especially line 574 troubled me a bit, because it seems like it circumvents an authorization check when the username is "leeloo_dallas".
After further looking at it, it doesn't seem malicious to me, but rather some kind of "system account" functionality that's needed for actions that aren't directly triggered by a user.
Could you elaborate on its purpose? It would give me greater confidence running this if I completely understood what it's used for.