Skip to content

Commit 5abf36f

Browse files
authored
Merge pull request #111 from talsec/release/6.5.1
freeRASP: 6.5.1
2 parents 8671a2f + a497eb2 commit 5abf36f

File tree

5 files changed

+31
-8
lines changed

5 files changed

+31
-8
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# freeRASP 6.5.1
2+
3+
## What's new in 6.5.1?
4+
5+
- 📄 Fixed typo in README
6+
7+
## Android
8+
9+
- ⚡ New Talsec SDK artifact hosting - better stability and availibility
10+
111
# freeRASP 6.5.0
212

313
## What's new in 6.5.0?
@@ -136,9 +146,13 @@ also no longer rely on HMS.
136146
- ❗ Only one version of the SDK is used from now on, instead of two separate for dev and release
137147

138148
### Android
149+
139150
- ❗ Removed the HMS dependencies
151+
140152
- ⚡ Improved root detection accuracy by moving the 'ro.debuggable' property state to an ignored group
153+
141154
- ⚡ Enhanced root detection capabilities by moving the selinux properties check to device state
155+
142156
- ⚡ Fine-tuning root evaluation strategy
143157

144158
### iOS
@@ -228,21 +242,33 @@ For iOS devices, we prepared upgraded and polished incident detections and even
228242
### General/Flutter
229243

230244
* Fixed bug causing Talsec to not run properly (initialization checks for non null-safe version of Flutter)
245+
231246
* Added configuration tests
232247

233248
### Android
249+
234250
* Improved performance during library initialization
251+
235252
* Improved method handling
253+
236254
* Improved incident handling
255+
237256
* 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
257+
238258
* Fixed usage of deprecated API calls (DexFile) for Android 8.0 and above
259+
239260
* Fixed issue with root prompt ("app asking for root permission") on rooted devices
240261

241262
### iOS
263+
242264
* Updated jailbreak checks to detect jailbreak hiders
265+
243266
* Updated hook checks
267+
244268
* Better debugger handling
269+
245270
* Better incident handling
271+
246272
* Fixed issue with false positive during device binding check
247273

248274
## 1.1.0
@@ -279,6 +305,7 @@ For iOS devices, we prepared upgraded and polished incident detections and even
279305
* Updated README.md
280306

281307
### iOS
308+
282309
* Fixed build failure on Xcode
283310

284311
## 0.0.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Add dependency to your `pubspec.yaml` file
7272

7373
```yaml
7474
dependencies:
75-
freerasp: 6.1.0
75+
freerasp: 6.5.1
7676
```
7777
7878
and run `pub get`

android/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
package android
2-
31
group 'com.aheaditec.freerasp'
42
version '1.0-SNAPSHOT'
53

@@ -20,7 +18,7 @@ rootProject.allprojects {
2018
repositories {
2119
google()
2220
mavenCentral()
23-
maven { url "https://nexus3-public.monetplus.cz/repository/ahead-talsec-free-rasp" }
21+
maven { url 'https://europe-west3-maven.pkg.dev/talsec-artifact-repository/freerasp' }
2422
maven { url 'https://jitpack.io' }
2523
}
2624
}
@@ -58,5 +56,5 @@ dependencies {
5856
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5957

6058
// Talsec SDK
61-
implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community-Flutter:9.0.2'
59+
implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community-Flutter:9.1.0'
6260
}

android/settings.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
package android
2-
31
rootProject.name = 'freerasp'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: freerasp
22
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.
3-
version: 6.5.0
3+
version: 6.5.1
44
homepage: https://www.talsec.app/freerasp-in-app-protection-security-talsec
55
repository: https://github.com/talsec/Free-RASP-Flutter
66

0 commit comments

Comments
 (0)