mirror of https://github.com/MISP/misp-website
chg: [blog] MISP 2.4.122 added
parent
40e53d91d7
commit
746f801537
|
@ -0,0 +1,36 @@
|
|||
---
|
||||
title: MISP 2.4.122 released (aka the bug fix release)
|
||||
layout: post
|
||||
featured: /assets/images/misp/blog/t-misp-overview.png
|
||||
---
|
||||
|
||||
# MISP 2.4.122 released
|
||||
|
||||
A new version of MISP ([2.4.122](https://github.com/MISP/MISP/tree/v2.4.122)) has been released. This version includes various fixes, small new features and improvements.
|
||||
|
||||
# Log user IP addresses on login
|
||||
|
||||
A new logging optional feature has been added to log user IPs on login.
|
||||
|
||||
The feature logs on successful login logs the associated user ID for a given IP (with a 30 day retention). It also logs the IP for the associated user ID (indefinite retention).
|
||||
|
||||
Two new command lines were added:
|
||||
|
||||
- Get IPs For User ID: `MISP/app/Console/cake Admin UserIP [user_id]`
|
||||
- Get User ID For User IP: `MISP/app/Console/cake Admin IPUser [ip]`
|
||||
|
||||
# New Danish communities added
|
||||
|
||||
In MISP, we have a flexible system to announce information sharing communities. In 2.4.122, a Danish community has been added. If you would like to add and announce your community to all MISP users, don't hesitate to edit the [community JSON file](https://github.com/MISP/MISP/blob/2.4/app/files/community-metadata/defaults.json) and perform a pull-request.
|
||||
|
||||
# Correlation bug fixed
|
||||
|
||||
A bug fix solves an issue where attribute edits could purge correlations. The bug was introduced by a merge gone wrong. The attribute edits that modify fields that do not affect the correlations (such as to_ids, comment, etc) would cause correlations to be purged
|
||||
|
||||
# Acknowledgement
|
||||
|
||||
We would like to thank all the [contributors](https://www.misp-project.org/contributors), reporters and users who have helped us in the past months to improve MISP and information sharing at large. This release includes multiple updates in [misp-objects](https://www.misp-project.org/objects.html), [misp-taxonomies](https://www.misp-project.org/taxonomies.html) and [misp-galaxy](https://www.misp-project.org/galaxy.html).
|
||||
|
||||
As always, a detailed and [complete changelog is available](https://www.misp-project.org/Changelog.txt) with all the fixes, changes and improvements.
|
||||
|
||||
|
Loading…
Reference in New Issue