rollbar-ios
rollbar-ios copied to clipboard
Getting warning in penetration testing due to KSKRash of Rollbar
We are getting error in PEN Test for iOS application which used rollbar. PEN Test check for the security performance of app. We used mobSF (https://mobsf.github.io/Mobile-Security-Framework-MobSF/) tool for the PEN Test.
We get following error in Security PEN Test-
Insecure malloc function is used instead of calloc :- malloc is insecure to use and we have calloc as safe alternative of it which should be used.