Skip to content

Commit

Permalink
fix: This PR adresses CVE-2025-21613 by upgrading go-git to v5.13.1
Browse files Browse the repository at this point in the history
This PR adresses CVE-2025-21613 by upgrading go-git to v5.13.1

Signed-off-by: Aswin A <[email protected]>
  • Loading branch information
aswinayyolath committed Jan 9, 2025
1 parent e328007 commit cd16a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/containerd/cgroups v1.1.0 // indirect
github.com/docker/docker v27.0.3+incompatible
github.com/go-git/go-billy/v5 v5.5.0
github.com/go-git/go-git/v5 v5.12.0
github.com/go-git/go-git/v5 v5.13.1
github.com/golang/mock v1.6.0
github.com/google/go-cmp v0.6.0
github.com/google/go-containerregistry v0.19.2
Expand Down

0 comments on commit cd16a52

Please sign in to comment.