Skip to content

Commit eacecab

Browse files
author
Alvaro Muñoz
committed
remove PrepareContext
1 parent 4b85d54 commit eacecab

File tree

1 file changed

+1
-1
lines changed
  • go/ql/lib/semmle/go/frameworks

1 file changed

+1
-1
lines changed

go/ql/lib/semmle/go/frameworks/SQL.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ module SQL {
151151
arg = 2
152152
or
153153
tp = ["DB", "Conn"] and
154-
m = ["ExecContext", "ExecOneContext", "PrepareContext", "Query", "QueryOne"] and
154+
m = ["ExecContext", "ExecOneContext", "Query", "QueryOne"] and
155155
arg = 1
156156
or
157157
tp = ["DB", "Conn"] and

0 commit comments

Comments
 (0)