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