Sha256: a56fa627cff740c467ca25718cb87eb74c6fa02986180194aeeaef0e4078261c

Contents?: true

Size: 198 Bytes

Versions: 21

Compression:

Stored size: 198 Bytes

Contents

module WPScan
  module DB
    # Theme DB
    class Theme < WpItem
      # @return [ String ]
      def self.db_file
        @db_file ||= File.join(DB_DIR, 'themes.json')
      end
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
wpscan-3.4.4 lib/wpscan/db/theme.rb
wpscan-3.4.3 lib/wpscan/db/theme.rb
wpscan-3.4.2 lib/wpscan/db/theme.rb
wpscan-3.4.1 lib/wpscan/db/theme.rb
wpscan-3.4.0 lib/wpscan/db/theme.rb
wpscan-3.3.3 lib/wpscan/db/theme.rb
wpscan-3.3.2 lib/wpscan/db/theme.rb
wpscan-3.3.1 lib/wpscan/db/theme.rb
wpscan-3.3.0 lib/wpscan/db/theme.rb
wpscan-3.2.1 lib/wpscan/db/theme.rb
wpscan-3.2.0 lib/wpscan/db/theme.rb
wpscan-3.1.0 lib/wpscan/db/theme.rb
wpscan-3.0.8 lib/wpscan/db/theme.rb
wpscan-3.0.7 lib/wpscan/db/theme.rb
wpscan-3.0.6 lib/wpscan/db/theme.rb
wpscan-3.0.5 lib/wpscan/db/theme.rb
wpscan-3.0.4 lib/wpscan/db/theme.rb
wpscan-3.0.3 lib/wpscan/db/theme.rb
wpscan-3.0.2 lib/wpscan/db/theme.rb
wpscan-3.0.1 lib/wpscan/db/theme.rb