-
Notifications
You must be signed in to change notification settings - Fork 45
Upgrade Go to 1.26.6 to fix CVE-2026-56858 #1470
New issue
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| module github.com/konveyor/mig-controller | ||
|
|
||
| go 1.25.0 | ||
| go 1.26 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔒 Security & Privacy | 🛡️ Analyzed with Security Review | 🟠 Major | ⚡ Quick win 🧩 Analysis chain🌐 Web query:
💡 Result: The vulnerability GO-2026-6091 (CVE-2026-56858) is a security flaw in the Go standard library's html/template package that could lead to Cross-Site Scripting (XSS) due to incorrect JavaScript regular expression context tracking [1][2][3]. To remediate this vulnerability, users should upgrade to the following fixed versions [1][4]: - For versions before 1.25.13: Upgrade to 1.25.13 or later [1][4]. - For versions 1.26.0 and later: Upgrade to 1.26.6 or later [1][4]. - For versions 1.27.0 and later: Upgrade to 1.27.0 or later (specifically, the fix is included in 1.27.0 release) [1][4]. Note that versions from 1.27.0-0 up to (but not including) 1.27.0-rc.3 are affected [1][2]. Always refer to the official Go security advisories for the most accurate and up-to-date guidance [1][5]. Citations:
Security Misconfiguration CWE: CWE-16 Pin a patched Go toolchain across all build surfaces. Go 1.26.6 fixes CVE-2026-56858. Set 📍 Affects 3 files
🤖 Prompt for AI AgentsSource: MCP tools |
||
|
|
||
| require ( | ||
| cloud.google.com/go/storage v1.56.0 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There appears to be a variety of 1.26 images. Not sure which is the best one to use. we have ubi 9/10, latest1.26.8. But none of them appear to be ubi8.