From 430e65c12eaf0d2bba6b53d38b81673d9bb30553 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Fri, 1 Nov 2019 16:43:13 +0000 Subject: [PATCH] Updates cms_scanner dep --- spec/fixtures/dynamic_finders/expected.yml | 8 ++++---- wpscan.gemspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/spec/fixtures/dynamic_finders/expected.yml b/spec/fixtures/dynamic_finders/expected.yml index 6a404112..bf75d14d 100644 --- a/spec/fixtures/dynamic_finders/expected.yml +++ b/spec/fixtures/dynamic_finders/expected.yml @@ -2349,12 +2349,12 @@ plugins: - http://wp.lab/wp-content/plugins/another-wordpress-classifieds-plugin/resources/css/awpcpstyle.css?ver=3.8.1 Ie6Comment: number: 3.8.3 - found_by: Ie6 Comment (Passive Detection) + found_by: Ie 6 Comment (Passive Detection) interesting_entries: - 'http://wp.lab/, Match: ''/resources/css/awpcpstyle-ie-6.css?ver=3.8.3''' Ie7Comment: number: 3.8.3 - found_by: Ie7 Comment (Passive Detection) + found_by: Ie 7 Comment (Passive Detection) interesting_entries: - 'http://wp.lab/, Match: ''/resources/css/awpcpstyle-lte-ie-7.css?ver=3.8.3''' anspress-question-answer: @@ -18322,12 +18322,12 @@ plugins: kitchenbug: WikiIE8Comment: number: 0.6.4 - found_by: Wiki Ie8 Comment (Passive Detection) + found_by: Wiki Ie 8 Comment (Passive Detection) interesting_entries: - 'http://wp.lab/, Match: ''/kitchenbug/application/assets/css/wiki-bubble-ie8.css?ver=0.6.4''' ExplorerIE8Comment: number: 0.6.4 - found_by: Explorer Ie8 Comment (Passive Detection) + found_by: Explorer Ie 8 Comment (Passive Detection) interesting_entries: - 'http://wp.lab/, Match: ''/kitchenbug/application/assets/css/recipe-explorer-ie8.css?ver=0.6.4''' QueryParameter: diff --git a/wpscan.gemspec b/wpscan.gemspec index fed7e5b9..6b9568e1 100644 --- a/wpscan.gemspec +++ b/wpscan.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.executables = ['wpscan'] s.require_paths = ['lib'] - s.add_dependency 'cms_scanner', '~> 0.6.2' + s.add_dependency 'cms_scanner', '~> 0.7.0' s.add_development_dependency 'bundler', '>= 1.6' s.add_development_dependency 'coveralls', '~> 0.8.0'