app/controllers/interesting_findings.rb in cms_scanner-0.0.37.3 vs app/controllers/interesting_findings.rb in cms_scanner-0.0.37.4

- old
+ new

@@ -6,10 +6,11 @@ [ OptChoice.new( ['--interesting-findings-detection MODE', 'Use the supplied mode for the interesting findings detection. '], choices: %w(mixed passive aggressive), - normalize: :to_sym) + normalize: :to_sym + ) ] end def run mode = parsed_options[:interesting_findings_detection] || parsed_options[:detection_mode]