Releases: MISP/misp-modules
Releases · MISP/misp-modules
v3.0.1
v3.0.0
new: first 3.x release Changes: - add support to custom 'out-of-package' MISP modules - new extra '[all]' installs dependencies required by all modules - default package installs only workflow-required dependencies - remove all dependencies located in git repositories - enforce single approach to discover package and file system modules - add pre-commit hook to run black, isort, and flake8 - logging captures deprecation warnings - flake8 linter runs against all modules - remove custom module discovery logic when building the documentation - remove all exported symbols where not needed
v2.4.201
chg: [deps] Remove pyfaup
v2.4.200
🐛 Bug Fixes
3033525
- [yara_query] description fixed (commit by @adulau)63cffa2
- [vulnerability_lookup] Updated API url (commit by @chrisr3d)8acd890
- [vulnerability_lookup] Fixed potentially missing fields in the GSD description of a vulnerability (commit by @chrisr3d)97f6afc
- [vulnerability_lookup] Better reference between vulnerability and weakness objects (commit by @chrisr3d)9f1efde
- [reversedns] add theip
attribute type (commit by @adulau)6d29742
- [vulnerability_lookup] Quick fix on a typing and an indentation (commit by @chrisr3d)8b5e1ce
- [tests] Updated test for the cve module following its recent changes (commit by @chrisr3d)48fdd50
- [init]onion_lookup
module added + clean-up of the list (commit by @adulau)ab94e11
- [onion_lookup] add aname
field to the module info (commit by @adulau)3bb66ba
- [taxii21] Updated module (commit by @chrisr3d)658fcce
- [import modules] Added somerequired
fields for required user config (commit by @chrisr3d)625bc68
- [poetry] Rebumping lock file after merge conflict (commit by @chrisr3d)44a915f
- [security] Disable local file access and JS execution for wkhtmltopdf (commit by @mokaddem)
v2.4.199
🐛 Bug Fixes
73e6ae2
- [expansion:init] Added new moduleconvert_markdown_to_pdf
for loading (commit by @mokaddem)0574515
- [pyproject] Added missing pandoc requirement (commit by @mokaddem)6a3557b
- [launch] check conf file (commit by @DavidCruciani)68d4ad1
- [mmdb_lookup] moduleinfo new format updated (commit by @adulau)
v2.4.198
🐛 Bug Fixes
28390ac
- [expansion:virus_total] CaptureForbiddenError
from vr.APIError correctly (commit by @mokaddem)d5b9676
- [website.migrations] try-except (commit by @DavidCruciani)
v2.4.197
🐛 Bug Fixes
afe4a18
- do not use single quotes in systemd service unit execStart (commit by @Wachizungu)
v2.4.196
✨ New Features
57a1965
- crowdsec: Update module (v2.1.0) (commit by @julienloizelet)8c1d7b2
- crowdsec: Add missing moduleinfo fields (commit by @julienloizelet)4dc71af
- crowdsec: Use misp-objects template and check IP (commit by @julienloizelet)
🐛 Bug Fixes
3f042f8
- [doc] original JSON file type for GTI (commit by @adulau)b5424fa
- [doc] regenerated (commit by @adulau)6ad0d90
- [doc] url fixed (commit by @adulau)dd3ac91
- [cve] fix CVE module to new vulnerability.circl.lu url (commit by @cvandeplas)4a73c4a
- [tests] fix yara issue in unit tests (commit by @cvandeplas)33824e0
- [yara_export] add new module to init (commit by @cvandeplas)9e95c0e
- [cisco_firesight_manager_ACL_rule_export] include in init (commit by @cvandeplas)79442c2
- [modules] many modules not loaded as python module (commit by @cvandeplas)ea14fb4
- [doc] align static documentation pages (commit by @cvandeplas)1bdb24c
- fixes issues added in latest commit (commit by @cvandeplas)bd155b6
- [make] be sure the version of misp_modules installed are the one (commit by @adulau)d329f50
- [doc] fixes newline in description (commit by @cvandeplas)ede96be
- [doc] make linting happy (commit by @cvandeplas)feeeadd
- [expansion] whois module added back (commit by @adulau)208e1c9
- [website.query] download (commit by @DavidCruciani)
misp-modules v2.4.195 with bugs fixes on the standalone website, a new vulnerability-lookup expansion module and upgrade to Python 3.12
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]
v2.4.192
What's Changed
- add stairwell expansion module and update misp-objects to a193e03 by @goodlandsecurity in #660
- Slack action module by @goodlandsecurity in #661
- feat: Google Threat Intelligence expansion module by @danipv in #663
- [Google Threat Intelligence] Add web doc and fix logo for the module by @danipv in #664
- build(deps): bump werkzeug from 2.3.8 to 3.0.3 in /website by @dependabot in #659
- Update REQUIREMENTS by @davidonzo in #666
New Contributors
- @goodlandsecurity made their first contribution in #660
Full Changelog: v2.4.188...v2.4.192