set cve.py's _name to all caps "CVE"
This commit is contained in:
parent
f39b723af4
commit
c697c58b52
1 changed files with 2 additions and 0 deletions
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue