Skip to content
Snippets Groups Projects
Commit 49ffc2cc authored by Smriti Garg's avatar Smriti Garg Committed by GitLab Release Tools Bot
Browse files

Added redirect to filtered params

Merge branch 'security-906-glpat-logging-16-0' into '16-0-stable-ee'

See merge request gitlab-org/security/gitlab!3443

Changelog: security
parent 09c1f37e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -171,6 +171,7 @@ class Application < Rails::Application
# - Any parameter containing `password`
# - Any parameter containing `secret`
# - Any parameter ending with `key`
# - Any parameter named `redirect`, filtered for security concerns of exposing sensitive information
# - Two-factor tokens (:otp_attempt)
# - Repo/Project Import URLs (:import_url)
# - Build traces (:trace)
Loading
Loading
@@ -213,6 +214,7 @@ class Application < Rails::Application
variables
content
sharedSecret
redirect
)
 
# Enable escaping HTML in JSON.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment