Sha256: 3ff3300ac18e6d76b9be359d475e14e3a6a1da244b9d7bdb6e1f3790bdfa34b1
Contents?: true
Size: 201 Bytes
Versions: 21
Compression:
Stored size: 201 Bytes
Contents
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
Version data entries
21 entries across 21 versions & 1 rubygems