This commit is contained in:
erwanlr
2019-07-06 14:23:34 +01:00
parent bfa89b44bc
commit 4f142985a2
7 changed files with 60 additions and 6 deletions

View File

@@ -28,6 +28,11 @@ module WPScan
@version
end
# @return [ Array<String> ]
def potential_readme_filenames
@potential_readme_filenames ||= [*(DB::DynamicFinders::Plugin.db_data.dig(slug, 'Readme', 'path') || super)]
end
end
end
end