Skip to content

freeRASP: 7.3.0

Latest

Choose a tag to compare

@yardexx yardexx released this 23 Oct 13:12
bb151df

[7.3.0] - 2025-10-20

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

Flutter

Added

  • Added killOnBypass to TalsecConfig 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 ThreatCallback for handling Threat.timeSpoofing threat (Android only)
    • We are introducing a new capability, detecting whether the device time has been tampered with
  • Added onLocationSpoofing callback to ThreatCallback for handling Threat.locationSpoofing threat (Android only)
    • We are introducing a new capability, detecting whether the location is being spoofed on the device.
  • Added onUnsecureWifi callback to ThreatCallback for handling Threat.unsecureWifi threat (Android only)
    • We are introducing a new capability, detecting whether the device is connected to an unsecured Wi-Fi network.
  • Added onAllChecksDone callback to new RaspExecutionStateCallback
    • 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