Skip to content

Commit

Permalink
Merge pull request #25 from talsec/release/6.1.1
Browse files Browse the repository at this point in the history
Release/6.1.1
  • Loading branch information
xprikryl2 committed Apr 10, 2024
2 parents 0abedbe + c06d785 commit 16f756a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 15 deletions.
28 changes: 17 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
# freeRASP 6.1.1

### Android

- ⚡ Updated freeRASP SDK artifact hosting ensuring better stability and availibility

# freeRASP 6.1.0

- 📄 Documentation updates

### Android

- ⚡ 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`
- ⚡ 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`

### iOS

- ❗ Added Privacy Manifest
- ❗ Added codesigning for the SDK, it is signed by:
- _Team ID_: `ASQC376HCN`
- _Team Name_: `AHEAD iTec, s.r.o.`
- ⚡ Improved obfuscation of Swift and C strings
- ⚡ Fixed memory leak ([freeRASP iOS issue #13](https://github.com/talsec/Free-RASP-iOS/issues/13))
- ⚡ Updated `CURL` to `8.5.0` and `OpenSSL` to `1.1.1w`
- ❗ Added Privacy Manifest
- ❗ Added codesigning for the SDK, it is signed by:
- _Team ID_: `ASQC376HCN`
- _Team Name_: `AHEAD iTec, s.r.o.`
- ⚡ Improved obfuscation of Swift and C strings
- ⚡ Fixed memory leak ([freeRASP iOS issue #13](https://github.com/talsec/Free-RASP-iOS/issues/13))
- ⚡ Updated `CURL` to `8.5.0` and `OpenSSL` to `1.1.1w`

# freeRASP 6.0.1

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-talsec-plugin-freerasp",
"version": "6.1.0",
"version": "6.1.1",
"description": "Cordova plugin for improving app security and threat monitoring on Android and iOS mobile devices.",
"cordova": {
"id": "cordova-talsec-plugin-freerasp",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-talsec-plugin-freerasp"
version="6.1.0">
version="6.1.1">

<name>freerasp</name>
<author>Talsec (info@talsec.app)</author>
Expand Down
4 changes: 2 additions & 2 deletions src/android/talsec.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repositories {
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' }
}

dependencies {
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-Cordova:9.0.2"
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-Cordova:9.1.0"
}

android {
Expand Down

0 comments on commit 16f756a

Please sign in to comment.