go-gorm / postgres

GORM PostgreSQL driver
MIT License
225 stars 119 forks source link

updated modules to fix SQL injection vulnerability with pgx #267

Closed Namyts closed 5 months ago

Namyts commented 5 months ago

What did this pull request do?

Updated go.mod, with a focus on pgx due to the SQL injection vulnerability. The tests pass

User Case Description

Fixed SQL injection vulnerability

Namyts commented 5 months ago

Covers issues #263 and #260

PeterBocan commented 4 months ago

@jinzhu when can we expect the release for this fix?

liorcmx commented 4 months ago

@jinzhu , when is the next release to fix : https://github.com/jackc/pgx/security/advisories/GHSA-mrww-27vc-gghv ?