Skip to content
Snippets Groups Projects
Commit afc3f9a6 authored by GitLab Release Tools Bot's avatar GitLab Release Tools Bot
Browse files

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

parents 2318b28b 49ffc2cc
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