mirror of https://github.com/MISP/misp-galaxy
change author name to 'Various'
parent
39c1b0be8d
commit
d6cab37977
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"authors": [
|
||||
"authorname"
|
||||
"Various"
|
||||
],
|
||||
"description": "Ransomware galaxy based on https://docs.google.com/spreadsheets/d/1TWS238xacAto-fLKh1n5uTsdijWdCEsGIM0Y0Hvmc5g/pubhtml",
|
||||
"type": "ransomware",
|
||||
|
|
|
@ -64,7 +64,7 @@ if __name__ == '__main__':
|
|||
for author in args.authors:
|
||||
galaxy["authors"].append(author)
|
||||
else:
|
||||
galaxy["authors"] = ["authorname"]
|
||||
galaxy["authors"] = ["Various"]
|
||||
|
||||
if args.source is not None:
|
||||
galaxy["source"] = args.source
|
||||
|
|
Loading…
Reference in New Issue