Skip to content
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

Binary makes use of insecure APIs: sscanf,malloc functions #3707

Open
vbhor49 opened this issue May 3, 2024 · 1 comment
Open

Binary makes use of insecure APIs: sscanf,malloc functions #3707

vbhor49 opened this issue May 3, 2024 · 1 comment

Comments

@vbhor49
Copy link

vbhor49 commented May 3, 2024

I received the pen testing security check audit PDF, where I found some "Medium" severity issues.
1.Binary makes use of insecure APIs: sscanf,malloc
I found this after installing SDWebImage Pod in app

Screenshot 2024-05-03 at 4 44 09 PM

Can someone please help me overcome this scenario and successfully pass the security pentest?

Thanks in Advance

Platform Name : iOS
Platform Version : All
SDWebImage Version : 5.19.1

@dreampiggy
Copy link
Contributor

I guess this is from some inline of Foundation/CoreFoundation API. We do not directly use these, and it's known to be safe when use correctly.

Ignore this scan tool report or filter this case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants