diff --git a/_posts/2021-07-05-MISP.2.4.145-and-2.4.146.released.md b/_posts/2021-07-05-MISP.2.4.145-and-2.4.146.released.md index fa3303b..3816183 100644 --- a/_posts/2021-07-05-MISP.2.4.145-and-2.4.146.released.md +++ b/_posts/2021-07-05-MISP.2.4.145-and-2.4.146.released.md @@ -13,7 +13,7 @@ MISP 2.4.145 and 2.4.146 released including a massive update to the MISP warning [Warning lists](https://github.com/misp/misp-warninglists) system has been significantly improved (thanks to Jakub Onderka). - Custom warning lists can be created and managed in the MISP user-interface -- Warning lists can be now imported via API +- Warning lists can be now imported via the API - Warning lists changes are exported in the ZMQ channel - Warning lists include new categories to describe the scope @@ -21,16 +21,18 @@ MISP 2.4.145 and 2.4.146 released including a massive update to the MISP warning ## Summary email notification -New event summaries only added as a new setting. This feature publish the normal alert reports excluding attributes and object to only describe a summary of the alert. This can -be used when encryption cannot be enabled and organisations still require email alerting. +Email notifications have received a new configuration setting: New event summaries only. +This feature publishes the normal alert reports excluding attributes and objects, thereby +only describing a summary of the alert. This can be used when encryption cannot be enabled +and organisations still require email alerting. ## Documentation -A new documentation has been added to describe the [session and cookie handling in MISP](https://raw.githubusercontent.com/MISP/MISP/2.4/docs/generic/Authentication%20Diagram/MISP%20Authentication%20Diagram.png). +New documentation has been added to describe the [session and cookie handling in MISP](https://raw.githubusercontent.com/MISP/MISP/2.4/docs/generic/Authentication%20Diagram/MISP%20Authentication%20Diagram.png). ## API -- Read only authentication keys feature has been added. (don't forget to enable the advanced authentication key feature) +- Thanks to a new feature, you can now create read only authentication keys (don't forget to enable the advanced authentication key feature for this to work). # Security Fixes