🎤What's New and Changelog
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.
Latest from Articles
Learn more: https://docs.talsec.app/appsec-articles
Changelog
Latest version 16.0.1
Breaking Change, new feature
❗️Added
onMultiInstanceDetected()
callback - detection whether the application is installed/running in various multi-instancing environments (e.g. Parallel Space).
Improvement
Added support for 16 KB memory page sizes.
The ADB service running as "root" is a signal for root detection.
Improved emulator detection.
Internal security improvements.
Fixed
Removed malware report duplicates.
Version 15.1.0
Improvement
Added new root detection checks.
Added eventId to the logs, which is unique per each log. It allows traceability of the same log across various systems.
Added externalId to put an integrator-specified custom identifier into the logs. This feature will be presented later.
Fixed
Resolved SecurityException caused by
getNetworkCapabilities()
- Android 11 specific bug (GH Android issue #56).
Version 15.0.0
Changed
Compile API increased to 35, dependencies updated
Internal library obfuscation reworked
Root detection divided into 2 parts (quick initial checks, and time-demanding asynchronous post checks)
Fixed
ANR issues bug-fixing
Version 14.0.1
Breaking Change, new feature
❗️Added
onScreenshotDetected()
- detection of screenshots, refer to the Android freeRASP integration documentation.❗️Added
onScreenRecordingDetected()
- detection of screen recording, refer to the Android freeRASP integration documentation.
Improvement
Added
blockScreenCapture(Activity activity, boolean enable)
for FLAG_SECURE control, an active protection against screen capturing.isScreenCaptureBlocked()
- to receive whether the screen capture is blockedRate limiting for both screenshot and screenRecording incidents
Improved root detection capabilities
Bug Fix
Updated proguard rules to fix warnings from okhttp dependency.
Version 13.2.0
Improvement
Added request integrity information to data collection headers.
Enhanced and accelerated the data collection logic.
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.
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
toThreatListener.ThreatDetected
interface, this is a breaking change and theonMalwareDetected
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.
Updated
CURL
to8.8.0
andOpenSSL
to3.0.14
(Github issue #114).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
andonSystemVPNDetected
, 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
to8.5.0
andOpenSSL
to1.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
andtargetSdk
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!
Last updated