Enable sql injection in execute functions in python

This commit is contained in:
2025-05-09 20:25:27 +02:00
parent 32e96de43f
commit 2de747bef4
+5
View File
@@ -0,0 +1,5 @@
;extends
(call
function: (attribute attribute: (identifier) @id (#match? @id "execute|read_sql"))
arguments: (argument_list
(string (string_content) @injection.content (#set! injection.language "sql"))))