Module: RuboCop::Cop::Security
| Relationships & Source Files | |
| Namespace Children | |
|
Classes:
| |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
LazyLoader
|
|
| Defined in: | lib/rubocop/cop/security.rb, lib/rubocop/cop/security/compound_hash.rb, lib/rubocop/cop/security/eval.rb, lib/rubocop/cop/security/io_methods.rb, lib/rubocop/cop/security/json_load.rb, lib/rubocop/cop/security/marshal_load.rb, lib/rubocop/cop/security/open.rb, lib/rubocop/cop/security/yaml_load.rb |
Overview
Cops for the Security department. The department’s cops are registered for lazy loading
and their files are loaded on demand.
Class Method Summary
LazyLoader - Extended
| register_cop | Registers a cop for lazy loading. |