Releases: talsec/Free-RASP-Flutter
Releases · talsec/Free-RASP-Flutter
7.0.0
Check out the full changelog to stay updated on new features, improvements, and the complete history of changes: https://docs.talsec.app/freerasp/whats-new-and-changelog
[7.0.0] - 2024-03-26
Flutter
Added
fvm
support for Flutter version management
Changed
- Updated versions for example app
Android
Changed
- Breaking: Raised kotlin version to 2.1.0
- 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
iOS
Added
- Improvement of the obfuscation of the SDK.
6.12.0
[6.12.0] - 2025-02-18
- iOS SDK version: 6.8.0
- Android SDK version: 14.0.1
Flutter
Added
blockScreenCapture
method to block/unblock screen captureisScreenCaptureBlocked
method to get the current screen capture blocking status- New callbacks:
screenshot
: Detects when a screenshot is takenscreenRecording
: Detects when screen recording is active
Changed
- Raised Android CompileSDK level to 35
- Monitoring is now disabled by default
Android
Added
- Passive and active screenshot/screen recording protection
Changed
- Improved root detection
Fixed
- Proguard rules to address warnings from okhttp dependency
iOS
Added
- Passive Screenshot/Screen Recording detection
6.11.0
6.10.0
[6.10.0] - 2024-12-17
- iOS SDK version: 6.6.3
- Android SDK version: 13.0.0
Flutter
Changed
- App icons for detected malware are not fetched automatically anymore, which reduces computation required to retrieve malware data. From now on, app icons have to be retrieved using the
getAppIcon
method
Android
Changed
- Malware data is now parsed on background thread to improve responsiveness
freeRASP 6.9.0
[6.9.0] - 2024-11-19
- Android SDK version: 13.0.0
- iOS SDK version: 6.6.3
Flutter
Added
- New feature:
onADBEnabled
callback allowing you to detect USB debugging option enabled in the developer settings on the device
Android
Added
- ADB detection feature
freeRASP 6.8.0
[6.8.0] - 2024-11-15
- Android SDK version: 12.0.0
- iOS SDK version: 6.6.3
Flutter
Added
- New feature: Malware detection as a new callback for enhanced app security
Android
Changed
- Internal refactoring of Malware detection feature
Fixed
- Refactoring Magisk checks in the root detection
- Resolving IllegalArgumentException caused by unregistering not registered receiver in TalsecMonitoringReceiver
iOS
Added
- Enhanced security with Serotonin Jailbreak Detection to identify compromised devices.
Changed
- Updated SDK code signing; it will now be signed with:
- Team ID: PBDDS45LQS
- Team Name: Lynx SFT s.r.o.
freeRASP 6.7.3
[6.7.3] - 2024-10-28
iOS
Changed
- Renewed the signing certificate
freeRASP 6.7.2
[6.7.2] - 2024-10-18
Android
Fixed
- Reported ANR issues present on some devices were resolved (GH Flutter issue #138)
- Reported crashes caused by ConcurrentModificationException and NullPointerException were resolved (GH Flutter issue #140)
- Reported crashes caused by the UnsupportedOperationException were resolved
freeRASP 6.7.1
[6.7.1] - 2024-09-30
- Android SDK version: 11.1.1
- iOS SDK version: 6.6.0
Android
Fixed
- False positives for hook detection
freeRASP 6.7.0
[6.7.0] - 2024-09-26
- Android SDK version: 11.1.0
- iOS SDK version: 6.6.0
Flutter
Added
- Auditing mechanism for runtime checks
Changed
- Migration to declarative Gradle plugin
- CHANGELOG.md now follows Keep a Changelog
- Updated README.md with new documentation links
Android
Added
- Auditing mechanism for runtime checks
Changed
- Breaking: TalsecConfig creation was migrated to a Builder pattern
- Refactored fetching the list of installed applications for root and hook detection
- Updated OpenSSL to version 3.0.14
- Updated CURL to version 8.8.0
Fixed
- Native crashes (SEGFAULT) in
ifpip
method - Collision for command line tools (e.g.
ping
) which couldn't be invoked without the full path
iOS
Added
- Dopamine jailbreak detection.
Changed
- Enhanced and accelerated the data collection logic
- Updated OpenSSL to version 3.0.14
- Updated CURL to version 8.8.0