Conversation
|
This pull request addresses security vulnerability CVE-2026-32286 by upgrading the PostgreSQL database driver ( Files Changed Analysis
Architecture & Impact Assessment
graph TD
subgraph Tyk Pump Service
A[SQL Pumps] --> B{GORM ORM Fork}
end
B --> C[gorm.io/driver/postgres: v1.5.0]
B --> H[gorm.io/driver/mysql: v1.3.2]
C --> D[github.com/jackc/pgx: v5]
D -- Interacts with --> E[(PostgreSQL DB)]
H -- Interacts with --> I[(MySQL DB)]
subgraph "CI/CD Pipeline"
F[New pgx/v5 Tests] -- Validates --> D
G[New MySQL Tests] -- Validates --> H
end
style C fill:#c9ffc9,stroke:#333,stroke-width:2px
style D fill:#c9ffc9,stroke:#333,stroke-width:2px
style H fill:#c9ffc9,stroke:#333,stroke-width:2px
style F fill:#c9ffc9,stroke:#333,stroke-width:2px
style G fill:#c9ffc9,stroke:#333,stroke-width:2px
Scope Discovery & Context Expansion
Metadata
Powered by Visor from Probelabs Last updated: 2026-04-17T14:10:01.225Z | Triggered by: pr_updated | Commit: 309285e 💡 TIP: You can chat with Visor using |
✅ Security Check PassedNo security issues found – changes LGTM. ✅ Architecture Check PassedNo architecture issues found – changes LGTM. ✅ Security Check PassedNo security issues found – changes LGTM. \n\n✅ Architecture Check PassedNo architecture issues found – changes LGTM. \n\nPerformance Issues (1)
✅ Quality Check PassedNo quality issues found – changes LGTM. Powered by Visor from Probelabs Last updated: 2026-04-17T14:09:17.733Z | Triggered by: pr_updated | Commit: 309285e 💡 TIP: You can chat with Visor using |
…tocol is set to true (#969)
|
|
/release to release-1.14.1 |
|
|
|
/release to release-1.14.1 |
|
|
* chore: prepare PR for cherry-pick 76d4448 → release-1.14.1 Cherry-pick failed with conflicts and requires manual resolution. This empty commit exists to allow opening a draft PR. * merge #959 --------- Co-authored-by: Tyk Bot <bot@tyk.io> Co-authored-by: Florencia Caballero <66144664+MFCaballero@users.noreply.github.com>


Description
To fix CVE-2026-32286 we need to update to pgx/v5 and for that update to gorm.io/driver/postgres v1.5.0 is needed
Related Issue
Motivation and Context
How This Has Been Tested
Screenshots (if appropriate)
Types of changes
Checklist
fork, don't request your
master!masterbranch (left side). Also, you should startyour branch off our latest
master.go mod tidy && go mod vendorgo fmt -sgo vet