Consider sqli
support for other common SQL packages
#3
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
At this time,
database/sql
and GORMv1 are considered for thesqli
demo CLI tool.taint/sql/injection/injection.go
Lines 46 to 73 in f43d4ad
It would be worth considering expanding support to other common SQL packages. It might be interesting to attempt parity with CodeQL's support?
https://github.com/github/codeql/blob/f5406570f7b44b4ce62e0d4107cb6f8d0663eeaf/go/ql/lib/semmle/go/frameworks/SQL.qll#L244-L257
It might also be worth considering how to enable contextual support, based on the packages that are imported for a target program; if
database/sql
is imported, then only those (sink) types will be searched for.The text was updated successfully, but these errors were encountered: