gitlab-org--gitlab-foss/lib/gitlab/auth
Thong Kuah d4ef3be35b Frozen string cannot change encoding
This was shown in specs but surely this will be happening in application
code as well if this method is passes a frozen string.

We were also trying to force_encode a OmniAuth::AuthHash which had the
very confusing behaviour of returning nil when it was sent a method that
it did not define. Fix that by only force_encoding a String.
2019-07-26 00:13:25 +12:00
..
database
ldap Add a rubocop for Rails.logger 2019-07-10 19:26:47 +00:00
o_auth Frozen string cannot change encoding 2019-07-26 00:13:25 +12:00
saml Adds the Rubocop ReturnNil cop 2019-03-06 17:51:56 +02:00
activity.rb
blocked_user_tracker.rb
ip_rate_limiter.rb Support CIDR notation in IP rate limiter 2019-06-27 23:16:11 -07:00
omniauth_identity_linker_base.rb Backport EE GroupSAML origin verification changes 2019-01-23 19:42:16 +00:00
request_authenticator.rb Merge branch 'security-fix-pat-web-access' into 'master' 2018-11-28 19:13:59 -05:00
result.rb Run rubocop -a on CE files 2019-05-05 03:24:28 -07:00
too_many_ips.rb
unique_ips_limiter.rb
user_access_denied_reason.rb
user_auth_finders.rb OAuth2 support for GitLab personal access tokens 2019-07-22 08:50:25 +00:00