new ruby version with security bugfixes released
This commit is contained in:
@@ -2,7 +2,7 @@ language: ruby
|
|||||||
sudo: false
|
sudo: false
|
||||||
cache: bundler
|
cache: bundler
|
||||||
rvm:
|
rvm:
|
||||||
- 2.1.8
|
- 2.1.9
|
||||||
- 2.2.0
|
- 2.2.0
|
||||||
- 2.2.1
|
- 2.2.1
|
||||||
- 2.2.2
|
- 2.2.2
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ WPScan comes pre-installed on the following Linux distributions:
|
|||||||
|
|
||||||
Prerequisites:
|
Prerequisites:
|
||||||
|
|
||||||
- Ruby >= 2.1.8 - Recommended: 2.3.0
|
- Ruby >= 2.1.9 - Recommended: 2.3.0
|
||||||
- Curl >= 7.21 - Recommended: latest - FYI the 7.29 has a segfault
|
- Curl >= 7.21 - Recommended: latest - FYI the 7.29 has a segfault
|
||||||
- RubyGems - Recommended: latest
|
- RubyGems - Recommended: latest
|
||||||
- Git
|
- Git
|
||||||
|
|||||||
@@ -28,7 +28,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')
|
||||||
|
|
||||||
MIN_RUBY_VERSION = '2.1.8'
|
MIN_RUBY_VERSION = '2.1.9'
|
||||||
|
|
||||||
WPSCAN_VERSION = '2.9'
|
WPSCAN_VERSION = '2.9'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user