Ondřej Přikryl
Ondřej Přikryl
Hello @rakesh0689, The disadvantage of freeRASP is the public interface used to inform the app about detected threats. If the pen testers do some analysis of your application, they will...
Hello @YMonnier, I have two ideas on how we could try to resolve this issue. Talsec also has OkHttp as a dependency. You can try to exclude our (older) dependency...
Hello @YMonnier, The issue is related to the cryptography providers, as I mentioned earlier. I don't know how including Talsec could possibly cause this issue (the only thing I could...
Hello @YMonnier , Thank you for your update and for your diligent investigation work. Dependencies are listed in the POM files for every version of the Android library. You can...
Hello @YMonnier, Could you try the following three versions? Only replace the dependency and use it as it is (without the exclude blocks). ``` implementation 'com.aheaditec.talsec.security.test:TalsecSecurity-Community:9.0.2-ONLY_DEPENDENCIES' implementation 'com.aheaditec.talsec.security.test:TalsecSecurity-Community:9.0.2-NO_CHECKS' implementation 'com.aheaditec.talsec.security.test:TalsecSecurity-Community:9.0.2-BASIC_CHECKS'...
Hello, We've discovered some conflicts between one of our device binding detection controls and TLS/SSL. Device binding detection should inform the app that it was cloned/transferred from one device to...
Hello @mdynia1 , I double-checked the code, but I couldn't find any bug in our implementation. We're using the Android API call [isDeviceSecure](https://developer.android.com/reference/android/app/KeyguardManager#isDeviceSecure()), which checks if the PIN, pattern, or...
Hello @AhmedHammad0900, There was one more bug (causing ANR) that was recently resolved that could help you with your issue. If your issue still persists, please try to update to...
Hello @YMonnier, We've done some research regarding similar issues in the past, and we've concluded that this error is caused by the Android architecture design. Google Play nowadays works with...
Hello @yamin-elmakis, Could you please share the package name or your watcher mail with us? You can send it to [[email protected]]([email protected]) together with the link to this issue. This will...