cloudflared/2025.11.1-r2: cve remediation#77824
Conversation
<!--ci-cve-scan:must-fix: GHSA-527x-5wrf-22m2-->
🛑 Build Failed: Compilation
Build Details
Root Cause Analysis 🔍API incompatibility between quic-go/http3 package and qpack dependency. The qpack.NewDecoder function signature has changed - it no longer accepts a callback function parameter, but the quic-go code is still calling it with the old signature. This is likely due to dependency version mismatches after the go/bump step updated packages. 🔍 Build failure fix suggestionsFound similar build failures that have been fixed in the past and analyzed them to suggest a fix: Suggested ChangesFile: go.mod
Replacement: Content: File: Melange YAML
Replacement: Content: Click to expand fix analysisAnalysisNo similar build failures were provided for analysis. However, the error indicates a clear API incompatibility issue where the qpack.NewDecoder function signature has changed between versions - it no longer accepts a callback function parameter but the quic-go code is still calling it with the old signature. This type of issue typically occurs when Go dependencies are updated (via go/bump) but the consuming code hasn't been updated to match the new API. Click to expand fix explanationExplanationThe build failure is caused by an API incompatibility between the quic-go HTTP/3 client and the qpack dependency. The qpack.NewDecoder function signature has changed to no longer accept a callback function parameter, but the quic-go code is still calling it with the old signature. This commonly happens when go/bump updates dependencies but creates version mismatches. The fix involves pinning the quic-go version to one that is compatible with the current qpack version. Version 0.40.1 or similar should maintain API compatibility. By explicitly pinning this in the go/bump step, we ensure consistent dependency resolution and prevent the API mismatch that's causing the compilation error. Click to expand alternative approachesAlternative Approaches
Was this comment helpful? Please use 👍 or 👎 reactions on this comment. |
|
See advisories: https://github.com/chainguard-dev/CVE-Dashboard/issues/52938 |
|
This vulnerability remediation is stale and no longer needed. 👋 Advisory CGA-qpmq-jp76-vgm8 has the latest event type of "PENDING_UPSTREAM_FIX" View with: |
cloudflared/2025.11.1-r2: fix GHSA-527x-5wrf-22m2
Advisory data: https://github.com/wolfi-dev/advisories/blob/main/cloudflared.advisories.yaml
"Breadcrumbs" for this automated service
Inspected git repositories: https://github.com/cloudflare/cloudflared@2025.11.1