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/models/ci/group_variable.rb | |
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/models/ci/group_variable.rb')
-rw-r--r-- | app/models/ci/group_variable.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/ci/group_variable.rb b/app/models/ci/group_variable.rb index 65399557289..62d768cc6cf 100644 --- a/app/models/ci/group_variable.rb +++ b/app/models/ci/group_variable.rb @@ -6,7 +6,6 @@ module Ci belongs_to :group - alias_attribute :secret_key, :key alias_attribute :secret_value, :value validates :key, uniqueness: { |