Merge branch 'security-182-update-workhorse' into 'master'
[Master] Redact sensitive information on gitlab-workhorse log See merge request gitlab/gitlabhq!2584
This commit is contained in:
parent
335434ca98
commit
3881285c2b
2 changed files with 8 additions and 0 deletions
5
changelogs/unreleased/security-182-update-workhorse.yml
Normal file
5
changelogs/unreleased/security-182-update-workhorse.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Redact sensitive information on gitlab-workhorse log
|
||||
merge_request:
|
||||
author:
|
||||
type: security
|
|
@ -103,6 +103,9 @@ module Gitlab
|
|||
# - Webhook URLs (:hook)
|
||||
# - Sentry DSN (:sentry_dsn)
|
||||
# - File content from Web Editor (:content)
|
||||
#
|
||||
# NOTE: It is **IMPORTANT** to also update gitlab-workhorse's filter when adding parameters here to not
|
||||
# introduce another security vulnerability: https://gitlab.com/gitlab-org/gitlab-workhorse/issues/182
|
||||
config.filter_parameters += [/token$/, /password/, /secret/, /key$/]
|
||||
config.filter_parameters += %i(
|
||||
certificate
|
||||
|
|
Loading…
Reference in a new issue