cordova-plugin-iroot
cordova-plugin-iroot copied to clipboard
Deprecated API - fopen
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?
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.
@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.