-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
CVE-2025-22869 #8743
base: main
Are you sure you want to change the base?
CVE-2025-22869 #8743
Conversation
@kaovilai s/1.22/1.23 also in: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8743 +/- ##
=======================================
Coverage 59.53% 59.53%
=======================================
Files 371 371
Lines 40196 40196
=======================================
Hits 23932 23932
Misses 14767 14767
Partials 1497 1497 ☔ View full report in Codecov by Sentry. |
I'm not sure why the linter check is failing. Are there infra issues here? It's failing without any obvious error messages. |
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.
thanks @kaovilai
There's a go only PR here |
Including https://go-review.googlesource.com/c/crypto/+/652135 patch to fix CVE ```sh go get golang.org/x/[email protected] toolchain@none && go mod tidy ``` Signed-off-by: Tiger Kaovilai <[email protected]>
Signed-off-by: Tiger Kaovilai <[email protected]>
Including https://go-review.googlesource.com/c/crypto/+/652135 patch to fix CVE
Signed-off-by: Tiger Kaovilai [email protected]
Thank you for contributing to Velero!
Please add a summary of your change
Fix CVE-2025-22869
Does your change fix a particular issue?
Fixes #8744
Please indicate you've done the following:
make new-changelog
) or comment/kind changelog-not-required
on this PR.site/content/docs/main
.