Changes db_data to metadata

This commit is contained in:
erwanlr
2019-07-18 18:52:52 +01:00
parent d05ad0f8f4
commit 84422b10c8
13 changed files with 102 additions and 42 deletions

View File

@@ -22,8 +22,8 @@ module WPScan
end
# @return [ JSON ]
def db_data
@db_data ||= DB::Theme.db_data(slug)
def metadata
@metadata ||= DB::Theme.metadata_at(slug)
end
# @param [ Hash ] opts