From 4466add9585e79265def31596b269629ae13ffec Mon Sep 17 00:00:00 2001 From: garanews Date: Wed, 7 Feb 2024 16:57:27 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c46759b..ca19d3a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,18 @@ ## Changelog
- OROCHI 2.0.2 [WIP] + OROCHI 2.1.0 [2024/02/07] - * Symbols management [[#918](https://github.com/LDO-CERT/orochi/issues/918)] - * Store exctracted dump info in elastic [[#983](https://github.com/LDO-CERT/orochi/issues/983)] + * show plugins description with mouse over text [[#1000](https://github.com/LDO-CERT/orochi/issues/1000)] * Add comment to dump [[#988](https://github.com/LDO-CERT/orochi/issues/988)] - * Ldap support [[#948](https://github.com/LDO-CERT/orochi/issues/948)] + * Add download button for uploaded dumps [[#983](https://github.com/LDO-CERT/orochi/issues/984)] + * Store exctracted dump info in elastic [[#983](https://github.com/LDO-CERT/orochi/issues/983)] + * sort & filter on uploaded dumps [[#968](https://github.com/LDO-CERT/orochi/issues/968)] * Run plugin on multiple images [[#951](https://github.com/LDO-CERT/orochi/issues/951)] + * Ldap support [[#948](https://github.com/LDO-CERT/orochi/issues/948)] + * Symbols management [[#918](https://github.com/LDO-CERT/orochi/issues/918)] + * Custom Symbol Table Files [[#695](https://github.com/LDO-CERT/orochi/issues/695)] + * BUG: if docker fails while plugin is running it'll remain running forever [[#81](https://github.com/LDO-CERT/orochi/issues/81)]
@@ -15,7 +20,8 @@ * Add tree visualization for other plugin * Add support for linux dump - * Paginate analysis results in table + * Paginate analysis results in table [[#975](https://github.com/LDO-CERT/orochi/issues/975)] + * error passing CSRF_TRUSTED_ORIGINS [[#976](https://github.com/LDO-CERT/orochi/issues/976)]