Ready for release version 2.8 #834
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
[Work in progress](https://github.com/wpscanteam/wpscan/compare/2.8...master)
|
[Work in progress](https://github.com/wpscanteam/wpscan/compare/2.8...master)
|
||||||
|
|
||||||
## Version 2.8
|
## Version 2.8
|
||||||
Released: 2015-06-XX
|
Released: 2015-06-22
|
||||||
|
|
||||||
New
|
New
|
||||||
* Warn the user to update his DB files
|
* Warn the user to update his DB files
|
||||||
|
|||||||
2
Gemfile
2
Gemfile
@@ -10,6 +10,6 @@ gem 'ruby-progressbar', '>=1.6.0'
|
|||||||
group :test do
|
group :test do
|
||||||
gem 'webmock', '>=1.17.2'
|
gem 'webmock', '>=1.17.2'
|
||||||
gem 'simplecov'
|
gem 'simplecov'
|
||||||
gem 'rspec', '>=3.0'
|
gem 'rspec', '>= 3.3.0'
|
||||||
gem 'rspec-its'
|
gem 'rspec-its'
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ LOCAL_FILES_XSD = File.join(DATA_DIR, 'local_vulnerable_files.xsd')
|
|||||||
USER_AGENTS_FILE = File.join(DATA_DIR, 'user-agents.txt')
|
USER_AGENTS_FILE = File.join(DATA_DIR, 'user-agents.txt')
|
||||||
LAST_UPDATE_FILE = File.join(DATA_DIR, '.last_update')
|
LAST_UPDATE_FILE = File.join(DATA_DIR, '.last_update')
|
||||||
|
|
||||||
WPSCAN_VERSION = '2.7'
|
WPSCAN_VERSION = '2.8'
|
||||||
|
|
||||||
$LOAD_PATH.unshift(LIB_DIR)
|
$LOAD_PATH.unshift(LIB_DIR)
|
||||||
$LOAD_PATH.unshift(WPSCAN_LIB_DIR)
|
$LOAD_PATH.unshift(WPSCAN_LIB_DIR)
|
||||||
|
|||||||
Reference in New Issue
Block a user