Sha256: feefed0438ef99c7a9731ac9c92ebea56f3960403eb7b2ea487d990f72459cc7
Contents?: true
Size: 955 Bytes
Versions: 9
Compression:
Stored size: 955 Bytes
Contents
--- require: - rubocop-gitlab-security # This cop checks for the use of JSON class methods which have potential # security issues. Security/JSONLoad: Enabled: true # This cop checks for the use of *Kernel#eval*. Security/Eval: Enabled: true GitlabSecurity/DeepMunge: Enabled: true Exclude: - 'lib/**/*.rake' - 'spec/**/*' # To be enabled by https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13610 GitlabSecurity/JsonSerialization: Enabled: false GitlabSecurity/PublicSend: Enabled: true Exclude: - 'config/**/*' - 'db/**/*' - 'features/**/*' - 'lib/**/*.rake' - 'qa/**/*' - 'spec/**/*' GitlabSecurity/RedirectToParamsUpdate: Enabled: true Exclude: - 'lib/**/*.rake' - 'spec/**/*' GitlabSecurity/SqlInjection: Enabled: true Exclude: - 'lib/**/*.rake' - 'spec/**/*' GitlabSecurity/SystemCommandInjection: Enabled: true Exclude: - 'lib/**/*.rake' - 'spec/**/*'
Version data entries
9 entries across 9 versions & 1 rubygems