]> git.ipfire.org Git - thirdparty/suricata-update.git/commitdiff
Update source index URL to one hosted by OISF.
authorJason Ish <ish@unx.ca>
Tue, 5 Dec 2017 14:11:21 +0000 (08:11 -0600)
committerJason Ish <ish@unx.ca>
Tue, 5 Dec 2017 14:11:49 +0000 (08:11 -0600)
suricata/update/sources.py

index 936afe4bfdcf218a27bc47f75d162e39fbb04f01..f1e314697f151cc29919b4a58c1f67824cc32524 100644 (file)
@@ -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"