Module: WpThemes::Detectable

Included in:
WpThemes
Defined in:
lib/common/collections/wp_themes/detectable.rb

Instance Method Summary (collapse)

Instance Method Details

- (String) item_xpath

Returns:

  • (String)


12
13
14
# File 'lib/common/collections/wp_themes/detectable.rb', line 12

def item_xpath
  '//theme'
end

- (String) vulns_file

Returns:

  • (String)


7
8
9
# File 'lib/common/collections/wp_themes/detectable.rb', line 7

def vulns_file
  THEMES_VULNS_FILE
end