aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/cve.py2
1 files changed, 2 insertions, 0 deletions
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):
"""