Displays the release date of the detected WP version

This commit is contained in:
erwanlr
2018-10-20 12:37:46 +01:00
parent 998951e629
commit 48dab90313
16 changed files with 29 additions and 7 deletions

View File

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