Removes all files from data/

This commit is contained in:
erwanlr
2014-09-12 18:46:30 +02:00
parent 82367a81c9
commit f818778e0a
13 changed files with 6 additions and 56770 deletions

View File

@@ -4,7 +4,12 @@ require 'common/updater/updater'
# Updater for the Database (currently only 3 .json)
class DbUpdater < Updater
FILES = %w(plugin_vulns.json theme_vulns.json wp_vulns.json)
FILES = %w(
local_vulnerable_files.xml local_vulnerable_files.xsd malwares.txt
plugins_full.txt plugins.txt themes_full.txt themes.txt
timthumbs.txt user-agents.txt wp_versions.xml wp_versions.xsd
plugin_vulns.json theme_vulns.json wp_vulns.json
)
attr_reader :repo_directory