mirror of https://github.com/MISP/misp-modules
add methods
parent
cfe971a271
commit
09c52788b8
|
@ -163,3 +163,11 @@ def expand_domain_info(api, misperror,domain):
|
||||||
|
|
||||||
|
|
||||||
return r, status_ok
|
return r, status_ok
|
||||||
|
|
||||||
|
def introspection():
|
||||||
|
return mispattributes
|
||||||
|
|
||||||
|
|
||||||
|
def version():
|
||||||
|
moduleinfo['config'] = moduleconfig
|
||||||
|
return moduleinfo
|
Loading…
Reference in New Issue