Skip to content

fix(deps): update vulnerable dependencies#404

Merged
freeznet merged 1 commit into
mainfrom
freeznet/fix-cve-20260506
May 7, 2026
Merged

fix(deps): update vulnerable dependencies#404
freeznet merged 1 commit into
mainfrom
freeznet/fix-cve-20260506

Conversation

@freeznet
Copy link
Copy Markdown
Member

@freeznet freeznet commented May 6, 2026

(If this PR fixes a github issue, please add Fixes #<xyz>.)

Fixes #

(or if this PR is one task of a github issue, please add Master Issue: #<xyz> to link to the master issue.)

Master Issue: #

Motivation

Explain here the context, and why you're making that change. What is the problem you're trying to solve.

Modifications

Describe the modifications you've done.

Verifying this change

  • Make sure that the change passes the CI checks.

(Please pick either of the following options)

This change is a trivial rework / code cleanup without any test coverage.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added integration tests for end-to-end deployment with large payloads (10MB)
  • Extended integration test for recovery after broker failure

Documentation

Check the box below.

Need to update docs?

  • doc-required

    (If you need help on updating docs, create a doc issue)

  • no-need-doc

    (Please explain why)

  • doc

    (If this PR contains doc changes)

@freeznet freeznet self-assigned this May 6, 2026
@freeznet freeznet requested a review from a team as a code owner May 6, 2026 14:00
Copilot AI review requested due to automatic review settings May 6, 2026 14:00
@freeznet freeznet requested a review from a team as a code owner May 6, 2026 14:00
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 6, 2026

@freeznet:Thanks for your contribution. For this PR, do we need to update docs?
(The PR template contains info about doc, which helps others know more about the changes. Can you provide doc-related info in this and future PR descriptions? Thanks)

@github-actions github-actions Bot added the doc-info-missing This pr needs to mark a document option in description label May 6, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates Go module dependencies in the main module and the tests/ submodule to address vulnerable transitive dependencies, aligning both modules on newer versions.

Changes:

  • Bump github.com/go-jose/go-jose/v4 from v4.1.3 to v4.1.4 (indirect).
  • Bump go.opentelemetry.io/otel (and metric/sdk/sdk/metric/trace) from v1.40.0 to v1.43.0 (indirect).
  • Bump golang.org/x/sys from v0.40.0 to v0.42.0 (indirect).

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.

File Description
go.mod Updates indirect dependency versions in the main module to newer (presumably non-vulnerable) releases.
go.sum Adds checksums for the newer versions (but currently still retains checksums for the older versions too).
tests/go.mod Mirrors the same dependency bumps for the tests/ module.
tests/go.sum Adds checksums for the newer versions (but currently still retains checksums for the older versions too).

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

Comment thread go.mod
Comment on lines 75 to 79
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
@freeznet freeznet merged commit c91379a into main May 7, 2026
8 checks passed
@freeznet freeznet deleted the freeznet/fix-cve-20260506 branch May 7, 2026 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc-info-missing This pr needs to mark a document option in description

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants