Server -m option fails to load and run custom modules
Open
@adulau is already working on this.
Since Nov 28, 2022.
hackathon
- Dominant language
- Python
- Stars
- 377
- Forks
- 280
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 10
Description
This issue requests repair of misp-modules startup option -m.
We have developed a custom module that queries an internal proprietary system to enrich details of attributes on the MISP web UI. That module is in the python virtual environment used by misp-modules server, but not in the site-packages/misp_modules directory. I tried to launch misp-modules with a command line something like misp-modules -m misp.cymru but get this error:
AttributeError: module 'misp.cymru' has no attribute 'register'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.