From 52791d12c7f56b34f1726989891e0461b5d5e1bb Mon Sep 17 00:00:00 2001 From: Jaroslav Novotny Date: Thu, 28 Mar 2024 09:57:12 +0100 Subject: [PATCH 1/4] chore: update maven repository --- android/build.gradle | 6 ++---- android/settings.gradle | 2 -- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 76df8dc..03b5b1c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,3 @@ -package android - group 'com.aheaditec.freerasp' version '1.0-SNAPSHOT' @@ -20,7 +18,7 @@ rootProject.allprojects { repositories { google() mavenCentral() - maven { url "https://nexus3-public.monetplus.cz/repository/ahead-talsec-free-rasp" } + maven { url 'https://europe-west3-maven.pkg.dev/talsec-artifact-repository/freerasp' } maven { url 'https://jitpack.io' } } } @@ -58,5 +56,5 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" // Talsec SDK - implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community-Flutter:9.0.2' + implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community-Flutter:9.1.0' } diff --git a/android/settings.gradle b/android/settings.gradle index 3681b99..e39c408 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -1,3 +1 @@ -package android - rootProject.name = 'freerasp' From 2b59737f1cef19a74a12e44df59dd963cbfcd537 Mon Sep 17 00:00:00 2001 From: Jaroslav Novotny Date: Thu, 28 Mar 2024 09:57:23 +0100 Subject: [PATCH 2/4] chore: update CHANGELOG --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c013b9f..c323e18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 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 ## What's new in 6.5.0? @@ -136,9 +146,13 @@ also no longer rely on HMS. - ❗ Only one version of the SDK is used from now on, instead of two separate for dev and release ### Android + - ❗ Removed the HMS dependencies + - ⚡ Improved root detection accuracy by moving the 'ro.debuggable' property state to an ignored group + - ⚡ Enhanced root detection capabilities by moving the selinux properties check to device state + - ⚡ Fine-tuning root evaluation strategy ### iOS @@ -228,21 +242,33 @@ For iOS devices, we prepared upgraded and polished incident detections and even ### General/Flutter * Fixed bug causing Talsec to not run properly (initialization checks for non null-safe version of Flutter) + * Added configuration tests ### Android + * Improved performance during library initialization + * Improved method handling + * Improved incident handling + * Sensitive content logging modification, package names of well-known dangerous applications (rooting apps, hooking frameworks, etc...) are no longer sent to Elastic, only a flag that device contains one of those applications is sent + * Fixed usage of deprecated API calls (DexFile) for Android 8.0 and above + * Fixed issue with root prompt ("app asking for root permission") on rooted devices ### iOS + * Updated jailbreak checks to detect jailbreak hiders + * Updated hook checks + * Better debugger handling + * Better incident handling + * Fixed issue with false positive during device binding check ## 1.1.0 @@ -279,6 +305,7 @@ For iOS devices, we prepared upgraded and polished incident detections and even * Updated README.md ### iOS + * Fixed build failure on Xcode ## 0.0.1 From f319f9e5c9a6ef1dacb27d1bc6e40ec2e899e630 Mon Sep 17 00:00:00 2001 From: Jaroslav Novotny Date: Thu, 28 Mar 2024 09:57:33 +0100 Subject: [PATCH 3/4] chore: raise version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 707e203..2bbc7cd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: freerasp description: Flutter library for improving app security and threat monitoring on Android and iOS mobile devices. Learn more about provided features on the freeRASP's homepage first. -version: 6.5.0 +version: 6.5.1 homepage: https://www.talsec.app/freerasp-in-app-protection-security-talsec repository: https://github.com/talsec/Free-RASP-Flutter From a497eb2b729cdec1e3a65e0e2ee9b61dbd9ee8e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Novotn=C3=BD?= <62177414+yardexx@users.noreply.github.com> Date: Fri, 5 Apr 2024 11:50:17 +0200 Subject: [PATCH 4/4] docs: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5720845..ea0538e 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Add dependency to your `pubspec.yaml` file ```yaml dependencies: - freerasp: 6.1.0 + freerasp: 6.5.1 ``` and run `pub get`