-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[fix][sec] Upgrade pulsar-function-go dependencies to address CVE-2025-22870 #24135
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
[fix][sec] Upgrade pulsar-function-go dependencies to address CVE-2025-22870 #24135
Conversation
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.
Pull Request Overview
This PR upgrades the dependencies for pulsar-function-go to mitigate CVE-2025-22870 by updating the Go version and relevant libraries.
- Updated Go version in the CI workflow from 1.21 to 1.23
- Upgraded pulsar-client-go from 0.8.0 to 0.14.0 in the broader PR context
Files not reviewed (2)
- pulsar-function-go/examples/go.mod: Language not supported
- pulsar-function-go/go.mod: Language not supported
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #24135 +/- ##
============================================
+ Coverage 73.57% 74.20% +0.63%
+ Complexity 32624 32111 -513
============================================
Files 1877 1864 -13
Lines 139502 144453 +4951
Branches 15299 16479 +1180
============================================
+ Hits 102638 107192 +4554
+ Misses 28908 28799 -109
- Partials 7956 8462 +506
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
…5-22870 (apache#24135) (cherry picked from commit 371020d) (cherry picked from commit 2be02a4)
…5-22870 (apache#24135) (cherry picked from commit 371020d) (cherry picked from commit 733d37e)
…5-22870 (apache#24135) (cherry picked from commit 371020d) (cherry picked from commit 2be02a4)
…5-22870 (apache#24135) (cherry picked from commit 371020d) (cherry picked from commit 2be02a4)
…5-22870 (apache#24135) (cherry picked from commit 371020d) (cherry picked from commit 2be02a4)
…5-22870 (apache#24135) (cherry picked from commit 371020d) (cherry picked from commit 733d37e)
…5-22870 (apache#24135) (cherry picked from commit 371020d)
Motivation
In apache/pulsar, we have an unresolved vulnerability in pulsar-function-go, CVE-2025-22870
Modifications
pulsar-function-go
andpulsar-function-go/examples
Documentation
doc
doc-required
doc-not-needed
doc-complete