Skip to content

chore: fix various security vulnerabilities#374

Merged
vadim-kharin-codefresh merged 1 commit intorelease-3.6from
CR-38757
Apr 29, 2026
Merged

chore: fix various security vulnerabilities#374
vadim-kharin-codefresh merged 1 commit intorelease-3.6from
CR-38757

Conversation

@vadim-kharin-codefresh
Copy link
Copy Markdown

Fixes #TODO

Motivation

Modifications

Verification

Comment thread go.mod
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/go-ini/ini v1.67.0 // indirect
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

It's a transitive dependency. I am not sure we can freely update it in the "require" block since after the next "go mod tidy" it can revert to the previous version.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

transitive dependencies are not automatically updated just by running go mod tidy, If a transitive dependency version is already pinned in go.mod (because a direct dependency requires it), go mod tidy will keep that version unless you explicitly update the direct dependency that brings it in

@vadim-kharin-codefresh vadim-kharin-codefresh merged commit 3998ad9 into release-3.6 Apr 29, 2026
44 of 47 checks passed
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