Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
module example

go 1.21.0

toolchain go1.21.4

require golang.org/x/net v0.16.0 // Critical
require github.com/ollama/ollama v0.1.46 // High
go 1.24.1
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 HIGH RISK

The requirement for github.com/ollama/ollama was removed instead of being updated to v0.20.3 as specified in the PR title. This effectively breaks the dependency management for this module and will cause build failures. Try running the following prompt in your coding agent:

Restore the 'require' block in docs/multiple-tests/pattern-vulnerability-critical/src/golang/go.mod and update 'github.com/ollama/ollama' to version 0.20.3.

Loading