1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-20 06:50:23 +03:00

Remove logging of decoded password fields for security enhancement

This commit is contained in:
Adolfo Gómez García 2025-01-08 17:11:41 +01:00
parent 08b7fd549a
commit 59af07590b
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -1787,7 +1787,6 @@ def password_compat_field_decoder(value: str) -> str:
value = CryptoManager.manager().aes_decrypt(value.encode('utf8'), UDSK, True).decode()
except Exception:
pass
logger.info('Decoding password field: %s', value)
return value
# Dictionaries used to encode/decode fields to be stored on database