-
Notifications
You must be signed in to change notification settings - Fork 16
feat: Rerun checks when coming from background #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @meetp-interpay, freeRASP runs the initial checks immediately after the app was started. However, after that, the checks are run periodically, which means that you might want to wait for a couple of minutes before you see the threats being detected. This applies also for your described use case. Please, try to leave the app running for up to 10 minutes after you bring it back from background. The checks should start to fail. Don't forget to let us know if this solved the problem. Best, Tomas, Talsec developer |
Hello @tompsota , Thanks for your response. Just wanted to know, does this will be the same behaviour for commercial version (Business RASP+, AppiCrypt) or is this only in freeRASP ? |
Hello @meetp-interpay, you will not encounter this issue in the commercial version of our libraries. There are additional API options that enable the wrapper to update all checks when the application lifecycle changes. Unfortunately, this is not possible in freeRASP at the moment. We will look at this issue in freeRASP as well in the near future. Best regards, Tomas, Talsec developer |
Okay, that will be fine. Thanks |
@tompsota Can you expose these function as synchrounous api which returns threat boolean value when called |
@tompsota Is there any solution where we can dispose it and call again? |
Hello, @deepanshushukla, due to other security concerns, we do not provide synchronous API to trigger the RASP security audit. However, we are working on an enhanced version of the freeRASP API, which should partially resolve your issues. Stay tuned for that! @hanishSplenta, in freeRASP, there isn't currently a way how to force start the security audit. However, with Talsec, we offer additional solutions to help overcome this limitation:
Let us know if you have any further questions. Regards, Tomas from Talsec |
I have added free-rasp at the entry point of our app. When app is open for the first time, all call-backs coming from andoirdCallbacks are working.
But then, I will press back button from android device, the app is closed, and when I will open the app again (without clearing app from Recent menu) then call-backs are not working. If I remove app from Recent menu, and then open the app again then it is working again.
Technically, if app is open at any point of time, call-backs should work.
Using freerasp 3.0.1 version.
The text was updated successfully, but these errors were encountered: