Update 2018-01-28-MISP.2.4.87.md

pull/3/head
Andras Iklody 2018-01-28 19:14:49 +01:00 committed by GitHub
parent ed5212c552
commit fe7ec4bbd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -4,20 +4,20 @@ layout: post
featured: /assets/images/misp-small.png
---
A new version of MISP [2.4.87](https://github.com/MISP/MISP/tree/v2.4.87) has been released including a huge contribution to better support internationalisation and localisation in MISP UI (a huge thank to Steve Clement of CIRCL for the tedious work), many improvements in the UI, feed and API including bug fixes and speed improvements.
A new version of MISP [2.4.87](https://github.com/MISP/MISP/tree/v2.4.87) has been released including a massive contribution enabling support for internationalisation and localisation in the MISP UI (a huge thank to Steve Clement of CIRCL for the tedious work), as well as a host of improvements to the UI, feed and APIs, including bug fixes and speed improvements.
The feed now supports the ability to add any arbitrary HTTP headers which can be used to cache and get feeds from feed providers with authentication. A basic authentication widget has been added to easily add
authentication header to a feed. Feed providers are more than welcome to contact us, if they would like to have their feed metadata added in the default MISP installation.
The feed system now supports the ability to add any arbitrary HTTP headers which can be used to cache and get feeds from feed providers with authentication. A basic authentication widget has been added to easily generate the appropriate
authentication header for a feed. Feed providers are more than welcome to contact us, if they would like to have their feed metadata added to the default MISP installation.
The MISP ZMQ publish-subscribe channel has been extended with a new specific channel for all activities related to [tags](https://www.misp-project.org/taxonomies.html).
[Warning-list](https://github.com/MISP/misp-warninglists) can now support a regular expression type in addition to the string, substring, hostname and CIDR types. This allows the creation of versatile type of warning-lists which can be used to filter false-positive at API level (using the `enforcewarninglist` option in the API) and to limit the export of false-positives.
[Warning-list](https://github.com/MISP/misp-warninglists) can now support a regular expressions in addition to the string, substring, hostname and CIDR parsing algorithms. This allows the creation of a new type of versatile of warning-lists, which can be used to filter false-positives at the API level (using the `enforcewarninglist` option in the API) and to limit the export of false-positives.
MISP automatic upgrade model has been improved to decouple DB changes from MISP version number allowing a more flexible upgrade model.
The MISP automatic upgrade model has been improved to decouple DB changes from MISP version number allowing a more flexible upgrade model.
Free-text import improved to support automatic category switching based on currently selected types make it more easy for users.
Free-text import improved to support automatic category switching based on currently selected types making it more adaptable for corner cases and easing the life of users taking advantage of this functionality in general.
Speed-up improvement in the logging view and tag view, it's way faster.
Speed-up of the event history and tag views, expect massive speed boosts.
Many bug fixes and improvement were introduced in this version. The full change log is available [here](https://www.misp.software/Changelog.txt). [PyMISP change log](https://www.misp.software/PyMISP-Changelog.txt) is also available.