diff --git a/.rubocop.yml b/.rubocop.yml index d3a52e36c..65af3b3af 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -206,4 +206,16 @@ RSpec/VerifiedDoubles: Enabled: true RSpec/VoidExpect: - Enabled: true \ No newline at end of file + Enabled: true + +Security/Eval: + Enabled: true + +Security/JSONLoad: + Enabled: true + +Security/MarshalLoad: + Enabled: true + +Security/YAMLLoad: + Enabled: true