Module: RuboCop::Cop::Security
- Extended by:
- LazyLoader
- Defined in:
- lib/rubocop/cop/security.rb,
lib/rubocop/cop/security/eval.rb,
lib/rubocop/cop/security/open.rb,
lib/rubocop/cop/security/json_load.rb,
lib/rubocop/cop/security/yaml_load.rb,
lib/rubocop/cop/security/io_methods.rb,
lib/rubocop/cop/security/marshal_load.rb,
lib/rubocop/cop/security/compound_hash.rb
Overview
Cops for the Security department. The department's cops are registered for lazy loading
and their files are loaded on demand.
Defined Under Namespace
Classes: CompoundHash, Eval, IoMethods, JSONLoad, MarshalLoad, Open, YAMLLoad