diff options
author | Matija Čupić <matteeyah@gmail.com> | 2018-03-22 12:08:16 +0100 |
---|---|---|
committer | Matija Čupić <matteeyah@gmail.com> | 2018-03-22 12:08:16 +0100 |
commit | 05103f080cf0e40b8fe5e1774b8dd1f8084105e3 (patch) | |
tree | 9b8982871ed7f714c94e054c2dc0c39afd688091 /app/controllers/groups | |
parent | ca3b2991a5b740c7b780e997fc1c2ef0ddf62840 (diff) | |
download | gitlab-ce-05103f080cf0e40b8fe5e1774b8dd1f8084105e3.tar.gz |
Make Variable key not secret43316-controller-parameters-handling-sensitive-information-should-use-a-more-specific-name
Diffstat (limited to 'app/controllers/groups')
-rw-r--r-- | app/controllers/groups/variables_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/groups/variables_controller.rb b/app/controllers/groups/variables_controller.rb index 91e394c8ce8..6142e75b4c1 100644 --- a/app/controllers/groups/variables_controller.rb +++ b/app/controllers/groups/variables_controller.rb @@ -39,7 +39,7 @@ module Groups end def variable_params_attributes - %i[id secret_key secret_value protected _destroy] + %i[id key secret_value protected _destroy] end def authorize_admin_build! |