Greetings, Zetetic community!
We’ve incorporated SQLCipher into an iOS application. However, during a security audit conducted with the MobSF tool, alerts were raised regarding the usage of certain functions.
Issue: Binary makes use of insecure API(s)
Severity: High
Description: The binary may contain the following insecure API(s) _fopen , _memcpy , _strlen
Issue: Binary makes use of the insecure Random function(s)
Severity: High
Description: The binary may use the following insecure Random function(s) _random.
Issue: Binary makes use of malloc function
Severity: High
Description: The binary may use _malloc function.
Is the implementation of the above functions is free of vulnerabilities?. Furthermore, can it be confirmed that the implementations of the aforementioned functions are secure within this context?
Thank you in advance.