Releases: steffenfritz/FileTrove
Releases · steffenfritz/FileTrove
v1.0.0-BETA.3
What's Changed
- Update README.md by @steffenfritz in #117
- removed double entry by @fusionedv in #118
- Updated yara-x to version v0.11.1. Changetest passed. by @steffenfritz in #121
- Closing #122 by @steffenfritz in #123
New Contributors
- @fusionedv made their first contribution in #118
Full Changelog: v1.0.0-BETA.2...v1.0.0-BETA.3
v1.0.0-BETA.2
This release added features, fixed bugs and updated dependencies, for a full list see the What's Changed listing.
This release comes with an installation package for Debian/Ubuntu on AMD64, with YARA-X support shared library. You can install the pre-compiled package with sudo dpkg -i ftrove-1.0.0-BETA-2_amd64.deb
What's Changed
- 7 change create session specific and overall report by @steffenfritz in #55
- [StepSecurity] ci: Harden GitHub Actions by @step-security-bot in #56
- Update SECURITY.md by @steffenfritz in #57
- [StepSecurity] Apply security best practices by @step-security-bot in #58
- Bump go.etcd.io/bbolt from 1.3.8 to 1.3.10 by @dependabot in #68
- Bump github/codeql-action from 3.24.9 to 3.25.4 by @dependabot in #63
- Update buildstatus.yml by @steffenfritz in #70
- Bump actions/upload-artifact from 3.pre.node20 to 4.3.3 by @dependabot in #69
- Update buildstatus.yml by @steffenfritz in #71
- Bump github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.22 by @dependabot in #67
- Bump golang.org/x/crypto from 0.17.0 to 0.23.0 by @dependabot in #66
- Bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #65
- Bump actions/checkout from 4.1.1 to 4.1.5 by @dependabot in #59
- Bump ossf/scorecard-action from 2.3.1 to 2.3.3 by @dependabot in #64
- Bump actions/create-release from 1.0.0 to 1.1.4 by @dependabot in #61
- Bump github.com/schollz/progressbar/v3 from 3.14.1 to 3.14.2 by @dependabot in #62
- Bump actions/cache from 3.3.3 to 4.0.2 by @dependabot in #60
- Create CODEOWNERS by @steffenfritz in #72
- Update README.md by @steffenfritz in #73
- Add tests by @steffenfritz in #74
- Update README.md by @steffenfritz in #75
- Bump github/codeql-action from 3.25.4 to 3.25.5 by @dependabot in #76
- added fuzzing test for CreateFileTroveDB by @steffenfritz in #77
- Bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in #78
- Update README.md by @steffenfritz in #79
- Add tests by @steffenfritz in #80
- added contributing by @steffenfritz in #81
- Closing #82: YARA support by @steffenfritz in #83
- added change test to Taskfile for ftrove by @steffenfritz in #84
- BETA.1 by @steffenfritz in #85
- Update README.md by @steffenfritz in #86
- Update yara.go by @steffenfritz in #87
- Update README.md by @steffenfritz in #88
- fixing GHSA-9phm-fm57-rhg8 / GO-2024-2937 by @steffenfritz in #90
- vendor update by @steffenfritz in #91
- Update README.md by @steffenfritz in #94
- 92 change update yara x capi and go package to version 080 by @steffenfritz in #95
- Updated yara-x to version v0.9.0 by @steffenfritz in #100
- Added first Github Action draft for cross compiling binary and dynmaic library by @steffenfritz in #97
- Cleaning up linux build by @steffenfritz in #104
- Adding Windows build by @steffenfritz in #105
- Adding Windows build by @steffenfritz in #106
- 103 change add GitHub action builds for windows x86 64 by @steffenfritz in #107
- Fixing dependency pinning issues by @steffenfritz in #109
- [StepSecurity] ci: Harden GitHub Actions by @step-security-bot in #111
- Added debug functions with flag -D by @steffenfritz in #115
- Added admftrove update from BETA-1 to BETA-2 by @steffenfritz in #116
New Contributors
- @step-security-bot made their first contribution in #56
Full Changelog: v1.0.0-DEV-16...v1.0.0-BETA-2
Release v1.0.0-DEV-16
This is a release with major changes and a feature freeze. Please report any bugs via issues that should be handled in the upcoming beta release.
- Change #30 : Data model aligned with Wikidata items. This changes the semantics of filename and dirname and adds filepath and dirpath
- Change #46: Optimize NSRL database download. The database file is gzipped and is extracted on the local disk (download size: 1.5 GB, extracted 4.0 GB)
- Change #7 : Create session specific report. You can get a first overview over a single session with the -L flag and a session UUID
There is no update path from earlier releases due to #30.
Release v1.0.0-DEV-15
Merge pull request #49 from steffenfritz/44-change-use-generic-path-o…
Release v1.0.0-DEV-14
This release adds
- an hierarchy level. An integer shows how deep a file or directory is from the root. It is calculated by counting path separators.
- normalized timezone support. Using the flag -z (--timezone) you can pass "Continent/City", e.g. "Europe/Berlin". This will normalize/calculate UNIX timestamps from file times to the requested zone.
admftrove is also on version v1.0.0-DEV-14 and can update older FileTrove databases.
Release v1.0.0-DEV-13
v1.0.0-DEV-13
Release v1.0.0-DEV-11
v1.0.0-DEV-11
Release v1.0.0-DEV-9
v1.0.0-DEV-9
Release v1.0.0-DEV-8
v1.0.0-DEV-8
Release v1.0.0-DEV-7
v1.0.0-DEV-7