MISP 2.4.57 released

pull/1/head
Alexandre Dulaunoy 2016-12-19 17:55:01 +01:00
parent 4c31f5422e
commit 10a2123042
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
---
title: MISP 2.4.57 released
layout: post
featured: /assets/images/misp-small.png
---
A new version of MISP [2.4.57](https://github.com/MISP/MISP/tree/v2.4.57) has been released, including bug fixes and improvements.
Two major new features were introduced in 2.4.57. One feature is the addition of new attributes type and categories
to support the new use-cases in MISP. The new attributes include a ```Person category```, ```Social network``` and ```Support tool```. The
new attributes type including additional email headers type along with natural person attributes or even mobile application identifier.
For a complete overview of the new types, you can have a look at the [wiki page "New Attributes"](https://github.com/MISP/MISP/wiki/NewAttributes).
The second feature is the ability to enforce the [warning-lists](https://github.com/MISP/misp-warninglists) via the API.
The warning lists are integrated in MISP to display an info/warning box at the event and attribute level if such indicators are available in one of the list.
With the new feature in 2.4.57, you can now enforce the list at the API level too and remove all attributes having a hit in a warning list. A flag called ```enforceWarninglist``` is available to enforce it.
The release includes various improvements such as:
- Add a way to disable certain tags from the UI and especially a setting to set new tags as hidden.
- [Galaxy] bug fixes and improvement to the UI based on users feedback.
- Latest taxonomies updated.
- Some minor bug fixes and updates.
A big thank to all the users who gave feedback to improve MISP.
The full change log is available [here](http://www.misp-project.org/Changelog.txt).
Don't hesitate to [open an issue](https://github.com/MISP/MISP/issues) if you have any feedback, found a bug or want to propose new features.