Releases: talsec/Free-RASP-Cordova
Releases · talsec/Free-RASP-Cordova
freeRASP 6.2.0
- ⚡ Added new threat
systemVPN
for VPN detection - 📄 Documentation updates
Android
- ⚡ Added new threat
devMode
for Developer mode detection - ⚡ Fixed issue with Arabic alphabet in logs caused by the device’s default system locale
- ✔️ Increased the version of the GMS dependency
- ✔️ Updated CA bundle
iOS
- ⚡ Fixed issue with Arabic alphabet in logs caused by the device’s default system locale
- ⚡ Passcode check is now periodical
- ✔️ Updated CA bundle
freeRASP 6.1.3
iOS
- ⚡ Fixed BAD_ACCESS error occurring in specific versions of
cordova-ios
plugin (#28)
freeRASP 6.1.2
Android
- ❗ Removed the talsec namespace that caused change of namespaces for whole app
iOS
- ⚡ Fixed issue causing app crash with lower versions of
cordova-ios
plugin
freeRASP 6.1.1
Android
- ⚡ Updated freeRASP SDK artifact hosting ensuring better stability and availibility
freeRASP 6.1.0
- 📄 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
to8.5.0
andOpenSSL
to1.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
CURL
to8.5.0
andOpenSSL
to1.1.1w
freeRASP 6.0.1
Android
- ⚡ Fixed bug that prevented firing callbacks in specific situations
iOS
- ⚡ Fixed bug that caused app being killed in specific situations (#42)
freeRASP 6.0.0
- ❗ BREAKING API CHANGE: changed the way how threats are received. Now, it is necessary to pass object with reactions to
talsec.start()
method instead of a function. - ⚡ Improved message passing between native iOS/Android and Cordova
- ✔️ Restricted message passing to valid callbacks only. If an invalid callback is received, the SDK will kill the app
- ⚡ Improved reaction obfuscation
- 📄 Documentation updates and improvements
Android
- ⚡ Fixed ProviderException which could be occassionally triggered
iOS
- ❗ Raised supported Xcode version to 14.3.1
- ⚡ Improved SDK obfuscation
freeRASP 5.4.0
freeRASP 5.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 5.3.0
Android
- ✔️ Removed PolarSSL native library from main flow of the application
- ✔️ Fixed issue with denied USE_BIOMETRICS permission
freeRASP 5.2.0
Android
- ⚡ Added support for AGP 8.0