From 3af14a7f6ede8ec4e45f3575d5e9f1182f2206eb Mon Sep 17 00:00:00 2001 From: Daniel Pascual Date: Mon, 13 May 2024 20:00:14 +0200 Subject: [PATCH] Logo and desc --- misp_modules/modules/expansion/google_threat_intelligence.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misp_modules/modules/expansion/google_threat_intelligence.py b/misp_modules/modules/expansion/google_threat_intelligence.py index fd6db0c5..3b767034 100644 --- a/misp_modules/modules/expansion/google_threat_intelligence.py +++ b/misp_modules/modules/expansion/google_threat_intelligence.py @@ -36,7 +36,8 @@ MISP_ATTRIBUTES = { MODULE_INFO = { 'version': '1', 'author': 'Google Threat Intelligence team', - 'description': '', + 'description': ('An expansion module to have the observable\'s threat' + ' score assessed by Google Threat Intelligence.'), 'module-type': ['expansion'], 'config': [ 'apikey',