v2.4.195 (2024-07-19)
New
-
vulnerability_lookup: New module to query Vulnerability Lookup. [Christian Studer]
- Reusing the
variotdbs
code to parse the vulnerability description from VariotDB.
- Reusing the
-
feature: External tools configuration and usage. [David Cruciani]
Changes
- query: Query as same. [David Cruciani]
Fixes
- vulnerability_lookup: Avoiding issues with
Iterator
in python3.8. [Christian Studer] - vulnerability_lookup: Avoiding KeyError exceptions on some fields. [Christian Studer]
- login: Flash messages. [David Cruciani]
Other
-
Merge pull request #672 from ostefano/pandas2. [Alexandre Dulaunoy]
- Update pandas and pandas_ods_reader and patch ods_enrich.
-
Update pandas and pandas_ods_reader and patch ods_enrich. [Stefano Ortolani]
-
Merge pull request #670 from ostefano/python312. [Alexandre Dulaunoy]
- Improve compatibility and upgrade python to 3.12.
-
Improve compatibility and upgrade python to 3.12. [Stefano Ortolani]
- Changes:
- Remove vysion (not compatible with python 3.12 and no public repository).
- Remove stiximport (requires archaic version of pymisp).
- Update Python to 3.12.
- Pin Numpy to 1.X.
- Add missing dependencies.
- Commit lock file.
- Update requirements file.
- Changes:
-
Merge pull request #669 from VirusTotal/update_doc_references. [Alexandre Dulaunoy]
- Update VirusTotal documentation references.
-
Update doc references. [silviacuenca]
-
Merge branch 'main' of github.com:MISP/misp-modules. [Christian Studer]