Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Re2o
re2o
Commits
5c409c20
Commit
5c409c20
authored
Jan 15, 2021
by
jr-garnier
Committed by
Jean-Romain Garnier
Jan 17, 2021
Browse files
fix: Potential information leak in serviceuser history
parent
8ed26a24
Pipeline
#3185
passed with stage
in 3 minutes and 36 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
logs/models.py
View file @
5c409c20
...
@@ -360,7 +360,7 @@ class HistoryEvent:
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment