You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my application scanned by security team and we got issue about SQL injection attacks with description:
io/agora/utils/SqliteWrapper.java :
this.db.execSQL("delete from "" + str + "" where key = "" + str2 + "";");
When i'm trying to view actually happens inside SqliteWrapper.java by import io.agora.utils.moduleName then i just see 3 moduleName are:
NetUtils
ThreadUtils
HttpRequest
my question is where the SQL command is and how can i view it and fix with parameter the SQL
The text was updated successfully, but these errors were encountered:
Hi team
my application scanned by security team and we got issue about SQL injection attacks with description:
io/agora/utils/SqliteWrapper.java :
this.db.execSQL("delete from "" + str + "" where key = "" + str2 + "";");
When i'm trying to view actually happens inside SqliteWrapper.java by import io.agora.utils.moduleName then i just see 3 moduleName are:
NetUtils
ThreadUtils
HttpRequest
my question is where the SQL command is and how can i view it and fix with parameter the SQL
The text was updated successfully, but these errors were encountered: