Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Security
- Bump Go from 1.26.0 to 1.26.3 to fix 7 stdlib vulnerabilities: two XSS bugs in `html/template` (GO-2026-4982, GO-2026-4980), DoS via `crypto/x509` cert chain building and policy validation (GO-2026-4947, GO-2026-4946), DoS in `crypto/tls` TLS 1.3 KeyUpdate (GO-2026-4870), HTTP/2 infinite loop in `net/http` (GO-2026-4918), and Windows panic in `net.Dial` (GO-2026-4971)

### Fixed
- CI umbrella job (`ci-complete`) added so non-Go PRs (tool-version bumps, config changes) are no longer blocked by phantom-pending matrix checks; branch protection now requires only `CI Complete` and `Run pre-commit hooks` instead of individual matrix job names that GitHub never reports when a matrix is skipped

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kylegalloway/forge

go 1.26.0
go 1.26.3

require (
github.com/google/go-containerregistry v0.21.6
Expand Down
Loading