Prepare 2.9.1 release #935
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -8,9 +8,17 @@ Released: 2016-05-06
|
||||
* Update to Ruby 2.3.1, drop older ruby support
|
||||
* New data file location
|
||||
* Added experimental Windows support
|
||||
* Display Wordpress metadata on the detected version
|
||||
* Display WordPress metadata on the detected version
|
||||
* Several small fixes
|
||||
|
||||
WPScan Database Statistics:
|
||||
* Total vulnerable versions: 156
|
||||
* Total vulnerable plugins: 1331
|
||||
* Total vulnerable themes: 376
|
||||
* Total version vulnerabilities: 2001
|
||||
* Total plugin vulnerabilities: 2168
|
||||
* Total theme vulnerabilities: 457
|
||||
|
||||
## Version 2.9
|
||||
Released: 2015-10-15
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ LAST_UPDATE_FILE = File.join(DATA_DIR, '.last_update')
|
||||
|
||||
MIN_RUBY_VERSION = '2.1.9'
|
||||
|
||||
WPSCAN_VERSION = '2.9'
|
||||
WPSCAN_VERSION = '2.9.1'
|
||||
|
||||
$LOAD_PATH.unshift(LIB_DIR)
|
||||
$LOAD_PATH.unshift(WPSCAN_LIB_DIR)
|
||||
|
||||
Reference in New Issue
Block a user