Skip to content

Releases: malwaredb/malwaredb-rs

v0.0.13

31 Aug 17:07
28e576b
Compare
Choose a tag to compare
v0.0.13 Pre-release
Pre-release

Not much has changed in this release, except a minor rework of how the API key is handled for VirusTotal. Of course there is the steady stream of updating dependencies.

Binaries

The CI build has broken due to how malwaredb-virustotal uses SSL and how musl builds failed. I've build -gnu versions for Linux.

What's Changed

  • chore(deps): Bump github/codeql-action from 3.25.14 to 3.25.15 by @dependabot in #462
  • chore(deps): Bump ossf/scorecard-action from 2.3.3 to 2.4.0 by @dependabot in #463
  • chore(deps): Bump serde_json from 1.0.120 to 1.0.121 by @dependabot in #464
  • chore(deps): Bump toml from 0.8.16 to 0.8.17 by @dependabot in #465
  • chore(deps): Bump clap_complete from 4.5.11 to 4.5.12 by @dependabot in #466
  • chore(deps): Bump clap from 4.5.11 to 4.5.13 by @dependabot in #467
  • chore(deps): Bump toml from 0.8.17 to 0.8.19 by @dependabot in #468
  • chore(deps): Bump nt-time from 0.8.0 to 0.8.1 by @dependabot in #469
  • chore(deps): Bump zip from 2.1.5 to 2.1.6 by @dependabot in #470
  • chore(deps): Bump serde_json from 1.0.121 to 1.0.122 by @dependabot in #471
  • chore(deps): Bump tempfile from 3.10.1 to 3.11.0 by @dependabot in #472
  • chore(deps): Bump flate2 from 1.0.30 to 1.0.31 by @dependabot in #473
  • chore(deps): Bump actions/upload-artifact from 4.3.4 to 4.3.5 by @dependabot in #474
  • chore(deps): Bump step-security/harden-runner from 2.9.0 to 2.9.1 by @dependabot in #475
  • chore(deps): Bump tempfile from 3.11.0 to 3.12.0 by @dependabot in #476
  • chore(deps): Bump actions/upload-artifact from 4.3.5 to 4.3.6 by @dependabot in #477
  • chore(deps): Bump github/codeql-action from 3.25.15 to 3.26.0 by @dependabot in #478
  • chore(deps): Bump clap_complete from 4.5.12 to 4.5.13 by @dependabot in #479
  • chore(deps): Bump clap from 4.5.13 to 4.5.14 by @dependabot in #480
  • chore(deps): Bump serde from 1.0.205 to 1.0.206 by @dependabot in #482
  • chore(deps): Bump serde_json from 1.0.122 to 1.0.124 by @dependabot in #481
  • chore(deps): Bump clap_complete from 4.5.14 to 4.5.16 by @dependabot in #483
  • chore(deps): Bump serde from 1.0.206 to 1.0.207 by @dependabot in #484
  • chore(deps): Bump ctrlc from 3.4.4 to 3.4.5 by @dependabot in #486
  • chore(deps): Bump github/codeql-action from 3.26.0 to 3.26.1 by @dependabot in #485
  • chore(deps): Bump github/codeql-action from 3.26.1 to 3.26.2 by @dependabot in #487
  • chore(deps): Bump serde_json from 1.0.124 to 1.0.125 by @dependabot in #488
  • chore(deps): Bump serde from 1.0.207 to 1.0.208 by @dependabot in #489
  • chore(deps): Bump clap from 4.5.15 to 4.5.16 by @dependabot in #490
  • chore(deps): Bump tokio from 1.39.2 to 1.39.3 by @dependabot in #491
  • chore(deps): Bump reqwest from 0.12.5 to 0.12.7 by @dependabot in #493
  • chore(deps): Bump clap_complete from 4.5.16 to 4.5.19 by @dependabot in #494
  • chore(deps): Bump github/codeql-action from 3.26.2 to 3.26.3 by @dependabot in #495
  • chore(deps): Bump zip from 2.1.6 to 2.2.0 by @dependabot in #496
  • chore(deps): Bump flate2 from 1.0.31 to 1.0.32 by @dependabot in #497
  • chore(deps): Bump clap_complete from 4.5.19 to 4.5.20 by @dependabot in #498
  • chore(deps): Bump github/codeql-action from 3.26.3 to 3.26.4 by @dependabot in #499
  • chore(deps): Bump clap_complete from 4.5.20 to 4.5.22 by @dependabot in #500
  • chore(deps): Bump clap_complete from 4.5.22 to 4.5.23 by @dependabot in #501
  • chore(deps): Bump github/codeql-action from 3.26.4 to 3.26.5 by @dependabot in #502
  • chore(deps): Bump serde_json from 1.0.125 to 1.0.127 by @dependabot in #503
  • chore(deps): Bump serde from 1.0.208 to 1.0.209 by @dependabot in #505
  • chore(deps): Bump flate2 from 1.0.32 to 1.0.33 by @dependabot in #504
  • chore(deps): Bump github/codeql-action from 3.26.5 to 3.26.6 by @dependabot in #507

Full Changelog: v0.0.12...v0.0.13

v0.0.12

28 Jul 20:50
a4b425b
Compare
Choose a tag to compare
v0.0.12 Pre-release
Pre-release

Binaries

Getting GitHub to build everything hasn't been 100% figured out, so some binaries are built my me. Additionally, due to some weird error with Rust 1.80 (latest), where on macOS the compiler would have memory errors when compiling, the current nightly version of Rust was used instead (for macOS only).

Notable Changes

Most changes this time were behind the scenes, such as dependency and documentation updates. References to SDHash were removed since it was never implemented and likely won't be, at least for some time. If SDHash is of interest to you, please get in touch!

What's Changed

  • chore(deps): Bump serde_json from 1.0.118 to 1.0.119 by @dependabot in #431
  • chore(deps): Bump clap from 4.5.7 to 4.5.8 by @dependabot in #432
  • chore(deps): Bump clap_complete from 4.5.6 to 4.5.7 by @dependabot in #433
  • chore(deps): Bump github/codeql-action from 3.25.10 to 3.25.11 by @dependabot in #434
  • chore(deps): Bump hyper from 1.3.1 to 1.4.0 by @dependabot in #435
  • chore(deps): Bump serde_json from 1.0.119 to 1.0.120 by @dependabot in #436
  • chore(deps): Bump tomtom-international/commisery-action from 3.3.6 to 3.4.0 by @dependabot in #442
  • chore(deps): Bump actions/download-artifact from 4.1.7 to 4.1.8 by @dependabot in #439
  • chore(deps): Bump actions/upload-artifact from 4.3.3 to 4.3.4 by @dependabot in #440
  • chore(deps): Bump serde from 1.0.203 to 1.0.204 by @dependabot in #441
  • chore(deps): Bump hyper from 1.4.0 to 1.4.1 by @dependabot in #443
  • chore(deps): Bump clap from 4.5.8 to 4.5.9 by @dependabot in #444
  • chore(deps): Bump uuid from 1.9.1 to 1.10.0 by @dependabot in #445
  • chore(deps): Bump actions/dependency-review-action from 4.3.3 to 4.3.4 by @dependabot in #446
  • chore(deps): Bump clap_complete from 4.5.7 to 4.5.8 by @dependabot in #447
  • chore(deps): Bump flagset from 0.4.5 to 0.4.6 by @dependabot in #448
  • chore(deps): Bump github/codeql-action from 3.25.11 to 3.25.12 by @dependabot in #449
  • chore(deps): Bump tokio from 1.38.0 to 1.38.1 by @dependabot in #450
  • chore(deps): Bump softprops/action-gh-release from 2.0.6 to 2.0.7 by @dependabot in #451
  • chore(deps): Bump toml from 0.8.14 to 0.8.15 by @dependabot in #452
  • chore(deps): Bump softprops/action-gh-release from 2.0.7 to 2.0.8 by @dependabot in #453
  • chore(deps): Bump step-security/harden-runner from 2.8.1 to 2.9.0 by @dependabot in #454
  • chore(deps): Bump github/codeql-action from 3.25.12 to 3.25.13 by @dependabot in #455
  • chore(deps): Bump postgres-types from 0.2.6 to 0.2.7 by @dependabot in #457
  • chore(deps): Bump postgres from 0.19.7 to 0.19.8 by @dependabot in #456
  • chore(deps): Bump clap_complete from 4.5.8 to 4.5.9 by @dependabot in #458
  • chore(deps): Bump tokio from 1.38.1 to 1.39.1 by @dependabot in #460
  • chore(deps): Bump github/codeql-action from 3.25.13 to 3.25.14 by @dependabot in #461

Full Changelog: v0.0.11...v0.0.12

v0.0.11

28 Jun 00:46
5f9dff3
Compare
Choose a tag to compare
v0.0.11 Pre-release
Pre-release

Binaries

The release script failed so some binaries are built by me, some by CI. This time, the FreeBSD server doesn't have the admin GUI due to the system used for compilation.

Notable Changes

  • Client may create, unpack, inspect CaRT files.
  • Client can submit files by source name or ID.
  • Improved PE32 parsing and error handling.
  • Client can create autocomplete script for supported shells.
  • Additional executable information is stored in the database.
  • Better error checking for administrative commands.
  • Sources can be marked as malicious or benign.
  • Compression of files, ability to submit files now configurable via admin command, no longer settable at first run.
  • Server can create an empty config file.

Thanks to @dmknght for helping to find bugs and other areas where MalwareDB needed improvement!

What's Changed

  • chore(deps): Bump zip from 2.1.1 to 2.1.2 by @dependabot in #407
  • chore(deps): Bump tomtom-international/commisery-action from 3.2.2 to 3.3.1 by @dependabot in #408
  • chore(deps): Bump github/codeql-action from 3.25.6 to 3.25.7 by @dependabot in #409
  • chore(deps): Bump toml from 0.8.13 to 0.8.14 by @dependabot in #410
  • chore(deps): Bump github/codeql-action from 3.25.7 to 3.25.8 by @dependabot in #411
  • chore(deps): Bump zip from 2.1.2 to 2.1.3 by @dependabot in #413
  • chore(deps): Bump actions/dependency-review-action from 4.3.2 to 4.3.3 by @dependabot in #412
  • chore(deps): Bump clap from 4.5.4 to 4.5.6 by @dependabot in #414
  • chore(deps): Bump clap_complete from 4.5.2 to 4.5.4 by @dependabot in #415
  • chore(deps): Bump clap_complete from 4.5.4 to 4.5.5 by @dependabot in #416
  • chore(deps): Bump step-security/harden-runner from 2.8.0 to 2.8.1 by @dependabot in #417
  • chore(deps): Bump http-body-util from 0.1.1 to 0.1.2 by @dependabot in #419
  • chore(deps): Bump clap from 4.5.6 to 4.5.7 by @dependabot in #418
  • chore(deps): Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #420
  • chore(deps): Bump github/codeql-action from 3.25.8 to 3.25.9 by @dependabot in #421
  • chore(deps): Bump github/codeql-action from 3.25.9 to 3.25.10 by @dependabot in #422
  • chore(deps): Bump codecov/codecov-action from 4.4.1 to 4.5.0 by @dependabot in #423
  • chore(deps): Bump tomtom-international/commisery-action from 3.3.1 to 3.3.2 by @dependabot in #424
  • chore(deps): Bump reqwest from 0.12.4 to 0.12.5 by @dependabot in #425
  • chore(deps): Bump clap_complete from 4.5.5 to 4.5.6 by @dependabot in #426
  • chore(deps): Bump softprops/action-gh-release from 2.0.5 to 2.0.6 by @dependabot in #427
  • chore(deps): Bump tomtom-international/commisery-action from 3.3.2 to 3.3.6 by @dependabot in #428
  • chore(deps): Bump uuid from 1.8.0 to 1.9.1 by @dependabot in #429
  • chore(deps): Bump serde_json from 1.0.117 to 1.0.118 by @dependabot in #430

Full Changelog: v0.0.10...v0.0.11

v0.0.10

31 May 02:19
2984d39
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release

Binaries

The release script failed so some binaries are built by me, some by CI. This time, the FreeBSD server doesn't have the admin GUI due to the system used for compilation.

Notable Changes

  • Fixed a bug where the client wouldn't let the user login due to config file not yet existing.
  • Implemented functionality to get a user's available sources. This was in malwaredb-api, but not implemented in the server or client.
  • Timestamps are extracted from Office95 files.
  • Better representation and reporting of VT data.

What's Changed

  • chore(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1 by @dependabot in #362
  • chore(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.1 by @dependabot in #363
  • chore(deps): bump zip from 1.1.2 to 1.1.3 by @dependabot in #364
  • chore(deps): bump base64 from 0.22.0 to 0.22.1 by @dependabot in #365
  • chore(deps): bump actions/dependency-review-action from 4.3.1 to 4.3.2 by @dependabot in #366
  • chore(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 by @dependabot in #367
  • chore(deps): bump serde from 1.0.199 to 1.0.200 by @dependabot in #368
  • chore(deps): bump zip from 1.1.3 to 1.1.4 by @dependabot in #369
  • chore(deps): bump deadpool-postgres from 0.13.0 to 0.13.1 by @dependabot in #370
  • chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 by @dependabot in #373
  • chore(deps): bump zip from 1.1.4 to 1.2.0 by @dependabot in #371
  • chore(deps): bump anyhow from 1.0.82 to 1.0.83 by @dependabot in #372
  • chore(deps): bump softprops/action-gh-release from 2.0.4 to 2.0.5 by @dependabot in #374
  • chore(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by @dependabot in #379
  • chore(deps): bump serde from 1.0.200 to 1.0.201 by @dependabot in #375
  • chore(deps): bump deadpool-postgres from 0.13.1 to 0.13.2 by @dependabot in #376
  • chore(deps): bump zip from 1.2.0 to 1.2.1 by @dependabot in #377
  • chore(deps): bump serde_json from 1.0.116 to 1.0.117 by @dependabot in #378
  • chore(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by @dependabot in #381
  • chore(deps): bump zip from 1.2.1 to 1.2.2 by @dependabot in #380
  • chore(deps): bump zip from 1.2.2 to 1.2.3 by @dependabot in #383
  • chore(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by @dependabot in #384
  • chore(deps): bump codecov/codecov-action from 4.3.1 to 4.4.0 by @dependabot in #385
  • chore(deps): bump serde from 1.0.201 to 1.0.202 by @dependabot in #386
  • chore(deps): bump toml from 0.8.12 to 0.8.13 by @dependabot in #387
  • chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in #388
  • chore(deps): bump nt-time from 0.6.10 to 0.6.11 by @dependabot in #389
  • chore(deps): bump anyhow from 1.0.83 to 1.0.86 by @dependabot in #390
  • chore(deps): bump zip from 1.2.3 to 1.3.0 by @dependabot in #391
  • chore(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 by @dependabot in #392
  • chore(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by @dependabot in #393
  • chore(deps): Bump nt-time from 0.6.11 to 0.6.12 by @dependabot in #394
  • chore(deps): Bump step-security/harden-runner from 2.7.1 to 2.8.0 by @dependabot in #395
  • chore(deps): Bump zip from 1.3.0 to 1.3.1 by @dependabot in #396
  • chore(deps): Bump zip from 2.1.0 to 2.1.1 by @dependabot in #399

Full Changelog: v0.0.9...v0.0.10

v0.0.9

30 Apr 02:51
1347ea3
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release

Binaries

The release script failed so some binaries are built by me, some by CI.

Notable Changes

  • The client is now available as a library, mostly to allow unit tests to ensure some client functionality, but also to enable MalwareDB client functionality in other applications.
  • The server may import AV data as a json, presumably the output from new the malwaredb-virustotal application.
  • Breaking change: the HTTP API has been reworked. The client now provides the API key as an HTTP header mdb-api-key, instead of requiring a POST.

What's Changed

  • chore(deps): bump actions/dependency-review-action from 4.2.3 to 4.2.4 by @dependabot in #321
  • chore(deps): bump github/codeql-action from 3.24.8 to 3.24.9 by @dependabot in #322
  • chore(deps): bump reqwest from 0.12.0 to 0.12.1 by @dependabot in #323
  • chore(deps): bump axum from 0.7.4 to 0.7.5 by @dependabot in #324
  • chore(deps): bump reqwest from 0.12.1 to 0.12.2 by @dependabot in #326
  • chore(deps): bump clap from 4.5.3 to 4.5.4 by @dependabot in #325
  • chore(deps): bump serde_json from 1.0.114 to 1.0.115 by @dependabot in #327
  • chore(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1 by @dependabot in #328
  • chore(deps): bump actions/dependency-review-action from 4.2.4 to 4.2.5 by @dependabot in #329
  • chore(deps): bump chrono from 0.4.35 to 0.4.37 by @dependabot in #330
  • chore(deps): bump tomtom-international/commisery-action from 3.0.0 to 3.1.0 by @dependabot in #332
  • chore(deps): bump tokio from 1.36.0 to 1.37.0 by @dependabot in #331
  • chore(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 by @dependabot in #333
  • chore(deps): bump tomtom-international/commisery-action from 3.1.0 to 3.2.0 by @dependabot in #334
  • chore(deps): bump github/codeql-action from 3.24.9 to 3.24.10 by @dependabot in #335
  • chore(deps): bump codecov/codecov-action from 4.2.0 to 4.3.0 by @dependabot in #336
  • chore(deps): bump clap_complete from 4.5.1 to 4.5.2 by @dependabot in #337
  • chore(deps): bump tomtom-international/commisery-action from 3.2.0 to 3.2.1 by @dependabot in #338
  • chore(deps): bump hyper from 1.2.0 to 1.3.0 by @dependabot in #339
  • chore(deps): bump chrono from 0.4.37 to 0.4.38 by @dependabot in #340
  • chore(deps): bump github/codeql-action from 3.24.10 to 3.25.0 by @dependabot in #341
  • chore(deps): bump tomtom-international/commisery-action from 3.2.1 to 3.2.2 by @dependabot in #346
  • chore(deps): bump github/codeql-action from 3.25.0 to 3.25.1 by @dependabot in #345
  • chore(deps): bump serde from 1.0.197 to 1.0.198 by @dependabot in #342
  • chore(deps): bump serde_json from 1.0.115 to 1.0.116 by @dependabot in #343
  • chore(deps): bump hyper from 1.3.0 to 1.3.1 by @dependabot in #344
  • chore(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2 by @dependabot in #347
  • chore(deps): bump actions/download-artifact from 4.1.4 to 4.1.5 by @dependabot in #348
  • chore(deps): bump rustls from 0.21.10 to 0.21.11 by @dependabot in #349
  • chore(deps): bump reqwest from 0.12.3 to 0.12.4 by @dependabot in #351
  • chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in #350
  • chore(deps): bump github/codeql-action from 3.25.1 to 3.25.2 by @dependabot in #352
  • chore(deps): bump actions/download-artifact from 4.1.5 to 4.1.6 by @dependabot in #353
  • chore(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3 by @dependabot in #354
  • chore(deps): bump actions/checkout from 4.1.3 to 4.1.4 by @dependabot in #355
  • chore(deps): bump actions/download-artifact from 4.1.6 to 4.1.7 by @dependabot in #356
  • chore(deps): bump zeroize from 1.7.0 to 1.8.0 by @dependabot in #357
  • chore(deps): bump github/codeql-action from 3.25.2 to 3.25.3 by @dependabot in #358
  • chore(deps): bump zip from 1.1.1 to 1.1.2 by @dependabot in #359
  • chore(deps): bump serde from 1.0.198 to 1.0.199 by @dependabot in #360
  • chore(deps): bump flate2 from 1.0.28 to 1.0.29 by @dependabot in #361

Full Changelog: v0.0.8...v0.0.9

v0.0.8

22 Mar 04:30
fcbb4d5
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

Binaries

  • The release script failed so some binaries are built by me, some by CI.

Notable Changes

  • Postgres now uses a transaction to load data.
  • Found and fixed some data integrity issues where queries for how a sample was related to a source wasn't right.
  • VT results table now stores the total available AVs (not just the ones which found a sample to be malicious).

What's Changed

  • chore(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by @dependabot in #300
  • chore(deps): bump walkdir from 2.4.0 to 2.5.0 by @dependabot in #301
  • chore(deps): bump flagset from 0.4.4 to 0.4.5 by @dependabot in #302
  • chore(deps): bump actions/download-artifact from 4.1.3 to 4.1.4 by @dependabot in #303
  • chore(deps): bump mio from 0.8.10 to 0.8.11 by @dependabot in #304
  • chore(deps): bump http from 1.0.0 to 1.1.0 by @dependabot in #305
  • chore(deps): bump clap from 4.5.1 to 4.5.2 by @dependabot in #307
  • chore(deps): bump reqwest from 0.11.24 to 0.11.25 by @dependabot in #308
  • chore(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in #309
  • chore(deps): bump softprops/action-gh-release from 2.0.2 to 2.0.3 by @dependabot in #310
  • chore(deps): bump reqwest from 0.11.25 to 0.11.26 by @dependabot in #311
  • chore(deps): bump anyhow from 1.0.80 to 1.0.81 by @dependabot in #312
  • chore(deps): bump softprops/action-gh-release from 2.0.3 to 2.0.4 by @dependabot in #314
  • chore(deps): bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #313
  • chore(deps): bump github/codeql-action from 3.24.6 to 3.24.7 by @dependabot in #315
  • chore(deps): bump github/codeql-action from 3.24.7 to 3.24.8 by @dependabot in #316
  • chore(deps): bump uuid from 1.7.0 to 1.8.0 by @dependabot in #317
  • chore(deps): bump reqwest from 0.11.26 to 0.11.27 by @dependabot in #318
  • chore(deps): bump toml from 0.8.11 to 0.8.12 by @dependabot in #319
  • chore(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.3 by @dependabot in #320

Full Changelog: v0.0.7...v0.0.8

v0.0.7

29 Feb 03:40
5ac37f8
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

Binaries

  • The release script failed so some binaries are built by me, some by CI.

New Features

  • Optionally encrypting files on disk by the server.
  • Better CaRT handling, including server binary may encode, decode, and show CaRT information.
  • GUI improvements for labels.

What's Changed

  • chore(deps): bump codecov/codecov-action from 3.1.5 to 3.1.6 by @dependabot in #266
  • chore(deps): bump step-security/harden-runner from 2.6.1 to 2.7.0 by @dependabot in #265
  • chore(deps): bump tomtom-international/commisery-action from 2.21.0 to 3.0.0 by @dependabot in #267
  • chore(deps): bump toml from 0.8.8 to 0.8.9 by @dependabot in #268
  • chore(deps): bump reqwest from 0.11.23 to 0.11.24 by @dependabot in #269
  • chore(deps): bump codecov/codecov-action from 3.1.6 to 4.0.0 by @dependabot in #270
  • chore(deps): bump codecov/codecov-action from 4.0.0 to 4.0.1 by @dependabot in #271
  • chore(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by @dependabot in #272
  • chore(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by @dependabot in #275
  • chore(deps): bump tempfile from 3.9.0 to 3.10.0 by @dependabot in #273
  • chore(deps): bump toml from 0.8.9 to 0.8.10 by @dependabot in #274
  • chore(deps): bump clap from 4.4.18 to 4.5.0 by @dependabot in #276
  • chore(deps): bump clap_complete from 4.4.10 to 4.5.0 by @dependabot in #277
  • chore(deps): bump chrono from 0.4.33 to 0.4.34 by @dependabot in #278
  • chore(deps): bump github/codeql-action from 3.24.0 to 3.24.1 by @dependabot in #279
  • chore(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.0 by @dependabot in #280
  • chore(deps): bump github/codeql-action from 3.24.1 to 3.24.3 by @dependabot in #281
  • chore(deps): update dtolnay/rust-toolchain requirement to 53c04d3685fcc3ca67ce478eb9c2ea5c051a4a63 by @dependabot in #284
  • chore(deps): bump clap from 4.5.0 to 4.5.1 by @dependabot in #283
  • chore(deps): bump clap_complete from 4.5.0 to 4.5.1 by @dependabot in #282
  • ci: release windows arm64 builds by @rjzak in #286
  • chore(deps): bump anyhow from 1.0.79 to 1.0.80 by @dependabot in #288
  • chore(deps): bump serde_json from 1.0.113 to 1.0.114 by @dependabot in #289
  • chore(deps): bump serde from 1.0.196 to 1.0.197 by @dependabot in #290
  • chore(deps): bump actions/dependency-review-action from 4.1.0 to 4.1.2 by @dependabot in #291
  • chore(deps): bump actions/dependency-review-action from 4.1.2 to 4.1.3 by @dependabot in #292
  • chore(deps): bump hyper from 1.1.0 to 1.2.0 by @dependabot in #293
  • chore(deps): bump github/codeql-action from 3.24.3 to 3.24.4 by @dependabot in #294
  • chore(deps): bump github/codeql-action from 3.24.4 to 3.24.5 by @dependabot in #295
  • chore(deps): bump codecov/codecov-action from 4.0.1 to 4.0.2 by @dependabot in #296
  • chore(deps): bump tempfile from 3.10.0 to 3.10.1 by @dependabot in #297
  • chore(deps): bump actions/download-artifact from 4.1.2 to 4.1.3 by @dependabot in #298
  • chore(deps): bump codecov/codecov-action from 4.0.2 to 4.1.0 by @dependabot in #299

Full Changelog: v0.0.6...v0.0.7

v0.0.6

30 Jan 02:24
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

New Feature:

  • Download file as a CaRT

What's Changed

  • chore(deps): cargo update to update dependencies by @rjzak in #228
  • chore(deps): bump clap_complete from 4.4.5 to 4.4.6 by @dependabot in #229
  • chore(deps): bump anyhow from 1.0.78 to 1.0.79 by @dependabot in #230
  • chore(deps): bump actions/dependency-review-action from 3.1.4 to 3.1.5 by @dependabot in #232
  • chore(deps): bump clap from 4.4.12 to 4.4.13 by @dependabot in #231
  • chore(deps): bump tomtom-international/commisery-action from 2.19.3 to 2.21.0 by @dependabot in #234
  • chore(deps): bump github/codeql-action from 3.22.12 to 3.23.0 by @dependabot in #233
  • chore(deps): bump clap from 4.4.14 to 4.4.15 by @dependabot in #235
  • chore(deps): bump base64 from 0.21.6 to 0.21.7 by @dependabot in #236
  • chore(deps): bump axum from 0.7.3 to 0.7.4 by @dependabot in #237
  • chore(deps): bump vergen from 8.2.6 to 8.2.9 by @dependabot in #238
  • chore(deps): bump clap from 4.4.15 to 4.4.16 by @dependabot in #239
  • chore(deps): bump actions/upload-artifact from 4.0.0 to 4.1.0 by @dependabot in #241
  • chore(deps): bump clap from 4.4.16 to 4.4.17 by @dependabot in #243
  • chore(deps): bump clap_complete from 4.4.6 to 4.4.7 by @dependabot in #244
  • chore(deps): bump vergen from 8.2.9 to 8.2.10 by @dependabot in #242
  • chore(deps): bump vergen from 8.2.10 to 8.3.0 by @dependabot in #246
  • chore(deps): bump clap from 4.4.17 to 4.4.18 by @dependabot in #245
  • chore(deps): bump vergen from 8.3.0 to 8.3.1 by @dependabot in #247
  • chore(deps): bump github/codeql-action from 3.23.0 to 3.23.1 by @dependabot in #248
  • chore(deps): bump uuid from 1.6.1 to 1.7.0 by @dependabot in #250
  • chore(deps): bump actions/dependency-review-action from 3.1.5 to 4.0.0 by @dependabot in #251
  • chore(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0 by @dependabot in #252
  • chore(deps): bump shlex from 1.2.0 to 1.3.0 by @dependabot in #255
  • chore(deps): bump clap_complete from 4.4.7 to 4.4.8 by @dependabot in #253
  • chore(deps): bump argon2 from 0.5.2 to 0.5.3 by @dependabot in #254
  • chore(deps): bump chrono from 0.4.31 to 0.4.32 by @dependabot in #256
  • chore(deps): bump clap_complete from 4.4.8 to 4.4.9 by @dependabot in #257
  • chore(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 by @dependabot in #258
  • feat: CaRT support by @rjzak in #249
  • chore(deps): bump chrono from 0.4.32 to 0.4.33 by @dependabot in #260
  • chore(deps): bump codecov/codecov-action from 3.1.4 to 3.1.5 by @dependabot in #259
  • chore(deps): bump serde_json from 1.0.111 to 1.0.113 by @dependabot in #264
  • chore(deps): bump serde from 1.0.195 to 1.0.196 by @dependabot in #261
  • chore(deps): bump github/codeql-action from 3.23.1 to 3.23.2 by @dependabot in #263

Full Changelog: v0.0.5...v0.0.6

v0.0.5

30 Dec 23:34
e55f52c
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Highlights:

  • VirusTotal support to fetch & store reports, optionally upload samples to VT.
  • Optionally store files compressed.
  • GUI: Edit groups.
  • GUI: See labels.
  • Improvements to CI.

Note: v.0.0.4 was a botched release due to an error during cargo publish, so there's no v0.0.4. This is due to an issue with Rust feature flags.

Binaries:

  • mdb_server missing for Windows Arm64 since I couldn't get it to compile.
  • mdb_server for Windows x86_64 is a debug build from CI, see above comment.
  • Mac binaries are signed with my Apple Developer key.
  • Minisign can be used to validate the signatures.

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.5

v0.0.3

28 Oct 16:20
a42134c
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Highlights:

  • Improved RTF handling.
  • Initial MS Office (Office95/Docfile) type support.
  • Improved documentation.
  • Additional features for files, including output from libmagic.
  • Initial support for labels, not yet applied to sources or samples.
  • Server can install a system service.
  • Admin GUI improvements, still not 100% there yet.

Binaries:

  • All binaries are built on this version with Rust 1.73.0 by me and to be considered untested. I don't have a CI builder set up yet.
  • The server binaries have all features enabled (admin,admin-gui,sqlite).

What's Changed

Full Changelog: v0.0.2...v0.0.3