v2.10.1
Most important change in this bugfix release is rollback to libfuzzy2 for ssdeep hash evaluation instead of ppdeep introduced in v2.9.0. It means that for standalone installation (from PyPi) you need to install libfuzzy2
before applying this upgrade.
Bugfixes:
- Removed
ppdeep
dependency in favor of previously usedpython-ssdeep
(libfuzzy2) that caused worker timeouts when big file (>30MB) was uploaded (#868) - Search in Search tab wasn't working (#871)
- Fixed flickering and showing wrong results when user navigated to query URL (#867)
- Fixed multiple issues in Rich attributes:
Other changes:
- included PID argument and before_request entries in log (#861)