chg: [blog] MISP 2.4.194 released

pull/104/head
Alexandre Dulaunoy 2024-06-21 20:32:33 +02:00
parent 8e53cbafb1
commit be60ee5a8d
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,58 @@
---
title: MISP 2.4.194 released with new functionalities and various bugs fixed
date: 2024-06-21
layout: post
tags: ["MISP", "Threat Intelligence", "release" ]
banner: /img/blog/object-collapse.png
---
MISP 2.4.194 released with new functionalities and various bugs fixed.
[Screencast of the new bookmark functionality](https://github.com/MISP/MISP/assets/3309/9c0a48a6-4af3-4b90-9941-d2e5d6d68e7e)
### New Features
- **Bookmark Functionality**:
- Users can now create bookmarks.
- Bookmarks can be shared with all users in the same organization.
- **Heartbeat Endpoint**:
- New `/users/heartbeat` endpoint.
- Accessible without authentication; returns a 200 response to indicate the instance is operational.
- Designed for quick checks to see if the instance is up and running.
- **Skip OTP Requirement**:
- New role permission to exclude certain roles from OTP requirements.
- Useful for filtered, local service accounts.
- **Users API Update**:
- Added a new boolean field indicating whether TOTP is set up for the user.
- Applicable to `/users/view`, `/admin/users/view`, `/admin/users/index` endpoints.
### Changes
- **Various Version Bumps**:
- Updates for misp-stix, schema, PyMISP, warning-lists, misp-galaxy, and misp-objects.
- **Bookmark Improvements**:
- Added title documentation for the `exposed_to_org` field.
- Enhanced quick search support for bookmarks.
- **ACL and Schema Updates**:
- Heartbeat added to the ACL component.
- Updates to schema and `mysql.sql`.
### Fixes
- **Default Roles and Permissions**:
- Added delegation permission for sync user and publisher roles.
- Readded default roles.
- Fixed issues with PyMISP tests, default roles, and various editor and ingestion bugs.
- **UI and Functional Fixes**:
- Corrected event report markdown editor to display tags.
- Included user agent in feed ingestion to address issues with specific feeds.
- Fixed editing view for galaxycluster blocklist.
- Readded missing org logo in the decaying model.
- Corrected JSON response handling in the decaying tool.
- Fixed object reference links for proper view refocus.
- Corrected errors in the server edit view.
- Fixed typo in bookmark description.
- Adjusted default role settings in `mysql.sql`.
- Updated local flag in EventTags to be boolean.
- Corrected filenames in RHEL background worker migration guide.
- Improved performance by increasing chunk size for sighting sync.
For a complete list of updates, please refer to the [changelog pages](https://www.misp-project.org/Changelog.txt). Many thanks to all the diligent contributors that ensure that MISP keeps improving rapidly!