Sha256: b39b1c668c71547a6e3bb95d405e547b02544f51f88afbdd059efde1303cd973
Contents?: true
Size: 917 Bytes
Versions: 8
Compression:
Stored size: 917 Bytes
Contents
--- # 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
8 entries across 8 versions & 1 rubygems