fix cve's for 1.5.8#25
Conversation
Fix HIGH/CRITICAL CVEs in Go dependencies CVE-2025-30204: github.com/golang-jwt/jwt/v4 v4.5.1 → v4.5.2 CVE-2025-30204: github.com/golang-jwt/jwt/v5 v5.2.1 → v5.2.2 CVE-2026-24051, CVE-2026-39883: go.opentelemetry.io/otel/sdk v1.42.0 → v1.43.0 CVE-2025-22869: golang.org/x/crypto v0.49.0 (already fixed, >= v0.35.0) CVE-2025-22868: golang.org/x/oauth2 v0.35.0 (already fixed, >= v0.27.0) CVE-2026-33186: google.golang.org/grpc v1.79.3 → v1.80.0 (already fixed, bumped as transitive dep) Signed-off-by: Wesley Hayutin <[email protected]>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: weshayutin The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/override "License Check / License Check (pull_request)" |
|
@weshayutin: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Signed-off-by: Wesley Hayutin <[email protected]>
Fix HIGH/CRITICAL CVEs in Go dependencies
CVE-2025-30204: github.com/golang-jwt/jwt/v4 v4.5.1 → v4.5.2
CVE-2025-30204: github.com/golang-jwt/jwt/v5 v5.2.1 → v5.2.2
CVE-2026-24051, CVE-2026-39883: go.opentelemetry.io/otel/sdk v1.42.0 → v1.43.0
CVE-2025-22869: golang.org/x/crypto v0.49.0 (already fixed, >= v0.35.0)
CVE-2025-22868: golang.org/x/oauth2 v0.35.0 (already fixed, >= v0.27.0)
CVE-2026-33186: google.golang.org/grpc v1.79.3 → v1.80.0 (already fixed, bumped as transitive dep)