v1.0.0-BETA.2
steffenfritz
released this
06 Nov 20:14
·
32 commits
to main
since this release
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