8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-08 02:23:19 +00:00

fix: Potential information leak in serviceuser history

This commit is contained in:
Jean-Romain Garnier 2021-01-15 18:55:46 +01:00 committed by Gabriel Detraz
parent db929676e2
commit 9d33031bb6

View file

@ -360,7 +360,7 @@ class HistoryEvent:
return value
def edits(self, hide=[]):
def edits(self, hide=["password", "pwd_ntlm"]):
"""Get the list of the changes performed during this event.
Args: