From 9046291128dabaeba56a366db3ef8a654eebc046 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Sat, 5 Apr 2014 11:21:21 +0200 Subject: [PATCH] Fix #440 - Old wpscan repo links removed --- README | 1 - README.md | 1 - lib/common/models/wp_theme/findable.rb | 2 -- lib/common/models/wp_version/findable.rb | 2 -- lib/wpscan/wp_target/wp_login_protection.rb | 1 - spec/shared_examples/wp_target/wp_readme.rb | 1 - 6 files changed, 8 deletions(-) diff --git a/README b/README index 16366961..fe6914a1 100644 --- a/README +++ b/README @@ -82,7 +82,6 @@ ryandewhurst at gmail - Typhoeus segmentation fault: Update cURL to version => 7.21 (may have to install from source) - See http://code.google.com/p/wpscan/issues/detail?id=81 - Proxy not working: Update cURL to version => 7.21.7 (may have to install from source). diff --git a/README.md b/README.md index 061a39d7..b172eb71 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,6 @@ Apple Xcode, Command Line Tools and the libffi are needed (to be able to install - Typhoeus segmentation fault Update cURL to version => 7.21 (may have to install from source) - See http://code.google.com/p/wpscan/issues/detail?id=81 - Proxy not working diff --git a/lib/common/models/wp_theme/findable.rb b/lib/common/models/wp_theme/findable.rb index 8ebc6056..cc7c20ff 100755 --- a/lib/common/models/wp_theme/findable.rb +++ b/lib/common/models/wp_theme/findable.rb @@ -43,8 +43,6 @@ class WpTheme < WpItem end end - # http://code.google.com/p/wpscan/issues/detail?id=141 - # # @param [ URI ] target_uri # # @return [ WpTheme ] diff --git a/lib/common/models/wp_version/findable.rb b/lib/common/models/wp_version/findable.rb index 7c53e618..9a0731c4 100755 --- a/lib/common/models/wp_version/findable.rb +++ b/lib/common/models/wp_version/findable.rb @@ -190,8 +190,6 @@ class WpVersion < WpItem # Attempts to find the WordPress version from the sitemap.xml file. # - # See: http://code.google.com/p/wpscan/issues/detail?id=109 - # # @param [ URI ] target_uri # # @return [ String ] The version number diff --git a/lib/wpscan/wp_target/wp_login_protection.rb b/lib/wpscan/wp_target/wp_login_protection.rb index 4aeac5d0..eafa55d5 100644 --- a/lib/wpscan/wp_target/wp_login_protection.rb +++ b/lib/wpscan/wp_target/wp_login_protection.rb @@ -12,7 +12,6 @@ class WpTarget < WebSite end # Checks if a login protection plugin is enabled - # http://code.google.com/p/wpscan/issues/detail?id=111 # return a WpPlugin object or nil if no one is found def login_protection_plugin unless @login_protection_plugin diff --git a/spec/shared_examples/wp_target/wp_readme.rb b/spec/shared_examples/wp_target/wp_readme.rb index 2c5d2d5e..8449eb3f 100644 --- a/spec/shared_examples/wp_target/wp_readme.rb +++ b/spec/shared_examples/wp_target/wp_readme.rb @@ -27,7 +27,6 @@ shared_examples 'WpTarget::WpReadme' do @expected = true end - # http://code.google.com/p/wpscan/issues/detail?id=108 it 'returns true even if the readme.html is not in english' do @stub = { status: 200, body: File.new(fixtures_dir + '/readme-3.3.2-fr.html') } @expected = true