[fix] Small bandit changes (#3241)

This commit is contained in:
Vlad Stan
2025-07-15 11:14:20 +02:00
committed by dni ⚡
parent 0529ee2835
commit e0749e186e
16 changed files with 125 additions and 34 deletions
+2 -2
View File
@@ -57,8 +57,8 @@ else:
# else convert from base64
try:
return base64.b64decode(source)
except Exception:
pass
except Exception as exc:
logger.debug(exc)
return None
def load_greenlight_credentials() -> (