Renamed XML

This commit is contained in:
Christian Mehlmauer
2013-01-09 23:01:30 +01:00
parent c63d879d56
commit 4062e4dfbc
4 changed files with 3 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ begin
# seclists.org redirects to the homepage if the reference does not exist
# TODO : the special case above
if @check_vuln_ref_urls
vuln_ref_files = ["plugin_vulns.xml", "wp_theme_vulns.xml", "wp_vulns.xml"]
vuln_ref_files = ["plugin_vulns.xml", "theme_vulns.xml", "wp_vulns.xml"]
error_codes = [404, 500, 403]
not_found_regexp = %r{No Results Found|error 404|ID Invalid or Not Found}i