mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
fix: Potential information leak in serviceuser history
This commit is contained in:
parent
db929676e2
commit
9d33031bb6
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue