Releases: talsec/Free-RASP-Capacitor
Releases · talsec/Free-RASP-Capacitor
freeRASP 2.1.0
- iOS SDK version: 6.11.0
- Android SDK version: 15.1.0
Capacitor
Added
- Added interface for screenshot / screen recording blocking on iOS
- Added interface for external ID storage
Android
Added
- Added externalId to put an integrator-specified custom identifier into the logs.
- Added eventId to the logs, which is unique per each log. It allows traceability of the same log across various systems.
Changed
- New root detection checks added
iOS
Added
- Added externalId to put an integrator-specified custom identifier into the logs.
- Added eventId to the logs, which is unique per each log. It allows traceability of the same log across various systems.
- Screen capture protection obscuring app content in screenshots and screen recordings preventing unauthorized content capture. Refer to the freeRASP integration documentation.
Fixed
- Resolved an issue with the screen recording detection.
- Resolved an issue that prevented Xcode tests from running correctly.
freeRASP 2.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
Capacitor
Changed
- Android SDK requires
kotlin_version
>=2.0.0
Android
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
iOS
Added
- Improvement of the obfuscation of the SDK.
Changed
- Deep signing of the OpenSSL binaries.
freeRASP 1.10.0
- iOS SDK version: 6.8.0
- Android SDK version: 14.0.1
Capacitor
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
- Set minifyEnabled in plugin to
true
implicitly on Android
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
freeRASP 1.9.0
- iOS SDK version: 6.6.3
- Android SDK version: 13.2.0
Android
Added
- Added request integrity information to data collection headers.
- Enhanced and accelerated the data collection logic.
freeRASP 1.8.0
- iOS SDK version: 6.6.3
- Android SDK version: 13.0.0
Capacitor
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 - Parsing of malware data is now async
Android
Changed
- Malware data is now parsed on background thread to improve responsiveness
freeRASP 1.7.0
Capacitor
Added
- Added
adbEnabled
callback, which allows you to detect USB debugging option enabled in the developer settings on the device
Android
Added
- ADB detection feature
freeRASP 1.6.0
- Android SDK version: 12.0.0
- iOS SDK version: 6.6.3
Capacitor
Added
- Added configuration fields for malware detection
Fixed
- Resolved compatibilty issues with JDK 21 (issue #21)
Android
Added
- New feature: malware detection as a new callback for enhanced app security
Fixed
- Refactoring Magisk checks in the root detection
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 1.5.3
iOS
Changed
- Renewed the signing certificate
freeRASP 1.5.2
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 1.5.1
- Android SDK version: 11.1.1
- iOS SDK version: 6.6.0
Android
Fixed
- False positives for hook detection