New
v1.0.1: ClamAV Fixes, .ICO Mimetype, and Postgres Update
๐ Release Notes
New Features
- ScanClamAV Integration - Added ClamAV antivirus scanning capabilities to enhance malware detection [#495]
- ICO File Support - Extended file type support to include .ico mimetype for icon file analysis [#502] Enhancements
- Enhanced ClamAV Testing - Improved test coverage for ClamAV scanner with signature validation [#505]
- Build System Updates - Updated ClamAV test configurations for better build reliability [#498]
- Database Upgrade - Updated PostgreSQL to latest version for improved performance and security [#507]
What's Changed
- ScanClamAV by @skalupa in https://github.com/target/strelka/pull/495
- Update Test_ClamAV for Build by @skalupa in https://github.com/target/strelka/pull/498
- Adding in support for .ico Mimetype by @skalupa in https://github.com/target/strelka/pull/502
- Adding signature call to scan_test_clamAV by @skalupa in https://github.com/target/strelka/pull/505
- Updating Postgres version by @skalupa in https://github.com/target/strelka/pull/507
Full Changelog: https://github.com/target/strelka/compare/1.0.0...v1.0.1