Skip to content

Commit

Permalink
Merge pull request #111 from talsec/release/6.5.1
Browse files Browse the repository at this point in the history
freeRASP: 6.5.1
  • Loading branch information
msikyna authored Apr 9, 2024
2 parents 8671a2f + a497eb2 commit 5abf36f
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 8 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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?
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
6 changes: 2 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package android

group 'com.aheaditec.freerasp'
version '1.0-SNAPSHOT'

Expand All @@ -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' }
}
}
Expand Down Expand Up @@ -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'
}
2 changes: 0 additions & 2 deletions android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
package android

rootProject.name = 'freerasp'
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 5abf36f

Please sign in to comment.