From d6cab37977204d29abf6eb7895e382d7cb3b6ae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A9borah=20Servili?= Date: Tue, 31 Jan 2017 09:11:26 +0100 Subject: [PATCH] change author name to 'Various' --- clusters/ransomware.json | 2 +- tools/csv_to_galaxy.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/ransomware.json b/clusters/ransomware.json index d8943dd..c802220 100644 --- a/clusters/ransomware.json +++ b/clusters/ransomware.json @@ -1,6 +1,6 @@ { "authors": [ - "authorname" + "Various" ], "description": "Ransomware galaxy based on https://docs.google.com/spreadsheets/d/1TWS238xacAto-fLKh1n5uTsdijWdCEsGIM0Y0Hvmc5g/pubhtml", "type": "ransomware", diff --git a/tools/csv_to_galaxy.py b/tools/csv_to_galaxy.py index 6c43df4..9cbf07e 100644 --- a/tools/csv_to_galaxy.py +++ b/tools/csv_to_galaxy.py @@ -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