Misp-modules

Latest version: v2.4.199

Safety actively analyzes 688735 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

2.4.199

:bug: Bug Fixes
- [`73e6ae2`](https://github.com/MISP/misp-modules/commit/73e6ae2f5852d61b634241122f8250e2c96d0d93) - [expansion:init] Added new module `convert_markdown_to_pdf` for loading *(commit by mokaddem)*
- [`0574515`](https://github.com/MISP/misp-modules/commit/05745151cc98d49b0a8e46321bfebdf521ac90a8) - [pyproject] Added missing pandoc requirement *(commit by mokaddem)*
- [`6a3557b`](https://github.com/MISP/misp-modules/commit/6a3557bae74052c73b5267c3699e086b351770ef) - [launch] check conf file *(commit by DavidCruciani)*
- [`68d4ad1`](https://github.com/MISP/misp-modules/commit/68d4ad1d34721a1d3b1e0cddb44be2eb6a7c39c7) - [mmdb_lookup] moduleinfo new format updated *(commit by adulau)*

2.4.198

:bug: Bug Fixes
- [`28390ac`](https://github.com/MISP/misp-modules/commit/28390ac9ae51b8daab332b09e93030a2d878c719) - [expansion:virus_total] Capture `ForbiddenError` from vr.APIError correctly *(commit by mokaddem)*
- [`d5b9676`](https://github.com/MISP/misp-modules/commit/d5b9676479a4fca4a1dd2fcba228ad21bbba8f4c) - [website.migrations] try-except *(commit by DavidCruciani)*

2.4.197

:bug: Bug Fixes
- [`afe4a18`](https://github.com/MISP/misp-modules/commit/afe4a18a03d2660998e0b56dace60a2759e4dc0f) - do not use single quotes in systemd service unit execStart *(commit by Wachizungu)*

2.4.196

:sparkles: New Features
- [`57a1965`](https://github.com/MISP/misp-modules/commit/57a1965b5218c03f2f122d7761439bbe0b1d4c82) - **crowdsec**: Update module (v2.1.0) *(commit by julienloizelet)*
- [`8c1d7b2`](https://github.com/MISP/misp-modules/commit/8c1d7b2c206a2296400585003c5c48f672c186a6) - **crowdsec**: Add missing moduleinfo fields *(commit by julienloizelet)*
- [`4dc71af`](https://github.com/MISP/misp-modules/commit/4dc71af3010c60cdaddce7d1419d019b702c636f) - **crowdsec**: Use misp-objects template and check IP *(commit by julienloizelet)*

:bug: Bug Fixes
- [`3f042f8`](https://github.com/MISP/misp-modules/commit/3f042f827e927a9c4f782e3d88a66f427c44708a) - [doc] original JSON file type for GTI *(commit by adulau)*
- [`b5424fa`](https://github.com/MISP/misp-modules/commit/b5424fafdd9becf7bd0401067636017215c26bf0) - [doc] regenerated *(commit by adulau)*
- [`6ad0d90`](https://github.com/MISP/misp-modules/commit/6ad0d90e25790ade192c85a105e4a73af5c05eef) - [doc] url fixed *(commit by adulau)*
- [`dd3ac91`](https://github.com/MISP/misp-modules/commit/dd3ac91afdd3bec88a5f1d93bc601596d8fa6394) - [cve] fix CVE module to new vulnerability.circl.lu url *(commit by cvandeplas)*
- [`4a73c4a`](https://github.com/MISP/misp-modules/commit/4a73c4a0d53bfe14e31d2023f51f519e4c2c5e49) - [tests] fix yara issue in unit tests *(commit by cvandeplas)*
- [`33824e0`](https://github.com/MISP/misp-modules/commit/33824e04ad12da738ac4aba8c216064c51c014cf) - [yara_export] add new module to __init__ *(commit by cvandeplas)*
- [`9e95c0e`](https://github.com/MISP/misp-modules/commit/9e95c0e81da11c948541d415e89084e965e153bf) - [cisco_firesight_manager_ACL_rule_export] include in __init__ *(commit by cvandeplas)*
- [`79442c2`](https://github.com/MISP/misp-modules/commit/79442c2cd3783e12fe40c3974d005474e012a9b1) - [modules] many modules not loaded as python module *(commit by cvandeplas)*
- [`ea14fb4`](https://github.com/MISP/misp-modules/commit/ea14fb4a525cbb496e1ab85fc979af030d78edb1) - [doc] align static documentation pages *(commit by cvandeplas)*
- [`1bdb24c`](https://github.com/MISP/misp-modules/commit/1bdb24c9bc434b6c9587df61693114ccd4a15d65) - fixes issues added in latest commit *(commit by cvandeplas)*
- [`bd155b6`](https://github.com/MISP/misp-modules/commit/bd155b6ac710e99d127a1691b83c63969929af25) - [make] be sure the version of misp_modules installed are the one *(commit by adulau)*
- [`d329f50`](https://github.com/MISP/misp-modules/commit/d329f502c2e24d1729c9f1c1b7dd297895809fca) - [doc] fixes newline in description *(commit by cvandeplas)*
- [`ede96be`](https://github.com/MISP/misp-modules/commit/ede96bee23fd0d147112ebad15f4d8b2806d7e6e) - [doc] make linting happy *(commit by cvandeplas)*
- [`feeeadd`](https://github.com/MISP/misp-modules/commit/feeeaddeb1640a7af6cbee3056110335507156e6) - [expansion] whois module added back *(commit by adulau)*
- [`208e1c9`](https://github.com/MISP/misp-modules/commit/208e1c9b0be1d41f1508d2a9142088a35570a9b0) - [website.query] download *(commit by DavidCruciani)*

2.4.195

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]

2.4.192

What's Changed
* add stairwell expansion module and update misp-objects to a193e03 by goodlandsecurity in https://github.com/MISP/misp-modules/pull/660
* Slack action module by goodlandsecurity in https://github.com/MISP/misp-modules/pull/661
* feat: Google Threat Intelligence expansion module by danipv in https://github.com/MISP/misp-modules/pull/663
* [Google Threat Intelligence] Add web doc and fix logo for the module by danipv in https://github.com/MISP/misp-modules/pull/664
* build(deps): bump werkzeug from 2.3.8 to 3.0.3 in /website by dependabot in https://github.com/MISP/misp-modules/pull/659
* Update REQUIREMENTS by davidonzo in https://github.com/MISP/misp-modules/pull/666

New Contributors
* goodlandsecurity made their first contribution in https://github.com/MISP/misp-modules/pull/660

**Full Changelog**: https://github.com/MISP/misp-modules/compare/v2.4.188...v2.4.192

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.