Skip to content

'CREATE OR REPLACE' missing in EXPLORER_SQL_BLACKLIST #704

@adam-hrb

Description

@adam-hrb

The CREATE statement is already on the EXPLORER_SQL_BLACKLIST, but SQLparse package treats 'CREATE OR REPLACE' as a different token, so the check for blacklisted commands in explorer/utils.pl:35 does not detect it.

Just adding 'CREATE OR REPLACE' to the blacklist would be sufficient.

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