Skip to content

Releases: talsec/Free-RASP-Cordova

freeRASP 7.2.0

09 Dec 12:28
32f1eed
Compare
Choose a tag to compare
  • iOS SDK version: 6.6.3
  • Android SDK version: 13.0.0

Cordova

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 7.1.0

20 Nov 11:13
8621a60
Compare
Choose a tag to compare

Cordova

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 7.0.1

18 Nov 11:20
56e6eb8
Compare
Choose a tag to compare
  • Android SDK version: 12.0.0
  • iOS SDK version: 6.6.3

Cordova

Fixed

  • Removed conflicting export on npmjs

freeRASP 7.0.0

15 Nov 17:51
f4b5b29
Compare
Choose a tag to compare
  • Android SDK version: 12.0.0
  • iOS SDK version: 6.6.3

Cordova

Added

  • BREAKING CHANGE: New dependency is required to run freeRASP; add following plugin to android/build.gradle:
plugins{
    id 'org.jetbrains.kotlin.plugin.serialization' version '1.7.10'
}
  • Added configuration fields for malware detection

Android

Added

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

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

28 Oct 12:39
c96e5ce
Compare
Choose a tag to compare

iOS

Changed

  • Renewed the signing certificate

freeRASP 6.3.2

18 Oct 14:35
3b16bdd
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 6.3.1

30 Sep 11:46
272d14d
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

freeRASP 6.3.0

26 Sep 12:51
d0e90c5
Compare
Choose a tag to compare

Cordova

Changed

  • Improved error messages when validation of the freeRASP configuration fails

Android

Added

  • Added the auditing of the internal execution for the future check optimization and overall security improvements.

Fixed

  • Fixed native crashes (SEGFAULT errors) in ifpip method
  • Fixed collision for command line tools (like ping) invoked without absolute path

Changed

  • ❗️Breaking: Changed the way TalsecConfig is created, we introduced a Builder pattern to make the process more streamlined and readable
  • Updated OpenSSL to version 3.0.14
  • Updated CURL to version 8.8.0
  • Refactored fetching the list of installed applications for root and hook detection.

iOS

Added

  • Dopamine jailbreak detection.
  • Enhanced and accelerated the data collection logic

Changed

  • Updated OpenSSL to version 3.0.14
  • Updated CURL to version 8.8.0

Cordova

Changed

freeRASP 6.2.1

02 Jul 07:23
Compare
Choose a tag to compare

Cordova

Changed

freeRASP 6.2.0

31 May 17:28
Compare
Choose a tag to compare
  • ⚡ Added new threat systemVPN for VPN detection
  • 📄 Documentation updates

Android

  • ⚡ Added new threat devMode for Developer mode detection
  • ⚡ Fixed issue with Arabic alphabet in logs caused by the device’s default system locale
  • ✔️ Increased the version of the GMS dependency
  • ✔️ Updated CA bundle

iOS

  • ⚡ Fixed issue with Arabic alphabet in logs caused by the device’s default system locale
  • ⚡ Passcode check is now periodical
  • ✔️ Updated CA bundle