Bump min go version to 1.26.2#37139
Merged
silverwind merged 2 commits intogo-gitea:mainfrom Apr 8, 2026
Merged
Conversation
Update Go from 1.26.1 to 1.26.2 to fix 6 stdlib vulnerabilities (CVE-2026-33817 bbolt, crypto/x509, crypto/tls, archive/tar, html/template). Update go.etcd.io/bbolt to include fix for CVE-2026-33817 (index out-of-range on branch page with zero elements). Co-Authored-By: Claude (Opus 4.6) <noreply@anthropic.com>
Member
Author
|
According to golang/vulndb#4938, the bbolt CVE is invalid and may be redacted. I will revert to last published release for now. |
Per golang/vulndb#4938, the bbolt CVE (CVE-2026-33817) is invalid and may be redacted. Co-Authored-By: Claude (Opus 4.6) <noreply@anthropic.com>
lunny
approved these changes
Apr 8, 2026
bircni
approved these changes
Apr 8, 2026
GiteaBot
pushed a commit
to GiteaBot/gitea
that referenced
this pull request
Apr 8, 2026
Update Go from 1.26.1 to 1.26.2 to fix 6 stdlib vulnerabilities: - GO-2026-4947: `crypto/x509` chain building - GO-2026-4946: `crypto/x509` policy validation - GO-2026-4870: `crypto/tls` KeyUpdate DoS - GO-2026-4869: `archive/tar` unbounded allocation - GO-2026-4866: `crypto/x509` name constraints bypass - GO-2026-4865: `html/template` XSS Co-authored-by: Claude (Opus 4.6) <noreply@anthropic.com>
silverwind
added a commit
that referenced
this pull request
Apr 8, 2026
Backport #37139 by @silverwind Update Go from 1.26.1 to 1.26.2 to fix 6 stdlib vulnerabilities: - GO-2026-4947: `crypto/x509` chain building - GO-2026-4946: `crypto/x509` policy validation - GO-2026-4870: `crypto/tls` KeyUpdate DoS - GO-2026-4869: `archive/tar` unbounded allocation - GO-2026-4866: `crypto/x509` name constraints bypass - GO-2026-4865: `html/template` XSS Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: Claude (Opus 4.6) <noreply@anthropic.com>
silverwind
added a commit
to silverwind/gitea
that referenced
this pull request
Apr 8, 2026
…license * origin/main: Update go dependencies (go-gitea#37141) Update javascript dependencies (go-gitea#37142) Bump min go version to 1.26.2 (go-gitea#37139) Add bulk repository deletion for organizations (go-gitea#36763) [skip ci] Updated translations via Crowdin # Conflicts: # package.json # pnpm-lock.yaml
zjjhot
added a commit
to zjjhot/gitea
that referenced
this pull request
Apr 9, 2026
* main: models/fixtures: add "DO NOT add more test data" comment to all yml fixture files (go-gitea#37150) Frontport changelog of v1.26.0-rc0 (go-gitea#37138) Update go dependencies (go-gitea#37141) Update javascript dependencies (go-gitea#37142) Bump min go version to 1.26.2 (go-gitea#37139) Add bulk repository deletion for organizations (go-gitea#36763)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Go from 1.26.1 to 1.26.2 to fix 6 stdlib vulnerabilities:
crypto/x509chain buildingcrypto/x509policy validationcrypto/tlsKeyUpdate DoSarchive/tarunbounded allocationcrypto/x509name constraints bypasshtml/templateXSSFor https://github.com/go-gitea/gitea/security/dependabot/199: Updatego.etcd.io/bboltto include fix for CVE-2026-33817 (GO-2026-4923, index out-of-range on branch page with zero elements). No tagged release exists yet, so using pseudo-version etcd-io/bbolt@b39d36f fromrelease-1.4branch which contains the fix (etcd-io/bbolt#1172).This PR was written with the help of Claude Opus 4.6