Skip to content

Releases: talsec/Free-RASP-ReactNative

freeRASP 3.7.2

30 Apr 07:42
92367ce

Choose a tag to compare

  • ⚡ Update expo config plugin to fix release build issue in RN 0.73

freeRASP 3.7.1

10 Apr 08:36
c9db66c

Choose a tag to compare

Android

  • ⚡ Updated freeRASP SDK artifact hosting ensuring better stability and availibility
  • ⚡ Fixed compatibility issues with RN < 0.63

freeRASP 3.7.0

25 Mar 09:49
a7ef6c1

Choose a tag to compare

  • ⚡ Added support for apps built with Expo SDK
  • 📄 Documentation updates

Android

  • ⚡ Shortened duration of threat evaluation
  • ⚡ Fixed a native crash bug during one of the native root checks (detected after NDK upgrade)
  • ⚡ Improved appIntegrity check and its logging
  • ⚡ Updated CURL to 8.5.0 and OpenSSL to 1.1.1w

iOS

  • ❗ Added Privacy Manifest
  • ❗ Added codesigning for the SDK, it is signed by:
    • Team ID: ASQC376HCN
    • Team Name: AHEAD iTec, s.r.o.
  • ⚡ Improved obfuscation of Swift and C strings
  • ⚡ Fixed memory leak (freeRASP iOS issue #13)
  • ⚡ Updated CURL to 8.5.0 and OpenSSL to 1.1.1w

freeRASP 3.6.1

20 Feb 14:52
d0fe150

Choose a tag to compare

  • 📄 Documentation updates

iOS

  • ⚡ Fixed bug that caused app being killed in specific situations (#42)

freeRASP 3.6.0

08 Jan 15:25
4fe3a34

Choose a tag to compare

freeRASP 3.6.0

  • ⚠️ Updated the talsecStart() method to return Promise<string>. If freeRASP starts successfuly, the method will return freeRASP started string. There are not any changes of the interface if you are using the provided useFreeRasp hook.
  • ⚡ Improved the message passing between native iOS/Android and React Native sides
  • ✔️ Restricted message passing to valid callbacks only. If an invalid callback is received, the SDK will kill the app
  • ⚡ Improved reaction obfuscation
  • 📄 Documentation updates

Android

  • ⚡ Fixed ProviderException which could be occassionally triggered
  • ⚡ Fixed bug causing incompatibility with some versions of React Native (#38)

iOS

  • ❗ Raised supported Xcode version to 14.3.1
  • ⚡ Improved SDK obfuscation

freeRASP 3.4.0

25 Sep 14:08
f4844e3

Choose a tag to compare

freeRASP 3.4.0

  • 📄 Documentation updates and improvements

Android

  • ✔️ updated CA bundle for logging pinning
  • ✔️ added error logging of network issues within the logging process
  • ✔️ added retry politics for logging
  • ⚡ fixed issue with DeadObjectException on Android 5 and 6 caused by excessive PackageManager.queryIntentActivities() usage
  • ⚡ improved root detection capabilities

freeRASP 3.3.1

21 Aug 12:56
ff17f14

Choose a tag to compare

iOS

  • ⚡ Fixed issue with duplicate headers that caused Multiple commands produce ... error (#11, #26)

freeRASP 3.3.0

04 Aug 08:37
9965189

Choose a tag to compare

Android

  • ✔️ Removed PolarSSL native library
  • ✔️ Fixed issue with denied USE_BIOMETRICS permission

freeRASP 3.2.0

03 Aug 07:51
369516a

Choose a tag to compare

Android

  • ✔️ Added support for AGP 8.0

freeRASP 3.1.0

05 Jul 11:42
804d3e1

Choose a tag to compare

freeRASP 3.1.0

Android

iOS

  • ⚡ Reduced timeout period for logging from 20 sec to 5 sec
  • ⚡ Logging is now async in all calls