[PR #10436] [MERGED] Updated the version of golang/crypto and golang/net package to handle CVE-2025-22869, CVE-2025-22870, CVE-2025-22872 #23781

Closed
opened 2026-04-19 17:12:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/10436
Author: @batuhankadioglu
Created: 4/28/2025
Status: Merged
Merged: 4/29/2025
Merged by: @jmorganca

Base: mainHead: main


📝 Commits (2)

  • bb396ac handle CVE-2025-22869, upgraded cypto to 0.36.0
  • c205344 handle CVE-2025-22870 - CVE-2025-22872, upgraded net to 0.38.0

📊 Changes

2 files changed (+18 additions, -18 deletions)

View changed files

📝 go.mod (+6 -6)
📝 go.sum (+12 -12)

📄 Description

This PR will update golang.org/x/crypto to version 0.36.0 to address the security vulnerability (CVE-2025-22869).
and also will update golang.org/x/net to version 0.38.0 to address the security vulnerabilities(CVE-2025-22870, CVE-2025-22872)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/10436 **Author:** [@batuhankadioglu](https://github.com/batuhankadioglu) **Created:** 4/28/2025 **Status:** ✅ Merged **Merged:** 4/29/2025 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`bb396ac`](https://github.com/ollama/ollama/commit/bb396ac6c523de4a644026fdbbfb63ff2ff5a18f) handle CVE-2025-22869, upgraded cypto to 0.36.0 - [`c205344`](https://github.com/ollama/ollama/commit/c20534496c647d68ec715416db7cb95080e13b2c) handle CVE-2025-22870 - CVE-2025-22872, upgraded net to 0.38.0 ### 📊 Changes **2 files changed** (+18 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+6 -6) 📝 `go.sum` (+12 -12) </details> ### 📄 Description This PR will update golang.org/x/crypto to version 0.36.0 to address the security vulnerability (CVE-2025-22869). and also will update golang.org/x/net to version 0.38.0 to address the security vulnerabilities(CVE-2025-22870, CVE-2025-22872) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-19 17:12:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#23781