diff --git a/lib/core/settings.py b/lib/core/settings.py index 1f7f3f613..02fc9b6cb 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -216,6 +216,7 @@ SQL_STATEMENTS = { "alter ", ), "SQL data manipulation": ( + "bulk ", "insert ", "update ", "delete ", @@ -226,7 +227,7 @@ SQL_STATEMENTS = { "grant ", ), "SQL data execution": ( - " exec ", + "exec ", "execute ", ), "SQL transaction": (