deps(pgx): update driver to address CVE-2024-27289#463
deps(pgx): update driver to address CVE-2024-27289#463burningalchemist merged 1 commit intoburningalchemist:masterfrom
Conversation
|
Thank you for your contribution! 🚀 |
|
@puneetloya hi! could you help, please? |
|
@vvitad Something that you can try: You can delete this line: https://github.com/burningalchemist/sql_exporter/blob/master/drivers.go#L9C5-L9C22 Run Then build sql exporter and use it. FYI, there are better ways than this. Just to confirm are you using db url as: |
|
@vvitad, To use Reference: https://github.com/xo/dburl?tab=readme-ov-file#database-schemes-aliases-and-drivers |
|
Thanks for answers! I found myself a go developer and he helped. But we didn't know to change postgres(didn't know it is pq) to pgx at first so we deleted any mention of pq, and than changed dsn in code, and than built the binary. |
resolves CVE-2024-27289