|
| 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 | + |
1 | 11 | # freeRASP 6.5.0 |
2 | 12 |
|
3 | 13 | ## What's new in 6.5.0? |
@@ -136,9 +146,13 @@ also no longer rely on HMS. |
136 | 146 | - ❗ Only one version of the SDK is used from now on, instead of two separate for dev and release |
137 | 147 |
|
138 | 148 | ### Android |
| 149 | + |
139 | 150 | - ❗ Removed the HMS dependencies |
| 151 | + |
140 | 152 | - ⚡ Improved root detection accuracy by moving the 'ro.debuggable' property state to an ignored group |
| 153 | + |
141 | 154 | - ⚡ Enhanced root detection capabilities by moving the selinux properties check to device state |
| 155 | + |
142 | 156 | - ⚡ Fine-tuning root evaluation strategy |
143 | 157 |
|
144 | 158 | ### iOS |
@@ -228,21 +242,33 @@ For iOS devices, we prepared upgraded and polished incident detections and even |
228 | 242 | ### General/Flutter |
229 | 243 |
|
230 | 244 | * Fixed bug causing Talsec to not run properly (initialization checks for non null-safe version of Flutter) |
| 245 | + |
231 | 246 | * Added configuration tests |
232 | 247 |
|
233 | 248 | ### Android |
| 249 | + |
234 | 250 | * Improved performance during library initialization |
| 251 | + |
235 | 252 | * Improved method handling |
| 253 | + |
236 | 254 | * Improved incident handling |
| 255 | + |
237 | 256 | * 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 | + |
238 | 258 | * Fixed usage of deprecated API calls (DexFile) for Android 8.0 and above |
| 259 | + |
239 | 260 | * Fixed issue with root prompt ("app asking for root permission") on rooted devices |
240 | 261 |
|
241 | 262 | ### iOS |
| 263 | + |
242 | 264 | * Updated jailbreak checks to detect jailbreak hiders |
| 265 | + |
243 | 266 | * Updated hook checks |
| 267 | + |
244 | 268 | * Better debugger handling |
| 269 | + |
245 | 270 | * Better incident handling |
| 271 | + |
246 | 272 | * Fixed issue with false positive during device binding check |
247 | 273 |
|
248 | 274 | ## 1.1.0 |
@@ -279,6 +305,7 @@ For iOS devices, we prepared upgraded and polished incident detections and even |
279 | 305 | * Updated README.md |
280 | 306 |
|
281 | 307 | ### iOS |
| 308 | + |
282 | 309 | * Fixed build failure on Xcode |
283 | 310 |
|
284 | 311 | ## 0.0.1 |
|
0 commit comments