Skip to content

Commit a7ef6c1

Browse files
authored
Merge pull request #54 from talsec/release/3.7.0
Release/3.7.0
2 parents 812286e + 78be2c9 commit a7ef6c1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+4220
-2668
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# freeRASP 3.7.0
2+
3+
- ⚡ Added support for apps built with Expo SDK
4+
- 📄 Documentation updates
5+
6+
### Android
7+
8+
- ⚡ Shortened duration of threat evaluation
9+
- ⚡ Fixed a native crash bug during one of the native root checks (detected after NDK upgrade)
10+
- ⚡ Improved _appIntegrity_ check and its logging
11+
- ⚡ Updated `CURL` to `8.5.0` and `OpenSSL` to `1.1.1w`
12+
13+
### iOS
14+
15+
- ❗ Added Privacy Manifest
16+
- ❗ Added codesigning for the SDK, it is signed by:
17+
- _Team ID_: `ASQC376HCN`
18+
- _Team Name_: `AHEAD iTec, s.r.o.`
19+
- ⚡ Improved obfuscation of Swift and C strings
20+
- ⚡ Fixed memory leak ([freeRASP iOS issue #13](https://github.com/talsec/Free-RASP-iOS/issues/13))
21+
- ⚡ Updated `CURL` to `8.5.0` and `OpenSSL` to `1.1.1w`
22+
123
# freeRASP 3.6.1
224

325
- 📄 Documentation updates

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dependencies {
8686
//noinspection GradleDynamicVersion
8787
implementation "com.facebook.react:react-native:$react_native_version"
8888
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
89-
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:9.0.0"
89+
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:9.0.2"
9090
}
9191

9292
if (isNewArchitectureEnabled()) {

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.12.9",
19-
"@babel/runtime": "^7.12.5",
19+
"@babel/runtime": "^7.24.1",
2020
"babel-plugin-module-resolver": "^4.1.0",
2121
"metro-react-native-babel-preset": "0.72.3",
2222
"react-native-svg-transformer": "^1.0.0"

ios/TalsecRuntime.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64</string>
9+
<string>ios-arm64_x86_64-simulator</string>
1010
<key>LibraryPath</key>
1111
<string>TalsecRuntime.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15+
<string>x86_64</string>
1516
</array>
1617
<key>SupportedPlatform</key>
1718
<string>ios</string>
19+
<key>SupportedPlatformVariant</key>
20+
<string>simulator</string>
1821
</dict>
1922
<dict>
2023
<key>LibraryIdentifier</key>
21-
<string>ios-arm64_x86_64-simulator</string>
24+
<string>ios-arm64</string>
2225
<key>LibraryPath</key>
2326
<string>TalsecRuntime.framework</string>
2427
<key>SupportedArchitectures</key>
2528
<array>
2629
<string>arm64</string>
27-
<string>x86_64</string>
2830
</array>
2931
<key>SupportedPlatform</key>
3032
<string>ios</string>
31-
<key>SupportedPlatformVariant</key>
32-
<string>simulator</string>
3333
</dict>
3434
</array>
3535
<key>CFBundlePackageType</key>
157 Bytes
Binary file not shown.
184 Bytes
Binary file not shown.
205 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)