module WpThemes::Detectable

Public Instance Methods

item_xpath() click to toggle source

@return [ String ]

# File lib/common/collections/wp_themes/detectable.rb, line 11
def item_xpath
  '//theme'
end
vulns_file() click to toggle source

@return [ String ]

# File lib/common/collections/wp_themes/detectable.rb, line 6
def vulns_file
  THEMES_VULNS_FILE
end