Update go-git.

Review Request #14289 — Created Jan. 8, 2025 and submitted — Latest diff uploaded

Information

rb-gateway
master

Reviewers

The version of go-git that rb-gateway was using had a couple recent
security notices for critical issues. While it's unlikely that people
are using rb-gateway against potentially maliciously crafted Git
servers, the impact is bad enough that it's worth upgrading.

The only change that appears to have been necessary beyond the
dependency bump was updating the tests to explicitly allow creating
empty commits.

Ran all tests.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Update go-git.
The version of go-git that rb-gateway was using had a couple recent security notices for critical issues. While it's unlikely that people are using rb-gateway against potentially maliciously crafted Git servers, the impact is bad enough that it's worth upgrading. The only change that appears to have been necessary beyond the dependency bump was updating the tests to explicitly allow creating empty commits. Testing Done: Ran unit tests.
rxnkwukqztnywwuwzruprwxlwlnvwmys David Trowbridge
go.mod
go.sum
api/routes_test.go
helpers/git.go
integration_tests/git_hook_test.go
repositories/git.go
repositories/git_test.go
Loading...