We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have the following required packages in go.mod: github.com/jackc/pgx/v5 v5.6.0 github.com/jmoiron/sqlx v1.3.5
github.com/jackc/pgx/v5 v5.6.0
github.com/jmoiron/sqlx v1.3.5
My code imports: "github.com/jmoiron/sqlx" "_ github.com/jackc/pgx/v5/stdlib"
"github.com/jmoiron/sqlx"
"_ github.com/jackc/pgx/v5/stdlib"
Snyk found a vulnerability, Uncaught Exception in pgx/v4, introduced through github.com/jackc/[email protected].
The text was updated successfully, but these errors were encountered:
It was introduced on July 2, 2024:
Sorry, something went wrong.
I have no idea what Snyk is doing. But every time a Snyk issue has been raised before it has been a false positive.
I notice that the OP imports .../V5/stdlib yet the snyk report references V4/stdlib...
No branches or pull requests
I have the following required packages in go.mod:
github.com/jackc/pgx/v5 v5.6.0
github.com/jmoiron/sqlx v1.3.5
My code imports:
"github.com/jmoiron/sqlx"
"_ github.com/jackc/pgx/v5/stdlib"
Snyk found a vulnerability, Uncaught Exception in pgx/v4, introduced through
github.com/jackc/[email protected].
The text was updated successfully, but these errors were encountered: