Update 2019-08-19-MISP.2.4.113.released.md

pull/13/head
Andras Iklody 2019-08-20 12:06:44 +02:00 committed by GitHub
parent fe21e79835
commit 6680584d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ A new version of MISP ([2.4.113](https://github.com/MISP/MISP/tree/v2.4.113)) wi
## API and sync
- [API] get a single server setting via /servers/getSetting/[setting_name], fixes #4964.
- [API] get individual server settings via /servers/getSetting/[setting_name], fixes #4964.
- [API] Allow posting freetext data for ingestion via the event UUID instead of ID, fixes #4995.
- [internal / API] new component added to handle repeatable code across all controllers (toolbox controller)
- added UUID -> ID lookup function and integrated it across several functions