In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade github.com/jackc/pgx/v5/pgconn
to version 5.5.2 or higher.
github.com/jackc/pgx/v5/pgconn is a low-level PostgreSQL database driver
Affected versions of this package are vulnerable to Uncaught Exception that allows creating a pipeline in error with a PgConn
that is busy or closed. This allows an attacker who can ascertain that a pipeline is in such a state to trigger a panic by calling the Sync()
function on the pipeline.