From: Jason Ish Date: Tue, 5 Dec 2017 14:11:21 +0000 (-0600) Subject: Update source index URL to one hosted by OISF. X-Git-Tag: 1.0.0a1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dbb5a7d909460a7c0e3b6ea672cdb58e760e775;p=thirdparty%2Fsuricata-update.git Update source index URL to one hosted by OISF. --- diff --git a/suricata/update/sources.py b/suricata/update/sources.py index 936afe4..f1e3146 100644 --- a/suricata/update/sources.py +++ b/suricata/update/sources.py @@ -29,7 +29,7 @@ from suricata.update import loghandler logger = logging.getLogger() -DEFAULT_SOURCE_INDEX_URL = "https://raw.githubusercontent.com/jasonish/suricata-intel-index/master/index.yaml" +DEFAULT_SOURCE_INDEX_URL = "https://www.openinfosecfoundation.org/rules/index.yaml" SOURCE_INDEX_FILENAME = "index.yaml" DEFAULT_SOURCE_DIRECTORY = "/var/lib/suricata/update/sources"