Merge branch 'rs-filter-params' into 'security'

Filter `incoming_email_token` and `runners_token` parameters

Closes https://dev.gitlab.org/gitlab/gitlabhq/issues/2676

See merge request !2045
This commit is contained in:
Rémy Coutable 2016-12-09 16:31:14 +00:00 committed by Alejandro Rodríguez
parent 4bf61b8bd4
commit ada8b026ef
1 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,7 @@ module Gitlab
#
# Parameters filtered:
# - Password (:password, :password_confirmation)
# - Private tokens (:private_token, :authentication_token)
# - Private tokens
# - Two-factor tokens (:otp_attempt)
# - Repo/Project Import URLs (:import_url)
# - Build variables (:variables)
@ -60,11 +60,13 @@ module Gitlab
encrypted_key
hook
import_url
incoming_email_token
key
otp_attempt
password
password_confirmation
private_token
runners_token
secret_token
sentry_dsn
variables