Skip to content

Commit

Permalink
doc: update log
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zak <[email protected]>
  • Loading branch information
rjzak committed Jul 28, 2024
1 parent 6c032f2 commit a4b425b
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions log.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit a4b425b

Please sign in to comment.