cordova-plugin-iroot icon indicating copy to clipboard operation
cordova-plugin-iroot copied to clipboard

Deprecated API - fopen

Open kchct opened this issue 1 year ago • 1 comments

First and foremost, I'd like to express my gratitude to the author for creating this plugin. Is there a roadmap or plan to upgrade the fopen API to the more secure fopen_s?

kchct avatar Jun 14 '24 04:06 kchct

This is important. Since the main goal of this plugin is to protect app against threats, but with using fopen make the app directly vulnerable. could you please use fopen_s instead of fopen.

aalzehla avatar Aug 17 '24 17:08 aalzehla

@kchct @aalzehla Have you any reference regarding this security problem ?

If i try to modify it, i have an "call to undeclared function 'fopen_s'; ISO C99 and later do not support implicit function declarations" ?

@WuglyakBolgoink any idea about this?

Kr.

TiBz0u avatar Oct 24 '25 15:10 TiBz0u