MISP / MISP/misp-modules

Add -v option to see installed version of misp-modules

Open
#511 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
377
Forks
280
Avg merge
2d 2h
Merged PRs (30d)
10

Description

Please add a -v or --version option so it's easy to see the installed version of misp-modules. Thanks in advance for considering this.

$ bin/misp-modules --help --version
usage: misp-modules [-h] [-t] [-s] [-d] [-p P] [-l L] [-m M] [--devel]

misp-modules server

optional arguments:
  -h, --help  show this help message and exit
  -t          Test mode
  -s          Run a system install (package installed via pip)
  -d          Enable debugging
  -p P        misp-modules TCP port (default 6666)
  -l L        misp-modules listen address (default localhost)
  -m M        Register a custom module
  --devel     Start in development mode, enable debug, start only the module(s) listed in -m.
              Example: -m misp_modules.modules.expansion.bgpranking

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the bin/misp-modules entry point and inspect how its command-line arguments produce the shown help output. Add the requested -v or --version interface, then run bin/misp-modules --help --version to verify that the installed misp-modules version is displayed.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.