Skip to content

chore(deps): raise Caddy floor to v2.11.3 and quic-go to v0.59.1#20

Merged
sebdroid merged 1 commit into
mainfrom
chore/bump-vuln-floor
Jun 12, 2026
Merged

chore(deps): raise Caddy floor to v2.11.3 and quic-go to v0.59.1#20
sebdroid merged 1 commit into
mainfrom
chore/bump-vuln-floor

Conversation

@sebdroid

Copy link
Copy Markdown
Owner

Resolves all four open Dependabot alerts:

Alert Package Fixed in
GHSA-wwhq-w58m-w29c (CVE-2026-30852 fix bypass) caddy v2.11.3
GHSA-x5w9-xh9r-mvfc (admin authorisation bypass, /config API) caddy v2.11.3
GHSA-gx7w-56w6-g48x (admin authorisation bypass, PKI endpoints) caddy v2.11.3
GHSA-vvgj-x9jq-8cj9 (HTTP/3 QPACK trailer memory exhaustion) quic-go v0.59.1

Per the floor policy, the Caddy requirement moves to the oldest release with a clean dependency graph - now v2.11.3. The README install note is updated to match. Verified locally: build, full test suite with -race, and govulncheck clean in both symbol and module modes.

A v1.0.2 tag after merging will propagate the new floor to module consumers.

Caddy v2.11.2 is affected by GHSA-wwhq-w58m-w29c (CVE-2026-30852 fix
bypass), GHSA-gx7w-56w6-g48x and GHSA-x5w9-xh9r-mvfc (remote admin
authorisation bypasses), all resolved in v2.11.3. quic-go v0.59.0 is
affected by GHSA-vvgj-x9jq-8cj9 (HTTP/3 QPACK trailer memory
exhaustion), resolved in v0.59.1. govulncheck reports no findings for
the new graph in symbol or module mode.
Copilot AI review requested due to automatic review settings June 12, 2026 07:45

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Raises the minimum supported Caddy version for cookiecrypt to pick up upstream security fixes, and updates module dependencies accordingly so consumers inherit the new secure floor.

Changes:

  • Bump github.com/caddyserver/caddy/v2 minimum from v2.11.2 to v2.11.3.
  • Bump github.com/quic-go/quic-go to v0.59.1 (via updated module graph).
  • Update README install note to reflect the new Caddy minimum.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
README.md Updates the documented minimum Caddy version to v2.11.3.
go.mod Raises the direct Caddy requirement to v2.11.3 and refreshes indirect requirements (including quic-go v0.59.1).
go.sum Updates checksums to match the new resolved dependency versions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sebdroid sebdroid merged commit b14a372 into main Jun 12, 2026
6 checks passed
@sebdroid sebdroid deleted the chore/bump-vuln-floor branch June 12, 2026 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants