File tree Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1+ # freeRASP 6.3.0
2+ Improved logging of the Android SDK and minor bug fixes
3+
4+ ## What's new in 6.2.0?
5+ - 📄 Documentation updates and improvements
6+ - ✔️ updated CA bundle for logging pinning
7+ - ✔️ added error logging of network issues within the logging process
8+ - ✔️ added retry politics for logging
9+ - ⚡ fixed issue with DeadObjectException on Android 5 and 6 caused by excessive PackageManager.queryIntentActivities() usage
10+ - ⚡ improved root detection capabilities
11+
112# freeRASP 6.2.0
213Minor fixes and added support for AGP 8.0
314
Original file line number Diff line number Diff line change @@ -55,5 +55,5 @@ dependencies {
5555 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
5656
5757 // Talsec SDK
58- implementation ' com.aheaditec.talsec.security:TalsecSecurity-Community-Flutter:8.0.4 '
58+ implementation ' com.aheaditec.talsec.security:TalsecSecurity-Community-Flutter:8.3.0 '
5959}
Original file line number Diff line number Diff line change 11PODS:
22 - Flutter (1.0.0)
3- - freerasp (0 .0.1 ):
3+ - freerasp (1 .0.0 ):
44 - Flutter
55
66DEPENDENCIES:
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515
1616SPEC CHECKSUMS:
1717 Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
18- freerasp: 3516f6bd34a4d386ab4a20aa7a5ca8310d5c3a09
18+ freerasp: bb827d80b926abcfb8f4ca4ff4557c2fe4a5ae21
1919
2020PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3
2121
Original file line number Diff line number Diff line change 243243 );
244244 runOnlyForDeploymentPostprocessing = 0;
245245 shellPath = /bin/sh;
246- shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
246+ shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build\n ";
247247 };
248248 FF3206E2BD16BD0071553227 /* [CP] Check Pods Manifest.lock */ = {
249249 isa = PBXShellScriptBuildPhase;
Original file line number Diff line number Diff line change 11name : freerasp
22description : 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.2 .0
3+ version : 6.3 .0
44homepage : https://www.talsec.app/freerasp-in-app-protection-security-talsec
55repository : https://github.com/talsec/Free-RASP-Flutter
66
You can’t perform that action at this time.
0 commit comments