From 41969e1fba2c5e0f38c798632ed0980957cc3245 Mon Sep 17 00:00:00 2001 From: Teodor Calin Date: Thu, 30 Jul 2026 17:24:34 +0300 Subject: [PATCH] deps: bump handshake to v0.2.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Supersedes the auto-cascade PR #31, which went CONFLICTING once handshake v0.2.7 and the surrounding module releases landed underneath its base. handshake v0.2.7 carries the port-444 fix: Close appeared nowhere in handshake.go, so every accepted stream leaked a goroutine plus a 64 KiB buffer and the underlying daemon Connection — uncapped, reachable by any peer. Build and tests pass. Co-Authored-By: Claude Opus 5 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e9564af..ec8fc5e 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/pilot-protocol/webhook go 1.25.12 -require github.com/pilot-protocol/handshake v0.2.5 +require github.com/pilot-protocol/handshake v0.2.7 require github.com/pilot-protocol/common v0.5.10 diff --git a/go.sum b/go.sum index 41f9420..7ce930f 100644 --- a/go.sum +++ b/go.sum @@ -4,6 +4,8 @@ github.com/pilot-protocol/common v0.5.10 h1:LQdwrVuNqDKhlK4GXSVJXXpwnRAkquPhYqCP github.com/pilot-protocol/common v0.5.10/go.mod h1:Ybc6f1A37s3ShoEh1nBMVL9DPyYlxvkqPTvtbxaNWg4= github.com/pilot-protocol/handshake v0.2.5 h1:0gt+UltSPIoRegLPF6/m29O10tyfXMINWaHsUcwybJ0= github.com/pilot-protocol/handshake v0.2.5/go.mod h1:xHmeC8LeBQuJk1F9ucfJXRZ5IMJKSEhVhCL9Uw2gu7o= +github.com/pilot-protocol/handshake v0.2.7 h1:ItFXRqCYVLy4g+bwEXTJIXIkwOXb2sra7t6JZiKUz9A= +github.com/pilot-protocol/handshake v0.2.7/go.mod h1:Vkz+02DEAyPL++maW7oHHu/DKriPhL3/+BGY+dlHKrQ= github.com/pilot-protocol/pilotprotocol v1.13.2 h1:ZZh+KQtAciX0hIxC111djs4fWCYwzbxIU0WnWoq2uKA= github.com/pilot-protocol/pilotprotocol v1.13.2/go.mod h1:eMkx7zGmtktfF4tlksYmLtIbP4DMKNdJITG2SGvVdbQ= github.com/pilot-protocol/rendezvous v0.2.8 h1:GRJyNplqNrfhPuCUgOAaY5Dg5En4G2aO+W2oCNKuIlo=