Releases: talsec/Free-RASP-ReactNative
Releases · talsec/Free-RASP-ReactNative
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
freeRASP 3.0.0
freeRASP 3.0.0
Android
- ❗ BREAKING CHANGE: Raised minimum supported Android version to 6.0 (API level 23)
- ✔️ Removed deprecated BouncyCastle dependency that could cause errors in the build phase
- ✔️ Fixed issue that could cause NullPointerException
- 🆕 Added new
obfuscationIssuescheck, which is triggered when freeRASP doesn't detect any obfuscation of the source code
iOS
⚠️ passcodeChangecheck has been deprecated- 🛠️ Refactored the code base
freeRASP 2.0.3
iOS
-
✔️ Fixed issue with metadata in iOS framework
-
📄 Documentation updates and improvements
freeRASP 2.0.2
- 📄 Documentation updates and improvements