From 99e02115ca4898a3b5645a25449d3c964e60df96 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Tue, 5 Feb 2013 15:28:45 +0100 Subject: [PATCH] backbumping --- lib/common_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common_helper.rb b/lib/common_helper.rb index a37e9dc7..8b921175 100644 --- a/lib/common_helper.rb +++ b/lib/common_helper.rb @@ -46,7 +46,7 @@ VULNS_XSD = DATA_DIR + '/vuln.xsd' WP_VERSIONS_XSD = DATA_DIR + '/wp_versions.xsd' LOCAL_FILES_XSD = DATA_DIR + '/local_vulnerable_files.xsd' -WPSCAN_VERSION = '3.0' +WPSCAN_VERSION = '2.0' require "#{LIB_DIR}/environment"