Skip to content

detect sql string modification #11

Open
@vsespb

Description

@vsespb

this

my $sql = "select from ";
$sql.=$table;

and even that:

my $sql = "select from ";
$sql ="$sql $table";

(possibly 1st case more common and 2nd is pretty complex)

p.s.
Great project ! Thanks!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions