Skip to content

Releases: talsec/Free-RASP-Capacitor

freeRASP 2.1.0

22 May 06:28
fb27d46
Compare
Choose a tag to compare
  • 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

25 Mar 18:36
4bf9bf5
Compare
Choose a tag to compare

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

05 Mar 14:07
91a0927
Compare
Choose a tag to compare
  • iOS SDK version: 6.8.0
  • Android SDK version: 14.0.1

Capacitor

Added

  • blockScreenCapture method to block/unblock screen capture
  • isScreenCaptureBlocked method to get the current screen capture blocking status
  • New callbacks:
    • screenshot: Detects when a screenshot is taken
    • screenRecording: 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

29 Dec 22:45
3e8f453
Compare
Choose a tag to compare
  • 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

16 Dec 14:04
5db8538
Compare
Choose a tag to compare
  • 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

20 Nov 11:13
86b27cd
Compare
Choose a tag to compare

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

15 Nov 18:11
0cbe5be
Compare
Choose a tag to compare
  • Android SDK version: 12.0.0
  • iOS SDK version: 6.6.3

Capacitor

Added

  • Added configuration fields for malware detection

Fixed

Android

Added

  • New feature: malware detection as a new callback for enhanced app security

Fixed

  • Refactoring Magisk checks in the root detection

iOS

Added

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

28 Oct 12:44
fcd6ca1
Compare
Choose a tag to compare

iOS

Changed

  • Renewed the signing certificate

freeRASP 1.5.2

18 Oct 14:35
37ac2fe
Compare
Choose a tag to compare

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

30 Sep 11:46
6afaf65
Compare
Choose a tag to compare
  • Android SDK version: 11.1.1
  • iOS SDK version: 6.6.0

Android

Fixed

  • False positives for hook detection