Sha256: 224bb4fbc64aa0cf844a0b9bf06037b9f8a06a298d6bc08d7130a26d954aab5c
Contents?: true
Size: 642 Bytes
Versions: 6
Compression:
Stored size: 642 Bytes
Contents
AllCops: NewCops: enable SuggestExtensions: false TargetRubyVersion: 3.1 inherit_gem: rubocop-ronin: rubocop.yml # we need to make the branching logic extremely explicit here Lint/DuplicateBranch: Exclude: - 'lib/ronin/vulns/lfi.rb' # we need to use eval() in the specs to test the SSTI test expression Security/Eval: Exclude: - 'spec/ssti_spec.rb' # we need to call URLScanner.scan with a block Lint/EmptyBlock: Exclude: - 'spec/reflected_xss_spec.rb' - 'spec/url_scanner_spec.rb' # Ronin::Vulns::Vuln does not define an #initialize method Lint/MissingSuper: Exclude: - 'lib/ronin/vulns/web_vuln.rb'
Version data entries
6 entries across 6 versions & 1 rubygems