Skip to content

Commit

Permalink
change master for develop branch from reversinglabs signatures' repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mablanco committed Jul 6, 2020
1 parent b56fe7f commit 5885a69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions loki-upgrader.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class LOKIUpdater(object):

UPDATE_URL_SIGS = [
"https://github.com/Neo23x0/signature-base/archive/master.zip",
"https://github.com/reversinglabs/reversinglabs-yara-rules/archive/master.zip"
"https://github.com/reversinglabs/reversinglabs-yara-rules/archive/develop.zip"
]

UPDATE_URL_LOKI = "https://api.github.com/repos/Neo23x0/Loki/releases/latest"
Expand All @@ -65,7 +65,8 @@ def update_signatures(self, clean=False):
except Exception as e:
if self.debug:
traceback.print_exc()
self.logger.log("ERROR", "Upgrader", "Error downloading the signature database - %s" % e)
self.logger.log("ERROR", "Upgrader", "Error downloading the signature database - "
"check your Internet connection")
sys.exit(1)

# Preparations
Expand Down

0 comments on commit 5885a69

Please sign in to comment.