class WPScan::Error::ThemesThresholdReached

Public Instance Methods

to_s() click to toggle source
# File lib/wpscan/errors/enumeration.rb, line 14
def to_s
  "The number of themes detected reached the threshold of #{ParsedCli.themes_threshold} " \
  'which might indicate False Positive. It would be recommended to use the --exclude-content-based ' \
  'option to ignore the bad responses.'
end