diff --git a/_posts/2017-08-06-MISP.2.4.78.released.md b/_posts/2017-08-06-MISP.2.4.78.released.md index 8f12c8d..63e7387 100644 --- a/_posts/2017-08-06-MISP.2.4.78.released.md +++ b/_posts/2017-08-06-MISP.2.4.78.released.md @@ -6,9 +6,9 @@ featured: /assets/images/misp-small.png A new version of MISP [2.4.78](https://github.com/MISP/MISP/tree/v2.4.77) has been released including an important security fix (if you use sharing groups), multiple bug fixes and some new functionalities. -A security fix in in the attribute lookup in the UI to correctly adhere to the sharing group. Thanks to Helge Aksdal for pointing this out. +A security fix in in the attribute lookup in the UI to correctly adhere to the sharing group restrictions. Thanks to Helge Aksdal for pointing this out. -MISP roles can now be managed from the API directory. roles functions like add, delete, index, list and set_default are now accessible via the API. The current HEAD of PyMISP includes the roles support. +MISP roles can now be managed via the API. Role functions such as add, delete, index, list and set_default are now accessible via the API. The current HEAD of PyMISP includes the roles support. Multiple bugs in the UI and API were fixed in this release.