Releases: talsec/Free-RASP-Flutter
Releases · talsec/Free-RASP-Flutter
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
freeRASP 6.6.0
freeRASP 6.6.0
What's new in 6.6.0?
- 🔎 Added new threat
Threat.systemVPN
for VPN detection - 🔎 Added new callback
onSystemVPN
inThreatCallback
for handlingThreat.systemVPN
threat - ❗ Increased minimal Dart SDK version to 2.18.0 and minimal Flutter version to 3.3.0
- ⚡ Resolved issue in logging caused by the device's default system locale.
- ✔️ Updated CA bundle
- 📄 Documentation updates
Android
- 🔎 Added new threat
Threat.devMode
for detecting Developer mode on Android - 🔎 Added new callback
onDevMode
inThreatCallback
for handlingThreat.devMode
threat - ✔️ Increased the version of the GMS dependency
iOS
- ⚡ Passcode check is now periodical
freeRASP 6.5.1
freeRASP 6.5.1
What's new in 6.5.1?
- 📄 Fixed typo in README
Android
- ⚡ New Talsec SDK artifact hosting - better stability and availibility