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:
parent
8ed26a2415
commit
5c409c20c2
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue