Skip to content

Commit

Permalink
WIP: Add support for pgx SQL checks
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jul 22, 2022
1 parent a18c3a0 commit 567d75a
Show file tree
Hide file tree
Showing 5 changed files with 193 additions and 1 deletion.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ module github.com/securego/gosec/v2
require (
github.com/google/uuid v1.3.0
github.com/gookit/color v1.5.1
github.com/jackc/pgconn v1.12.1
github.com/jackc/pgx/v4 v4.16.1
github.com/lib/pq v1.10.6
github.com/mozilla/tls-observatory v0.0.0-20210609171429-7bc42856d2e5
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
Expand Down

0 comments on commit 567d75a

Please sign in to comment.