зеркало из https://github.com/golang/vulndb.git
52 строки
1.2 KiB
JSON
52 строки
1.2 KiB
JSON
{
|
|
"schema_version": "1.3.1",
|
|
"id": "GO-2024-2567",
|
|
"modified": "0001-01-01T00:00:00Z",
|
|
"published": "0001-01-01T00:00:00Z",
|
|
"aliases": [
|
|
"GHSA-fqpg-rq76-99pq"
|
|
],
|
|
"summary": "Panic in Pipeline when PgConn is busy or closed in github.com/jackc/pgx",
|
|
"details": "Pipeline can panic when PgConn is busy or closed.",
|
|
"affected": [
|
|
{
|
|
"package": {
|
|
"name": "github.com/jackc/pgx/v5",
|
|
"ecosystem": "Go"
|
|
},
|
|
"ranges": [
|
|
{
|
|
"type": "SEMVER",
|
|
"events": [
|
|
{
|
|
"introduced": "5.0.0-alpha.5"
|
|
},
|
|
{
|
|
"fixed": "5.5.2"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"ecosystem_specific": {
|
|
"imports": [
|
|
{
|
|
"path": "github.com/jackc/pgx/v5/pgconn",
|
|
"symbols": [
|
|
"Pipeline.Sync"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"references": [
|
|
{
|
|
"type": "FIX",
|
|
"url": "https://github.com/jackc/pgx/commit/dfd198003a03dbb96e4607b0d3a0bb9a7398ccb7"
|
|
}
|
|
],
|
|
"database_specific": {
|
|
"url": "https://pkg.go.dev/vuln/GO-2024-2567",
|
|
"review_status": "REVIEWED"
|
|
}
|
|
} |