[PR #8172] [MERGED] Updated the version of golang/crypto package to handle CVE-2024-45337 #23194

Closed
opened 2026-04-19 16:49:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/8172
Author: @Squishedmac
Created: 12/19/2024
Status: Merged
Merged: 12/20/2024
Merged by: @BruceMacD

Base: mainHead: main


📝 Commits (7)

📊 Changes

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

View changed files

📝 go.mod (+5 -5)
📝 go.sum (+10 -10)

📄 Description

Fixed the CVE-2024-45337 severity on wiz scan for the docker image, changing the version of golang.org/x/crypto to the latest version should fix the issue.

This issue is a hinderance that prevents the base image form being used in any real production scenario.


🔄 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/8172 **Author:** [@Squishedmac](https://github.com/Squishedmac) **Created:** 12/19/2024 **Status:** ✅ Merged **Merged:** 12/20/2024 **Merged by:** [@BruceMacD](https://github.com/BruceMacD) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`a40440b`](https://github.com/ollama/ollama/commit/a40440be8a31d56c8e951e2c0ccdce4cce27f76d) Update go.mod - [`3f7618b`](https://github.com/ollama/ollama/commit/3f7618b56ec8c2b31423766cc1eb2502f501851d) Update go.sum - [`805ae98`](https://github.com/ollama/ollama/commit/805ae985fb6739465b68913b365909fe6fd709f4) Update go.sum - [`7f6a1f3`](https://github.com/ollama/ollama/commit/7f6a1f38e58e0facd5e0b9e38efe1c16c6b40003) Update go.sum - [`69a7b21`](https://github.com/ollama/ollama/commit/69a7b21cef8e8864f996222026c65ac20b2a66bd) Update go.mod - [`9f810b0`](https://github.com/ollama/ollama/commit/9f810b03c09868b48af6db73c1d5dea9622e86e1) mod tidy| - [`e192a6d`](https://github.com/ollama/ollama/commit/e192a6d8ba716dc133ece4658b97e0bb65f1b634) Merge pull request #1 from Squishedmac/patch-1 ### 📊 Changes **2 files changed** (+15 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+5 -5) 📝 `go.sum` (+10 -10) </details> ### 📄 Description Fixed the CVE-2024-45337 severity on wiz scan for the docker image, changing the version of golang.org/x/crypto to the latest version should fix the issue. This issue is a hinderance that prevents the base image form being used in any real production scenario. --- <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 16:49:35 -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#23194