.rubocop_todo.yml in pwn-0.5.62 vs .rubocop_todo.yml in pwn-0.5.63
- old
+ new
@@ -1,20 +1,13 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2024-03-04 01:40:30 UTC using RuboCop version 1.61.0.
+# on 2024-03-25 22:25:57 UTC using RuboCop version 1.62.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
-# Offense count: 1
-# Configuration parameters: Severity, Include.
-# Include: **/*.gemspec
-Gemspec/RequiredRubyVersion:
- Exclude:
- - 'pwn.gemspec'
-
# Offense count: 5
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: space, no_space
Layout/LineContinuationSpacing:
@@ -22,28 +15,29 @@
- 'packer/provisioners/beef.rb'
- 'packer/provisioners/metasploit.rb'
- 'packer/provisioners/wpscan.rb'
- 'vagrant/provisioners/beef.rb'
-# Offense count: 18
+# Offense count: 24
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: Max, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
# URISchemes: http, https
Layout/LineLength:
Exclude:
- 'Vagrantfile'
- 'bin/pwn_diff_csv_files_w_column_exclude'
- 'lib/pwn/banner/jmp_esp.rb'
- 'lib/pwn/plugins/mail_agent.rb'
+ - 'lib/pwn/plugins/ollama.rb'
- 'lib/pwn/plugins/open_ai.rb'
- 'lib/pwn/reports/fuzz.rb'
- 'lib/pwn/reports/phone.rb'
- 'lib/pwn/reports/sast.rb'
- 'lib/pwn/reports/uri_buster.rb'
- 'lib/pwn/sast/banned_function_calls_c.rb'
-# Offense count: 294
+# Offense count: 311
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: AutoCorrect.
Lint/UselessAssignment:
Enabled: false
@@ -78,28 +72,29 @@
# Configuration parameters: CountComments, Max, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
Exclude:
- 'lib/pwn/banner/code_cave.rb'
-# Offense count: 8
+# Offense count: 9
# Configuration parameters: CountComments, Max, CountAsOne.
Metrics/ModuleLength:
Exclude:
- 'lib/pwn/banner/code_cave.rb'
- 'lib/pwn/plugins/android.rb'
- 'lib/pwn/plugins/black_duck_binary_analysis.rb'
- 'lib/pwn/plugins/ibm_appscan.rb'
- 'lib/pwn/plugins/msr206.rb'
- 'lib/pwn/plugins/nessus_cloud.rb'
+ - 'lib/pwn/plugins/ollama.rb'
- 'lib/pwn/plugins/open_ai.rb'
- 'lib/pwn/plugins/packet.rb'
# Offense count: 160
Style/ClassVars:
Enabled: false
-# Offense count: 280
+# Offense count: 278
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions.
# SupportedStyles: assign_to_condition, assign_inside_condition
Style/ConditionalAssignment:
Enabled: false
@@ -132,10 +127,10 @@
- 'lib/pwn/sast/emoticon.rb'
- 'lib/pwn/sast/port.rb'
- 'lib/pwn/sast/redos.rb'
- 'vagrant/provisioners/kali_customize.rb'
-# Offense count: 48
+# Offense count: 51
# This cop supports unsafe autocorrection (--autocorrect-all).
Style/SlicingWithRange:
Enabled: false
# Offense count: 1