Skip to content

Commit 16c43bb

Browse files
fix: This PR adresses CVE-2025-21613 by upgrading go-git to v5.13.1 (#3380)
This PR adresses CVE-2025-21613 by upgrading go-git to v5.13.1 Signed-off-by: Aswin A <[email protected]>
1 parent e328007 commit 16c43bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/containerd/cgroups v1.1.0 // indirect
1515
github.com/docker/docker v27.0.3+incompatible
1616
github.com/go-git/go-billy/v5 v5.5.0
17-
github.com/go-git/go-git/v5 v5.12.0
17+
github.com/go-git/go-git/v5 v5.13.1
1818
github.com/golang/mock v1.6.0
1919
github.com/google/go-cmp v0.6.0
2020
github.com/google/go-containerregistry v0.19.2

0 commit comments

Comments
 (0)