chore(deps): raise Caddy floor to v2.11.3 and quic-go to v0.59.1#20
Merged
Conversation
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.
There was a problem hiding this comment.
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/v2minimum fromv2.11.2tov2.11.3. - Bump
github.com/quic-go/quic-gotov0.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.
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.
Resolves all four open Dependabot alerts:
/configAPI)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.