Skip to content

Releases: talsec/Free-RASP-Flutter

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

freeRASP 6.6.0

04 Jun 08:31
Compare
Choose a tag to compare

freeRASP 6.6.0

What's new in 6.6.0?

  • 🔎 Added new threat Threat.systemVPN for VPN detection
  • 🔎 Added new callback onSystemVPN in ThreatCallback for handling Threat.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 in ThreatCallback for handling Threat.devMode threat
  • ✔️ Increased the version of the GMS dependency

iOS

  • ⚡ Passcode check is now periodical

freeRASP 6.5.1

10 Apr 10:50
5abf36f
Compare
Choose a tag to compare

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

freeRASP 6.5.0

25 Mar 15:12
8671a2f
Compare
Choose a tag to compare

freeRASP 6.5.0

What's new in 6.5.0?

  • ⚡ Updated CURL to 8.5.0 and OpenSSL to 1.1.1w (resolves issue #93)
  • 📄 Added information about APK size increase and ways to decrease it (resolves issue #100)

Android

  • ⚡ Fixed issue with disappearing threats when the app is quickly put into the background and then back to the foreground (resolves issue #91)
  • ⚡ Fixed a native crash bug during one of the native root checks (detected after NDK upgrade)
  • ⚡ Improved appIntegrity check and its logging

iOS

  • ❗ Added Privacy Manifest
  • ❗ Added codesigning for the SDK, it is signed by:
    • Team ID: ASQC376HCN
    • Team Name: AHEAD iTec, s.r.o.
  • ⚡ Improved obfuscation of Swift and C strings

freeRASP 6.4.0

08 Jan 11:12
c6b3472
Compare
Choose a tag to compare

freeRASP 6.4.0

Minor fixes and improvements

What's new in 6.4.0?

  • ⚡ Improved reaction obfuscation
  • ⚡ Improved obfuscation of the iOS SDK
  • ⚡ Fixed ProviderException on Android
  • ⚡ Fixed typo in namespace which caused incompatibility with AGP 8.0
  • 📄 Fixed information about Xcode version
  • ❗ Raised supported Xcode version to 14.3.1

freeRASP 6.3.0

25 Sep 14:10
cae797f
Compare
Choose a tag to compare

freeRASP 6.3.0

Improved logging of the Android SDK and minor bug fixes

What's new in 6.3.0?

  • 📄 Documentation updates and improvements
  • ✔️ updated CA bundle for logging pinning
  • ✔️ added error logging of network issues within the logging process
  • ✔️ added retry politics for logging
  • ⚡ fixed issue with DeadObjectException on Android 5 and 6 caused by excessive PackageManager.queryIntentActivities() usage
  • ⚡ improved root detection capabilities