Skip to content

Commit 0332c52

Browse files
author
Alvaro Muñoz
authored
Update go/ql/lib/semmle/go/frameworks/SQL.qll
1 parent 0043acb commit 0332c52

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
@@ -329,7 +329,7 @@ module Bun {
329329
arg = 0
330330
or
331331
tp = "RawQuery" and
332-
m = ["NewRawQuery"] and
332+
m = "NewRawQuery" and
333333
arg = 1
334334
)
335335
|

0 commit comments

Comments
 (0)