~edwargix/git.sr.ht

3ca84612d6e36f98b573b967cbddd379a94ddf43 — Drew DeVault 5 years ago 5bbbb20
gitsrht-update-hook: generate nonce
1 files changed, 1 insertions(+), 1 deletions(-)

M gitsrht-update-hook/webhooks.go
M gitsrht-update-hook/webhooks.go => gitsrht-update-hook/webhooks.go +1 -1
@@ 77,7 77,7 @@ func deliverWebhooks(subs []WebhookSubscription,

	for _, sub := range subs {
		var (
			nonceSeed []byte
			nonceSeed [8]byte
			nonceHex  []byte
		)
		_, err := rand.Read(nonceSeed)