Releases: talsec/Free-RASP-ReactNative
Releases · talsec/Free-RASP-ReactNative
freeRASP 3.7.2
- ⚡ Update expo config plugin to fix release build issue in RN 0.73
freeRASP 3.7.1
Android
- ⚡ Updated freeRASP SDK artifact hosting ensuring better stability and availibility
- ⚡ Fixed compatibility issues with RN < 0.63
freeRASP 3.7.0
- ⚡ 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
CURLto8.5.0andOpenSSLto1.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.
- Team ID:
- ⚡ Improved obfuscation of Swift and C strings
- ⚡ Fixed memory leak (freeRASP iOS issue #13)
- ⚡ Updated
CURLto8.5.0andOpenSSLto1.1.1w
freeRASP 3.6.1
freeRASP 3.6.0
freeRASP 3.6.0
⚠️ Updated thetalsecStart()method to returnPromise<string>. If freeRASP starts successfuly, the method will returnfreeRASP startedstring. There are not any changes of the interface if you are using the provideduseFreeRasphook.- ⚡ 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
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
freeRASP 3.3.0
Android
- ✔️ Removed PolarSSL native library
- ✔️ Fixed issue with denied USE_BIOMETRICS permission
freeRASP 3.2.0
Android
- ✔️ Added support for AGP 8.0
freeRASP 3.1.0
freeRASP 3.1.0
Android
- ⚡ Fixed issue with incorrect Keystore type detection on Android 11 and above (talsec/Free-RASP-Flutter#77)
iOS
- ⚡ Reduced timeout period for logging from 20 sec to 5 sec
- ⚡ Logging is now async in all calls