diff --git a/lib/common/db_updater.rb b/lib/common/db_updater.rb index 42f1d4a8..f6ce7e67 100644 --- a/lib/common/db_updater.rb +++ b/lib/common/db_updater.rb @@ -28,7 +28,7 @@ class DbUpdater # @return [ String ] The raw file URL associated with the given filename def remote_file_url(filename) - "https://raw.githubusercontent.com/wpscanteam/vulndb/master/#{filename}" + "https://wpvulndb.com/data/#{filename}" end # @return [ String ] The checksum of the associated remote filename