build(deps): reduce govulncheck findings in plugin/tool modules#6708
Open
mohammedfirdouss wants to merge 1 commit intopipe-cd:masterfrom
Open
build(deps): reduce govulncheck findings in plugin/tool modules#6708mohammedfirdouss wants to merge 1 commit intopipe-cd:masterfrom
mohammedfirdouss wants to merge 1 commit intopipe-cd:masterfrom
Conversation
Update x/crypto, x/net, and grpc dependency chains in affected modules to address govulncheck findings tracked in pipe-cd#6600. Signed-off-by: Mohammed Firdous <124298708+mohammedfirdouss@users.noreply.github.com>
b2cb39a to
7f90e6e
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6708 +/- ##
==========================================
- Coverage 29.48% 29.28% -0.21%
==========================================
Files 593 511 -82
Lines 63440 56946 -6494
==========================================
- Hits 18706 16675 -2031
+ Misses 43289 38951 -4338
+ Partials 1445 1320 -125
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
@mohammedfirdouss sorry, the snyk check has failed due to unexpected error. Please push an empty commit to re-run it? |
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.
What this PR does:
Updates vulnerable dependency chains in selected plugin/tool Go modules to reduce
govulncheckfindings tracked in #6600.This PR bumps
golang.org/x/crypto,golang.org/x/net, andgoogle.golang.org/grpcwhere applicable, and includes transitive updates fromgo mod tidyin:pkg/app/pipedv1/plugin/terraformpkg/app/pipedv1/plugin/kubernetes_multiclustertool/actions-gh-releaseWhy we need it:
These modules were still reporting non-stdlib vulnerabilities. Updating affected dependencies reduces the actionable set while preserving the project baseline and keeping the fix scoped.
Which issue(s) this PR fixes:
Refs #6600
Does this PR introduce a user-facing change?:
Validation:
go mod tidyin each updated module.govulncheck -json ./...in each updated module.GO-2025-4116GO-2025-4134GO-2025-4135GO-2026-4440GO-2026-4441GO-2026-4762