Releases: Achiefs/fim
Releases · Achiefs/fim
v0.4.3
v0.4.2
v0.4.1
What's Changed
- Update gethostname requirement from 0.2.1 to 0.3.0 by @dependabot in #68
- Bump to 0.4.1 and minor fixes of code and README by @okynos in #69
- Update gethostname requirement from 0.3.0 to 0.4.0 by @dependabot in #71
- Include MSI generation files by @okynos in #73
- Fix runner repository error by @okynos in #75
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Changed index template generation method by @okynos in #58
- Update README.md by @gbiagomba in #65
- Update retry requirement from 1.2.0 to 2.0.0 by @dependabot in #66
- Include audit daemon information into Linux monitored files by @okynos in #67
New Contributors
- @gbiagomba made their first contribution in #65
Full Changelog: v0.3.1...v0.4.0
v0.3.1
v0.3.0
What's Changed
- Include custom labels into events by @okynos in #35
- Add coverage report to FIM by @okynos in #36
- Update simplelog requirement from 0.11.2 to 0.12.0 by @dependabot in #37
- Update uuid requirement from 0.8.2 to 1.0.0 by @dependabot in #38
- Create rust-clippy.yml by @okynos in #39
- Add network endpoint receiver by @okynos in #40
- Add cargo audit by @okynos in #42
- Bump to 0.3.0 by @okynos in #43
- Fix config loading errors by @okynos in #45
- Include
index_template.json
inside package and apply minor fixes by @okynos in #47
Full Changelog: v0.2.1...v0.3.0
v0.2.1
Official release of FIM it includes:
- Include service files into Linux packages
- Added clippy automatic test (static code analysis)
- Change ignore parameter to be an array thanks to @famouzkk
- Add unit tests of function code
- Add Linux system tests
- Change data path and perform package and software improvements thanks to @alberpilot
- Update simplelog requirement from 0.9.0 to 0.11.2
- Compile package with Glibc 2.17 thanks to @alberpilot
- Add UUID to each event thanks to @jmv74211
It works in Linux, Windows and macOS.
This program aims to monitor the stored files of your server/desktop/VM, keep an eye on what is yours!.
v0.2.0
Official release of File Integrity Monitoring in Rust it includes:
- Added Github actions example
- Add Ignore option to monitor
- Added new way to detect events in subfolders and ignore them
- Add package generation, package build tests, config improvements and more
It works in Windows and Linux (Debian and RPM based).
This program aims to monitor our stored files to maintain the level of security over them, keep an eye on what is yours!.
v0.1.0
First official release of File Integrity Monitoring in Rust it includes:
- Event monitoring of folders and files recursively (create/remove/rename/write/chmod/close_write/rescan).
- Easy to read and use configuration file in Yaml format.
- JSON file where all events are stored in JSON format.
Working on Windows and Linux.
This program aims to monitor our stored files to maintain the level of security over them.