mirror of
https://github.com/github/codeql.git
synced 2026-01-29 22:32:58 +01:00
Match gopkg.in import of squirrel for SQLi query
This commit is contained in:
@@ -83,7 +83,7 @@ module SQL {
|
||||
SquirrelQueryString() {
|
||||
exists(Function fn |
|
||||
exists(string sq |
|
||||
sq = package(["github.com/Masterminds", "github.com/lann"], "squirrel")
|
||||
sq = package(["github.com/Masterminds/squirrel", "gopkg.in/Masterminds/squirrel.v1", "github.com/lann/squirrel"], "")
|
||||
|
|
||||
// first argument to `squirrel.Expr`
|
||||
fn.hasQualifiedName(sq, "Expr")
|
||||
|
||||
Reference in New Issue
Block a user