Skip to content

Security issue about SQL injection attacks #91

@vunguyendhSTS

Description

@vunguyendhSTS

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions