Skip to content

freeRASP 11.1.0

Compare
Choose a tag to compare
@msikyna msikyna released this 25 Sep 15:15
· 11 commits to master since this release
4b6757f

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[11.1.0] - 2024-09-17

Added

  • ❗️Breaking: added onMalwareDetected to ThreatListener.ThreatDetected interface, this is a breaking change and the onMalwareDetected has to be implemented by the integrating application. Further details for this feature will be provided shortly with the new repositories. For now, do not react to the callback, you can implement it simply by just using println().
  • Added the auditing of the internal execution for the future check optimization and overall security improvements.

Fixed

  • Fixed native crashes (SEGFAULT errors) in ifpip method
  • Fixed collision for command line tools (like ping) invoked without absolute path

Changed

  • ❗️Breaking: Changed the way TalsecConfig is created, we introduced a Builder pattern to make the process more streamlined and readable
  • Updated OpenSSL to version 3.0.14
  • Updated CURL to version 8.8.0
  • Refactored fetching the list of installed applications for root and hook detection.