Skip to content

Releases: talsec/Free-RASP-KMP

1.0.0

05 Dec 12:12

Choose a tag to compare

[1.0.0] - 2025-12-5

  • Android SDK version: 17.0.0
  • iOS SDK version: 6.13.0

Kotlin Multiplatform

Added

  • Added killOnBypass to freeraspConfig that configures if the app should be terminated when the threat callbacks are suppressed/hooked by an attacker (Android only) (Issue 65)
  • Added onTimeSpoofing callback to FreeRaspEvent for handling FreeRaspEvent.TimeSpoofing threat (Android only)
    • We are introducing a new capability, detecting whether the device time has been tampered with
  • Added onLocationSpoofing callback to FreeRaspEvent for handling FreeRaspEvent.LocationSpoofing threat (Android only)
    • We are introducing a new capability, detecting whether the location is being spoofed on the device.
  • Added onUnsecureWifi callback to FreeRaspEvent for handling FreeRaspEvent.UnsecureWifi threat (Android only)
    • We are introducing a new capability, detecting whether the device is connected to an unsecured Wi-Fi network.
  • Added onAllChecksFinished callback to FreeRaspEvent
    • We are introducing a new callback that notifies when all security checks have been completed.

Android

Removed

  • Removed deprecated functionality Pbkdf2Native and both related native libraries (libpbkdf2_native.so and libpolarssl.so)

Changed

  • Updated internal dependencies

iOS

Changed

  • Updated internal dependencies