Skip to content

Releases: MISP/misp-modules

v3.0.1

06 Mar 13:32
Compare
Choose a tag to compare

✨ New Features

v3.0.0

05 Mar 13:33
Compare
Choose a tag to compare
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

26 Feb 13:27
Compare
Choose a tag to compare
chg: [deps] Remove pyfaup

v2.4.200

24 Feb 14:40
Compare
Choose a tag to compare

🐛 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 the ip 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 a name field to the module info (commit by @adulau)
  • 3bb66ba - [taxii21] Updated module (commit by @chrisr3d)
  • 658fcce - [import modules] Added some required 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

24 Nov 13:35
Compare
Choose a tag to compare

🐛 Bug Fixes

v2.4.198

08 Oct 17:58
7e2297a
Compare
Choose a tag to compare

🐛 Bug Fixes

v2.4.197

02 Sep 08:50
v2.4.197
93cec59
Compare
Choose a tag to compare

🐛 Bug Fixes

  • afe4a18 - do not use single quotes in systemd service unit execStart (commit by @Wachizungu)

v2.4.196

25 Aug 09:49
Compare
Choose a tag to compare

✨ New Features

🐛 Bug Fixes

misp-modules v2.4.195 with bugs fixes on the standalone website, a new vulnerability-lookup expansion module and upgrade to Python 3.12

19 Jul 15:33
v2.4.195
4711dcb
Compare
Choose a tag to compare

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.
  • 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.
  • 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

06 Jun 06:22
v2.4.192
55d63f8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.188...v2.4.192