Skip to content

Detect use of sprintf() #3

Open
@guillaumeaubert

Description

@guillaumeaubert

This should probably be considered a violation:

my $sql = sprintf(
        'SELECT * FROM %s',
        $table
);

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions