8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-22 03:13:12 +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 Jean-Romain Garnier
parent 8ed26a2415
commit 5c409c20c2

View file

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