-
Notifications
You must be signed in to change notification settings - Fork 128
[release-v0.42.2] chore(deps): bump tektoncd/pipeline to v1.9.3 #2722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,7 +27,7 @@ require ( | |
| github.com/pkg/errors v0.9.1 | ||
| github.com/spf13/cobra v1.10.2 | ||
| github.com/stretchr/testify v1.11.1 | ||
| github.com/tektoncd/pipeline v1.9.2 | ||
| github.com/tektoncd/pipeline v1.9.3 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The PR description mentions path traversal hardening for volume mount validation using References
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The CVE is linked in the commit message along with the fix being present in pipeline:v1.9.3 |
||
| gitlab.com/gitlab-org/api/client-go v1.14.0 | ||
| go.opencensus.io v0.24.0 | ||
| go.uber.org/zap v1.27.1 | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It appears that
go mod tidywas not run after updating thetektoncd/pipelinedependency. Thego.modfile contains fragmentedrequireblocks (e.g., lines 5, 49, and 83), and thego.sumfile lacks updates for any indirect dependencies that may have changed with the new version. Please rungo mod tidyto ensure the module files are consistent and correctly formatted.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go mod tidyandmake vendorwas run before committing.