mirror of https://github.com/MISP/misp-modules
commit
494f7762dc
|
@ -344,4 +344,3 @@ def introspection():
|
||||||
def version():
|
def version():
|
||||||
moduleinfo['config'] = moduleconfig
|
moduleinfo['config'] = moduleconfig
|
||||||
return moduleinfo
|
return moduleinfo
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,7 @@ def __archiveLink(archive_path, tocache):
|
||||||
archiver = url_archiver.Archive(archive_path=archive_path)
|
archiver = url_archiver.Archive(archive_path=archive_path)
|
||||||
return archiver.fetch(url=tocache, armor=True)
|
return archiver.fetch(url=tocache, armor=True)
|
||||||
|
|
||||||
|
|
||||||
def introspection():
|
def introspection():
|
||||||
return mispattributes
|
return mispattributes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue