Fixes 1242

This commit is contained in:
erwanlr
2018-11-08 19:16:47 +00:00
parent 8b5ea589db
commit 01cd8350bc
15 changed files with 27 additions and 7 deletions

View File

@@ -55,5 +55,10 @@ module WPScan
def release_date
@release_date ||= db_data['release_date']
end
# @return [ String ]
def status
@status ||= db_data['status']
end
end
end