Skip to content

Commit 62cc377

Browse files
committed
data/reports: update GO-2024-2567
- data/reports/GO-2024-2567.yaml Updates #2567 Fixes #2966 Change-Id: If9f3f76eca68ef660b2c3ed58c86a47d383119b6 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/596435 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Tim King <[email protected]>
1 parent 788d6f5 commit 62cc377

File tree

2 files changed

+2
-41
lines changed

2 files changed

+2
-41
lines changed

data/osv/GO-2024-2567.json

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,6 @@
66
"summary": "Panic in Pipeline when PgConn is busy or closed in github.com/jackc/pgx",
77
"details": "Pipeline can panic when PgConn is busy or closed.",
88
"affected": [
9-
{
10-
"package": {
11-
"name": "github.com/jackc/pgx",
12-
"ecosystem": "Go"
13-
},
14-
"ranges": [
15-
{
16-
"type": "SEMVER",
17-
"events": [
18-
{
19-
"introduced": "2.0.0+incompatible"
20-
}
21-
]
22-
}
23-
],
24-
"ecosystem_specific": {}
25-
},
26-
{
27-
"package": {
28-
"name": "github.com/jackc/pgx/v4",
29-
"ecosystem": "Go"
30-
},
31-
"ranges": [
32-
{
33-
"type": "SEMVER",
34-
"events": [
35-
{
36-
"introduced": "0"
37-
}
38-
]
39-
}
40-
],
41-
"ecosystem_specific": {}
42-
},
439
{
4410
"package": {
4511
"name": "github.com/jackc/pgx/v5",
@@ -50,7 +16,7 @@
5016
"type": "SEMVER",
5117
"events": [
5218
{
53-
"introduced": "0"
19+
"introduced": "5.0.0-alpha.5"
5420
},
5521
{
5622
"fixed": "5.5.2"

data/reports/GO-2024-2567.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
id: GO-2024-2567
22
modules:
3-
- module: github.com/jackc/pgx
4-
versions:
5-
- introduced: 2.0.0+incompatible
6-
vulnerable_at: 3.6.2+incompatible
7-
- module: github.com/jackc/pgx/v4
8-
vulnerable_at: 4.18.3
93
- module: github.com/jackc/pgx/v5
104
versions:
5+
- introduced: 5.0.0-alpha.5
116
- fixed: 5.5.2
127
vulnerable_at: 5.5.1
138
packages:

0 commit comments

Comments
 (0)