Browse Source

fix: Potential information leak in serviceuser history

release-2.9
Jean-Romain Garnier 3 years ago
committed by Gabriel Detraz
parent
commit
9d33031bb6
  1. 2
      logs/models.py

2
logs/models.py

@ -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…
Cancel
Save