From c697c58b527d08c0753d822af1bfe785167c1e08 Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 28 Mar 2019 21:54:18 +0000 Subject: [PATCH] set cve.py's _name to all caps "CVE" --- modules/cve.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/cve.py b/modules/cve.py index 1c7f408e..e0f51a22 100644 --- a/modules/cve.py +++ b/modules/cve.py @@ -4,6 +4,8 @@ from src import ModuleManager, utils URL_CVE = "https://cve.circl.lu/api/cve/%s" class Module(ModuleManager.BaseModule): + _name = "CVE" + @utils.hook("received.command.cve", min_args=1) def cve(self, event): """