IOS IONIC App uses _malloc function instead of calloc

Hi,

This is also security related question raised by security testers.
At the framework level “The binary uses _malloc function instead of calloc”, we in our app at business level not using this _malloc function.

How to remove _malloc function from framework?
What is the impact of this _malloc function?
Do we have to update the IONIC Framework?

The answer is the same as on How to remove functions _fopen, _sscanf in ios ionic framework - #2 by julio-ionic

Your security testers are not analyzing your app’s code, they are using a security scanner that gets false positives coming from system frameworks (created by Apple) that most apps use.

Not Cordova nor Capacitor use _malloc anywhere.