Skip to content

Commit

Permalink
data/reports: update GO-2024-2606
Browse files Browse the repository at this point in the history
  - data/reports/GO-2024-2606.yaml

Updates #2606
Updates golang/go#69392

Change-Id: I32da7de9925de3bdea645dcc2ce1c9263941252d
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/612875
Reviewed-by: Tatiana Bradley <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Auto-Submit: Zvonimir Pavlinovic <[email protected]>
  • Loading branch information
zpavlinovic authored and gopherbot committed Sep 13, 2024
1 parent c3f0f4a commit e5f3b25
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
27 changes: 27 additions & 0 deletions data/osv/GO-2024-2606.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,33 @@
]
}
},
{
"package": {
"name": "github.com/jackc/pgx",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
}
]
}
],
"ecosystem_specific": {
"imports": [
{
"path": "github.com/jackc/pgx/internal/sanitize",
"symbols": [
"Query.Sanitize",
"SanitizeSQL"
]
}
]
}
},
{
"package": {
"name": "github.com/jackc/pgx/v4",
Expand Down
8 changes: 8 additions & 0 deletions data/reports/GO-2024-2606.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ modules:
- main
fix_links:
- https://github.com/jackc/pgproto3/commit/945c2126f6db8f3bea7eeebe307c01fe92bca007
- module: github.com/jackc/pgx
vulnerable_at: 3.6.2+incompatible
packages:
- package: github.com/jackc/pgx/internal/sanitize
symbols:
- Query.Sanitize
derived_symbols:
- SanitizeSQL
- module: github.com/jackc/pgx/v4
versions:
- fixed: 4.18.2
Expand Down

0 comments on commit e5f3b25

Please sign in to comment.