Skip to content

Commit c65bd46

Browse files
ChristianZaccariaBobbins228
authored andcommitted
PATCH: CVE fix - Replace go-sqlite3 version to upgraded version
1 parent 8586365 commit c65bd46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ray-operator/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ require (
3232

3333
replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.1 => go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0
3434

35+
replace github.com/mattn/go-sqlite3 v1.14.14 => github.com/mattn/go-sqlite3 v1.14.18
36+
3537
require (
3638
github.com/beorn7/perks v1.0.1 // indirect
3739
github.com/blang/semver/v4 v4.0.0 // indirect

0 commit comments

Comments
 (0)