app/controllers/interesting_findings.rb in cms_scanner-0.0.40.1 vs app/controllers/interesting_findings.rb in cms_scanner-0.0.40.2
- old
+ new
@@ -5,11 +5,10 @@
def cli_options
[
OptChoice.new(
['--interesting-findings-detection MODE',
'Use the supplied mode for the interesting findings detection. '],
- choices: %w[mixed passive aggressive],
- normalize: :to_sym
+ choices: %w[mixed passive aggressive], normalize: :to_sym, advanced: true
)
]
end
def run