[release-v0.80.x] Security: Fix GovCloud Go module vulnerabilities (go-chi, compress, sigstore-go, cel-go, otel) - #3914
Merged
tekton-robot merged 4 commits intoAug 13, 2026
Conversation
Upgrade vulnerable Go module dependencies identified in GovCloud FedRAMP compliance scans (SRVKP-13173, SRVKP-13178, SRVKP-13179): - github.com/go-chi/chi/v5: v5.2.5 -> v5.3.0 - github.com/klauspost/compress: v1.18.6 -> v1.18.7 - github.com/sigstore/sigstore-go: v1.1.4 -> v1.2.0 - github.com/google/cel-go: v0.28.1 -> v0.29.0 - go.opentelemetry.io/otel: v1.43.0 -> v1.44.0 Addresses: GHSA-rjr7-jggh-pgcp, GHSA-9g5q-2w5x-hmxf, GHSA-3fxj-6jh8-hvhx, CVE-2026-49834, GHSA-9vcr-p3rj-q5q6, GCJH-h69q-9w9g, GHSA-259r-337f-4rfw, CVE-2026-41178 Jira: SRVKP-13173 SRVKP-13178 SRVKP-13179 Signed-off-by: Jawed khelil <jkhelil@redhat.com> Assisted-by: Claude Sonnet 4.6 (via Cursor) Co-authored-by: Cursor <cursoragent@cursor.com>
Run go mod tidy && go mod vendor to sync vendor/ with the updated go.mod entries for go-chi/chi v5.3.0, compress v1.18.7, sigstore-go v1.2.0, cel-go v0.29.0, otel v1.44.0. Jira: SRVKP-13173 SRVKP-13178 SRVKP-13179 Signed-off-by: Jawed khelil <jkhelil@redhat.com> Assisted-by: Claude Sonnet 4.6 (via Cursor) Co-authored-by: Cursor <cursoragent@cursor.com>
Member
Author
|
/release-note-none |
Member
Author
|
/retest |
4 similar comments
Member
Author
|
/retest |
Member
Author
|
/retest |
Member
Author
|
/retest |
Contributor
|
/retest |
Bump contrib and exporter packages to match otel core v1.44.0, eliminating the mixed semconv/v1.40.0 + semconv/v1.41.0 schema URL panic at pod startup: - contrib/instrumentation/net/http/otelhttp: v0.68.0 -> v0.69.0 - contrib/instrumentation/runtime: v0.68.0 -> v0.69.0 - exporters/otlp/otlpmetric/otlpmetricgrpc: v1.43.0 -> v1.44.0 - exporters/otlp/otlpmetric/otlpmetrichttp: v1.43.0 -> v1.44.0 - exporters/otlp/otlptrace: v1.43.0 -> v1.44.0 - exporters/otlp/otlptrace/otlptracegrpc: v1.43.0 -> v1.44.0 - exporters/otlp/otlptrace/otlptracehttp: v1.43.0 -> v1.44.0 - exporters/prometheus: v0.65.0 -> v0.66.0 - exporters/stdout/stdouttrace: v1.43.0 -> v1.44.0 The previous commit bumped otel core to v1.44.0 but left these packages behind. The OTel SDK panics when merging resources that reference different schema URLs (v1.40.0 vs v1.41.0), crashing all three operator pods at startup and causing all e2e tests to fail. Jira: SRVKP-13173 SRVKP-13178 SRVKP-13179 Signed-off-by: Jawed khelil <jkhelil@redhat.com> Assisted-by: Claude Sonnet 4.6 (via Cursor) Co-authored-by: Cursor <cursoragent@cursor.com>
Upgrade knative.dev/pkg from v0.0.0-20260406140200-cb58ae50e894
to v0.0.0-20260622140654-39ebae2ee2dc (same as operator main).
The previous otel v1.43.0->v1.44.0 bump changed resource.Default()
to use semconv/v1.41.0 (schema URL "1.41.0"), while knative.dev/pkg
was still passing semconv/v1.40.0 SchemaURL ("1.40.0") into
resource.Merge(). The OTel SDK returns ErrMergeConflictSchemaURL
on mismatch, which knative panics on — crashing all operator
pods at startup and failing all e2e tests.
The new knative.dev/pkg version imports semconv/v1.41.0, aligning
SchemaURLs across the full stack.
Jira: SRVKP-13173 SRVKP-13178 SRVKP-13179
Signed-off-by: Jawed khelil <jkhelil@redhat.com>
Assisted-by: Claude Sonnet 4.6 (via Cursor)
Co-authored-by: Cursor <cursoragent@cursor.com>
Member
Author
|
/approve |
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jkhelil The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Member
Author
|
/lgtm |
Contributor
|
@jkhelil: you cannot LGTM your own PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Contributor
|
/lgtm |
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.
Changes
Fix multiple Go module vulnerabilities identified in GovCloud FedRAMP compliance scans (SRVKP-13173, SRVKP-13178, SRVKP-13179).
Jira Issues
SRVKP-13173, SRVKP-13178, SRVKP-13179
Vulnerability Scan
Test Results
Status: ✅ All tests passed
Command:
go test -short ./pkg/...Risk Assessment
Low — All updates are patch/minor bumps to indirect Go module dependencies.
Submitter Checklist
make test lintbefore submitting a PRRelease Notes
🤖 Generated by CVE Fixer Workflow
Made with Cursor