Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version discrepancies between misp-modules and MISP #631

Open
skalvaro opened this issue Jul 25, 2023 · 1 comment
Open

Version discrepancies between misp-modules and MISP #631

skalvaro opened this issue Jul 25, 2023 · 1 comment

Comments

@skalvaro
Copy link

Several requirements in misp-modules install different version then what is installed with misp itself.
Example is pymisp which in the requirements of misp-modules is fixed on 2.4.167 while an update of misp itself will install the latest version.

Recently we had issues with yara-python for which the advise was to update it to the latest version but again the requirements of misp-modules fixes this package to 3.8.1.

misp-modules also has an update script, update_misp_modules.sh, which when used will install the versions mentioned in the requirements.

Another example is apiosintds with its dependency on pytz==2019.3 while misp-stix needs 2022.2.1.

The question is how to keep misp and misp-modules up-to-date with all of the dependencies and differences in them.

OS: Ubuntu 22.04.2 LTS

@elvidence
Copy link

elvidence commented Jun 21, 2024

I tested most of the modules that complained with the new pymisp, pytz and so on. They all work fine. I then ended up going to
/var/www/MISP/venv/lib/python3.10/site-packages/vysion-1.0.10.dist-info/METADATA
/var/www/MISP/venv/lib/python3.10/site-packages/censys …./METADATA
 etc etc
and directly editing the METADATA
 files similar to:
Requires-Dist: requests (>=2.29.0,<2.33.0)

Requires-Dist: urllib3 (>=2.2.2)

Requires-Dist: pymisp (>=2.4.175,<2.5)


No more complains and everything is stable and working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants