Fixes non detection of plugin/theme readme and changelog files due to changes in CMSSCanner

This commit is contained in:
erwanlr
2019-03-25 21:25:00 +00:00
parent bf91f60242
commit 7ea1acb7c1
4 changed files with 41 additions and 4 deletions

View File

@@ -112,6 +112,7 @@ describe WPScan::Model::WpItem do
end
end
# Guess all the below should be in the theme/plugin specs
describe '#readme_url' do
xit
end
@@ -127,4 +128,8 @@ describe WPScan::Model::WpItem do
describe '#error_log?' do
xit
end
describe '#head_and_get' do
xit
end
end