Skip to content

Releases: talsec/Free-RASP-Android

freeRASP 13.2.0

29 Dec 22:36
5073306
Compare
Choose a tag to compare

[13.2.0] - 2024-12-29

Added

  • Added request integrity information to data collection headers.
  • Enhanced and accelerated the data collection logic.

freeRASP 13.0.0

20 Nov 10:41
2ade0d4
Compare
Choose a tag to compare

[13.0.0] - 2024-11-20

Changed

  • ❗️Breaking: Added onADBEnabledDetected detection feature, which allows you to detect USB debugging option enabled in the developer settings on the device. App needs to implement this new callback

freeRASP 12.0.0

15 Nov 13:49
2147cf9
Compare
Choose a tag to compare

[12.0.0] - 2024-11-15

Changed

  • Internal refactoring of Malware detection feature

Fixed

  • Refactored Magisk checks in the root detection
  • Resolved IllegalArgumentException caused by unregistering not registered receiver in TalsecMonitoringReceiver

freeRASP 11.1.3

18 Oct 14:42
7f3375f
Compare
Choose a tag to compare

[11.1.3] - 2024-10-14

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 11.1.1

30 Sep 10:04
34cda09
Compare
Choose a tag to compare

[11.1.1] - 2024-09-30

Fixed

  • False positives in Hook detection (runtimeManipulation)

freeRASP 11.1.0

25 Sep 15:15
4b6757f
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[11.1.0] - 2024-09-17

Added

  • ❗️Breaking: added onMalwareDetected to ThreatListener.ThreatDetected interface, this is a breaking change and the onMalwareDetected has to be implemented by the integrating application. Further details for this feature will be provided shortly with the new repositories. For now, do not react to the callback, you can implement it simply by just using println().
  • 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.

freeRASP 9.6.0

03 Jun 13:03
bdd46f7
Compare
Choose a tag to compare

freeRASP 9.6.0

  • ❗️ Added new threat callback onDeveloperModeDetected for Developer mode detection
  • ❗️ Added new threat callback onSystemVPNDetected for System VPN 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

freeRASP 9.1.0

10 Apr 13:35
3210673
Compare
Choose a tag to compare

freeRASP 9.1.0

⚡ Updated freeRASP SDK artifact hosting ensuring better stability and availability

freeRASP 9.0.2

25 Mar 13:39
0c9718f
Compare
Choose a tag to compare

freeRASP 9.0.2

  • ⚡ Shortened duration of threat evaluation
  • ⚡ Fixed a native crash bug during one of the native root checks (detected after NDK upgrade)
  • ⚡ Improved appIntegrity check and its logging
  • ⚡ Updated CURL to 8.5.0 and OpenSSL to 1.1.1w

freeRASP 9.0.0

21 Dec 14:13
0ef5040
Compare
Choose a tag to compare

freeRASP 9.0.0

  • ⚡ Fixed issue with ProviderException (#26)
  • ✔️ Increased the compileSdk and targetSdk in the demo application
  • ✔️ Updated dependencies in the demo application