mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-23 07:17:17 +00:00
Merge branch 'master' of github.com:MISP/misp-galaxy
This commit is contained in:
commit
762ee63bf7
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"authors": [
|
"authors": [
|
||||||
"authorname"
|
"Various"
|
||||||
],
|
],
|
||||||
"description": "Ransomware galaxy based on https://docs.google.com/spreadsheets/d/1TWS238xacAto-fLKh1n5uTsdijWdCEsGIM0Y0Hvmc5g/pubhtml",
|
"description": "Ransomware galaxy based on https://docs.google.com/spreadsheets/d/1TWS238xacAto-fLKh1n5uTsdijWdCEsGIM0Y0Hvmc5g/pubhtml",
|
||||||
"type": "ransomware",
|
"type": "ransomware",
|
||||||
|
|
|
@ -64,7 +64,7 @@ if __name__ == '__main__':
|
||||||
for author in args.authors:
|
for author in args.authors:
|
||||||
galaxy["authors"].append(author)
|
galaxy["authors"].append(author)
|
||||||
else:
|
else:
|
||||||
galaxy["authors"] = ["authorname"]
|
galaxy["authors"] = ["Various"]
|
||||||
|
|
||||||
if args.source is not None:
|
if args.source is not None:
|
||||||
galaxy["source"] = args.source
|
galaxy["source"] = args.source
|
||||||
|
|
Loading…
Reference in a new issue