From a4b425be8fed0ccb1a3ae306a808e3d790ea824e Mon Sep 17 00:00:00 2001 From: Richard Zak Date: Sun, 28 Jul 2024 15:25:30 -0400 Subject: [PATCH] doc: update log Signed-off-by: Richard Zak --- log.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/log.md b/log.md index 3b6936e..3f082fc 100644 --- a/log.md +++ b/log.md @@ -1,3 +1,36 @@ +# 21 July 2024 +* Much more inline documentation, should make docs.rs for MalwareDB more informative. + +# 07 July 2024 +* Removed all references to SDHash. It likely won't come back unless progress is made on the Rust crate which implements SDHash. + +# 23 June 2024 +* Client binary may generate autocompletion scripts. + +# 19 June 2024 +* Client may view, create, unpack CaRT files. + +# 09 June 2024 +* Better bounds checking when parsing PE32. +* Store section, architecture for executable files in the database. +* Sources can be labeled malicious. No impact yet but might automatically mark samples from that source as malicious. + +# 05 June 2024 +* Better bounds checking when parsing ELFs. + +# 04 June 2024 +* Client may submit samples and refer to source by name or ID. +* Client binary shows uploaded information if user presses Ctrl-C. + +# 02 June 2024 +* On server first run, some admin commands are suggested if compiled with `admin` feature. +* Server can create empty config file. +* Admin command may toggle ability to send unknown files to VirusTotal. + +# 01 June 2024 +* Admin command can try to find config file. +* Admin command may toggle compression anytime (was first-run only). + # 27 May 2024 * Fix broken MDB client login. * Implement getting list of sources for a user, this was in `malwaredb-api` but not implemented in the server or client.