Stay up-to-date with the latest features, improvements and bug fixes for freeRASP. Here you'll find detailed information about each update we've rolled out, organized by platform. Whether you're using the Android, iOS, Flutter, React Native, Capacitor, or Cordova version, all platforms are supported.
Explore the tabs below to see what's new and how the experience has been improved for you. If you're looking for specific changes or features, each update is documented for your convenience.
Android iOS Flutter React Native Cordova Capacitor
Latest Version 13.0.0
New features
BREAKING CHANGE: Added onADBEnabledDetected
detection feature, which allows you to detect USB debugging option enabled in the developer settings on the device. App needs to implement this new callback.
Latest Version 6.6.3
Maintenance
Updated SDK code signing; it will now be signed with:
Team Name: Lynx SFT s.r.o.
Latest Version 6.9.0
New features
[Android] onADBEnabled
callback, allowing you to detect USB debugging option enabled in the developer settings on the device.
Latest Version 3.11.0
New features
[Android] adbEnabled
callback, allowing you to detect USB debugging option enabled in the developer settings on the device.
Latest Version 7.1.0
New features
[Android] adbEnabled
callback, allowing you to detect USB debugging option enabled in the developer settings on the device.
Latest Version 1.7.0
New features
[Android] adbEnabled
callback, allowing you to detect USB debugging option enabled in the developer settings on the device.
Android iOS Flutter React Native Cordova Capacitor
Version 12.0.0
Improvement
Refactored Magisk checks in the root detection
Internal refactoring of Malware detection feature
Bug Fix
Resolved IllegalArgumentException caused by unregistering not registered receiver in TalsecMonitoringReceiver
Version 11.1.3
Bug Fix
Reported ANR issues present on some devices were resolved (GH issue #138 ).
Reported crashes caused by ConcurrentModificationException and NullPointerException were resolved (GH Flutter #140 ).
Reported crashes caused by the UnsupportedOperationException were resolved.
Version 11.1.1
Bug Fix
False positives in Hook detection (runtimeManipulation).
Version 11.1.0
New Feature
Added onMalwareDetected
to ThreatListener.ThreatDetected
interface, this is a breaking change and the onMalwareDetected
has to be implemented by the integrating application.
Important Information
Further details for this feature will be provided shortly with the new repositories.
For now, do not react to the callback, you can implement it simply by just using println().
Added the auditing of the internal execution for the future check optimization and overall security improvements.
Improvement
Changed the way TalsecConfig is created, we introduced a Builder pattern to make the process more streamlined and readable.
Refactored fetching the list of installed applications for root and hook detection.
Bug Fix
Fixed native crashes (SEGFAULT errors) in ifpip
method.
Fixed collision for command line tools (like ping) invoked without absolute path (Github issue #41 ).
Version 9.6.0
New Feature
Two new threat callbacks, onDeveloperModeDetected
and onSystemVPNDetected
, have been added for detecting Developer mode and System VPN.
Improvement
Updated GMS dependency to a newer version for improved performance and compatibility.
Updated CA bundle to enhance security for secure connections.
Bug Fix
Resolved a problem with displaying the Arabic alphabet in logs caused by the deviceâs default system locale.
Version 9.1.0
Improvement
Updated freeRASP SDK artifact hosting ensuring better stability and availability.
Version 9.0.2
Improvement
Shortened duration of threat evaluation.
Improved appIntegrity check and its logging.
Updated CURL
to 8.5.0
and OpenSSL
to 1.1.1w
.
Bug Fix
Fixed a native crash bug during one of the native root checks (detected after NDK upgrade).
Version 9.0.0
Improvement
Increased the compileSdk
and targetSdk
in the demo application.
Updated dependencies in the demo application.
Bug Fix
Fixed issue with ProviderException (#26 ).
Curious about more in-depth changes for Android? Head over to our GitHub Changelog for the complete history of updates!
Version 6.6.2
New feature
Version 6.6.1
Improvement
Renewed the signing certificate.
Version 6.6.0
New feature
Version 6.5.3
Improvement
Version 6.5.0
New Feature
Added request integrity information to data collection.
Significantly improved the response time from data collection service.
Version 6.4.0
New Feature
Added new threat callback systemVPN
for System VPN detection.
Improvement
Passcode check is now performed periodically.
Updated the CA bundle to enhance security for secure connections.
Bug Fix
Resolved a problem with displaying the Arabic alphabet in logs caused by the deviceâs default system locale.
Version 6.1.2
New Feature
Added codesigning for the SDK, it is signed by:
Team Name: AHEAD iTec, s.r.o.
.
Improvement
Updated CURL
to 8.5.0
and OpenSSL
to 1.1.1w
.
Improved obfuscation of Swift and C strings.
Bug Fix
Curious about more in-depth changes for iOS? Head over to our GitHub Changelog for the complete history of updates!
Version 6.8.0
New features and improvements
[Android] Malware detection as a new callback for enhanced app security.
[Android] Internal refactoring of Malware detection feature.
[Android] Refactoring Magisk checks in the root detection.
Maintenance
[iOS] Updated SDK code signing; it will now be signed with:
Team Name: Lynx SFT s.r.o.
Bug Fix
[Android] Resolved IllegalArgumentException caused by unregistering not registered receiver in TalsecMonitoringReceiver
Version 6.7.3
Improvement
[iOS] Renewed the signing certificate.
Version 6.7.2
Bug Fix
[Android] Reported crashes caused by ConcurrentModificationException and NullPointerException were resolved (GH Flutter issue #140 ).
[Android] Reported crashes caused by the UnsupportedOperationException were resolved.
Version 6.7.1
Bug Fix
[Android] False positives for hook detection.
Version 6.7.0
New Feature
[Android] Added the auditing of the internal execution for the future check optimization and overall security improvements.
Improvement
[Android] TalsecConfig creation was migrated to a Builder pattern.
[Android] Refactored fetching the list of installed applications for root and hook detection.
[iOS] Enhanced and accelerated the data collection logic.
Bug Fix
[Android] Native crashes (SEGFAULT) in ifpip
method.
[Android] Fixed collision for command line tools (like ping) invoked without absolute path (Github issue #41 ).
Version 6.6.0
New Feature
Added new threat Threat.systemVPN
for VPN detection.
Added new callback onSystemVPN
in ThreatCallback
for handling Threat.systemVPN
threat.
[Android] Added a new threat detection feature, Threat.devMode
, to identify Developer mode.
[Android] Added a new callback onDevMode
in ThreatCallback
for handling Threat.devMode
threat.
Improvement
Increased minimal Dart SDK version to 2.18.0 and minimal Flutter version to 3.3.0
Updated the CA bundle to enhance security for secure connections.
[Android] Increased the version of the GMS dependency
[iOS] Passcode check is now performed periodically.
Bug Fix
Resolved a problem in logging caused by the deviceâs default system locale
Version 6.5.1
Improvement
[Android] New Talsec SDK artifact hosting - better stability and availibility.
Version 6.5.0
New Feature
[iOS] Added Privacy Manifest.
[iOS] Added codesigning for the SDK, it is signed by:
Team Name: AHEAD iTec, s.r.o.
.
Improvement
Updated CURL
to 8.5.0
and OpenSSL
to 1.1.1w
.
[Android] Improved appIntegrity check and its logging.
[iOS] Improved obfuscation of Swift and C strings.
Bug Fix
[Android] Fixed issue with disappearing threats when the app is quickly put into the background and then back to the foreground (resolves issue #91 ).
[Android] Fixed a native crash bug during one of the native root checks (detected after NDK upgrade).
Version 6.4.0
Improvement
Improved reaction obfuscation.
[iOS] Improved obfuscation of the iOS SDK.
[iOS] Raised supported Xcode version to 14.3.1 .
Bug Fix
[Android] Fixed ProviderException.
Fixed typo in namespace which caused incompatibility with AGP 8.0 .
Curious about more in-depth changes for Flutter? Head over to our GitHub Changelog for the complete history of updates!
Version 3.10.0
New features and improvements
Added configuration fields for malware detection.
[Android] Malware detection as a new callback for enhanced app security.
[Android] Refactoring Magisk checks in the root detection.
Maintenance
[iOS] Updated SDK code signing; it will now be signed with:
Team Name: Lynx SFT s.r.o.
Version 3.9.3
Improvement
[iOS] Renewed the signing certificate.
Version 3.9.2
Bug Fix
[Android] Reported crashes caused by ConcurrentModificationException and NullPointerException were resolved (GH Flutter issue #140 ).
[Android] Reported crashes caused by the UnsupportedOperationException were resolved.
Version 3.9.1
Bug Fix
[Android] False positives for hook detection.
Version 3.9.0
New Feature
[Android] Added the auditing of the internal execution for the future check optimization and overall security improvements.
Improvement
Improved error messages when validation of the freeRASP configuration fails.
[Android] Changed the way TalsecConfig is created, we introduced a Builder pattern to make the process more streamlined and readable.
[Android] Refactored fetching the list of installed applications for root and hook detection.
Bug Fix
Fixed incorrect path to types in package.json
.
[Android] Fixed native crashes (SEGFAULT errors) in ifpip
method.
[Android] Fixed collision for command line tools (like ping) invoked without absolute path (Github issue #41 ).
Version 3.8.2
Improvement
Updated proguard rules to resolve build issues in RN 0.75.x.
Version 3.8.0
New Feature
Added a new threat systemVPN
for VPN detection.
[Android] Added a new threat devMode
for Developer mode detection.
Improvement
Updated the CA bundle to enhance security for secure connections.
[Android] Updated the GMS dependency to a newer version for improved performance and compatibility.
[iOS] Enhanced and accelerated the data collection logic.
[iOS] Passcode check is now performed periodically.
Bug Fix
Resolved a problem with displaying the Arabic alphabet in logs caused by the deviceâs default system locale.
[Android] Fixed proguard warning in specific versions of RN.
Version 3.7.2
Improvement
Updated expo config plugin to fix release build issue in RN 0.73
.
Version 3.7.1
Improvement
[Android] Updated freeRASP SDK artifact hosting ensuring better stability and availibility.
Bug Fix
[Android] Fixed compatibility issues with RN < 0.63
.
Version 3.7.0
New Feature
Added support for apps built with Expo SDK.
[iOS] Added Privacy Manifest.
[iOS] Added codesigning for the SDK, it is signed by:
Team Name: AHEAD iTec, s.r.o.
.
Improvement
Updated CURL
to 8.5.0
and OpenSSL
to 1.1.1w
.
[Android] Shortened duration of threat evaluation.
[Android] Improved appIntegrity check and its logging.
[iOS] Improved obfuscation of Swift and C strings.
Bug Fix
[Android] Fixed a native crash bug during one of the native root checks (detected after NDK upgrade).
Curious about more in-depth changes for React Native? Head over to our GitHub Changelog for the complete history of updates!
Version 7.0.0
New features and improvements
Added configuration fields for malware detection.
[Android] Malware detection as a new callback for enhanced app security.
[Android] Refactoring Magisk checks in the root detection.
Maintenance
BREAKING CHANGE: New dependency is required to run freeRASP; add following plugin to android/build.gradle
:
Copy plugins {
id 'org.jetbrains.kotlin.plugin.serialization' version '1.7.10'
}
[iOS] Updated SDK code signing; it will now be signed with:
Team Name: Lynx SFT s.r.o.
Bug Fix
[Android] Resolved IllegalArgumentException caused by unregistering not registered receiver in TalsecMonitoringReceiver
Version 6.3.3
Improvement
[iOS] Renewed the signing certificate.
Version 6.3.2
Bug Fix
[Android] Reported crashes caused by ConcurrentModificationException and NullPointerException were resolved (GH Flutter issue #140 ).
[Android] Reported crashes caused by the UnsupportedOperationException were resolved.
Version 6.3.1
Bug Fix
[Android] False positives for hook detection.
Version 6.3.0
New Feature
[Android] Added the auditing of the internal execution for the future check optimization and overall security improvements.
Improvement
Improved error messages when validation of the freeRASP configuration fails.
[Android] Changed the way TalsecConfig is created, we introduced a Builder pattern to make the process more streamlined and readable.
[Android] Refactored fetching the list of installed applications for root and hook detection.
[iOS] Enhanced and accelerated the data collection logic.
Bug Fix
[Android] Fixed native crashes (SEGFAULT errors) in ifpip
method.
[Android] Fixed collision for command line tools (like ping) invoked without absolute path (Github issue #41 ).
Version 6.2.0
New Feature
Added a new threat systemVPN
for VPN detection.
[Android] Added a new threat devMode
for Developer mode detection.
Improvement
Updated the CA bundle to enhance security for secure connections.
[Android] Updated the GMS dependency to a newer version for improved performance and compatibility.
[iOS] Passcode check is now performed periodically.
Bug Fix
Resolved a problem with displaying the Arabic alphabet in logs caused by the deviceâs default system locale.
Version 6.1.3
Bug Fix
Fixed BAD_ACCESS error occurring in specific versions of cordova-ios
plugin (#28 ).
Version 6.1.2
Bug Fix
[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.
Version 6.1.1
Improvement
[Android] Updated freeRASP SDK artifact hosting ensuring better stability and availibility.
Curious about more in-depth changes for Cordova? Head over to our GitHub Changelog for the complete history of updates!
Version 1.6.0
New features
Added configuration fields for malware detection.
[Android] Malware detection as a new callback for enhanced app security.
[Android] Refactoring Magisk checks in the root detection.
Maintenance
[iOS] Updated SDK code signing; it will now be signed with:
Team Name: Lynx SFT s.r.o.
Bug Fix
Version 1.5.3
Improvement
[iOS] Renewed the signing certificate.
Version 1.5.2
Bug Fix
[Android] Reported crashes caused by ConcurrentModificationException and NullPointerException were resolved (GH Flutter issue #140 ).
[Android] Reported crashes caused by the UnsupportedOperationException were resolved.
Version 1.5.1
Bug Fix
[Android] False positives for hook detection.
Version 1.5.0
New Feature
[Android] Added the auditing of the internal execution for the future check optimization and overall security improvements.
Improvement
Improved error messages when validation of the freeRASP configuration fails.
[Android] Changed the way TalsecConfig is created, we introduced a Builder pattern to make the process more streamlined and readable.
[Android] Refactored fetching the list of installed applications for root and hook detection.
[iOS] Enhanced and accelerated the data collection logic.
Bug Fix
[Android] Fixed native crashes (SEGFAULT errors) in ifpip
method.
[Android] Fixed collision for command line tools (like ping) invoked without absolute path (Github issue #41 ).
Version 1.4.0
New Feature
Added a new threat systemVPN
for VPN detection.
[Android] Added a new threat devMode
for Developer mode detection.
Improvement
Updated the CA bundle to enhance security for secure connections.
[Android] Updated the GMS dependency to a newer version for improved performance and compatibility.
[iOS] Passcode check is now performed periodically.
Bug Fix
Resolved a problem with displaying the Arabic alphabet in logs caused by the deviceâs default system locale.
Version 1.3.1
Improvement
[Android] Updated freeRASP SDK artifact hosting ensuring better stability and availibility.
Version 1.3.0
New Feature
[iOS] Added Privacy Manifest.
[iOS] Added codesigning for the SDK, it is signed by:
Team Name: AHEAD iTec, s.r.o.
.
Improvement
Updated CURL
to 8.5.0
and OpenSSL
to 1.1.1w
.
[Android] Shortened duration of threat evaluation.
[Android] Improved appIntegrity check and its logging.
[iOS] Improved obfuscation of Swift and C strings.
Bug Fix
[Android] Fixed a native crash bug during one of the native root checks (detected after NDK upgrade).
Version 1.2.1
[Android] Fixed bug that prevented firing callbacks in specific situations.
[iOS] Fixed bug that caused app being killed in specific situations (#42 ).
Curious about more in-depth changes for Capacitor? Head over to our GitHub Changelog for the complete history of updates!