Skip to content

Releases: talsec/Free-RASP-Flutter

7.0.0

26 Mar 14:18
a6ce4a9
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

[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

24 Feb 08:20
4cb03c9
Compare
Choose a tag to compare

[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 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
  • 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

30 Dec 10:12
43423be
Compare
Choose a tag to compare

[6.11.0] - 2024-12-30

  • 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.

6.10.0

18 Dec 14:19
3472355
Compare
Choose a tag to compare

[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

20 Nov 10:54
8ce8685
Compare
Choose a tag to compare

[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

15 Nov 14:56
02a4b15
Compare
Choose a tag to compare

[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

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

28 Oct 13:09
352571c
Compare
Choose a tag to compare

[6.7.3] - 2024-10-28

iOS

Changed

  • Renewed the signing certificate

freeRASP 6.7.2

18 Oct 14:39
ba78097
Compare
Choose a tag to compare

[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

30 Sep 10:13
87ef00d
Compare
Choose a tag to compare

[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

26 Sep 13:22
c7377a8
Compare
Choose a tag to compare

[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

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

Changed

  • Enhanced and accelerated the data collection logic
  • Updated OpenSSL to version 3.0.14
  • Updated CURL to version 8.8.0