Commit 5eaf9cf
committed
fix(deps): bump pion/stun to v3.1.5 and pion/dtls to v3.1.4
Both are pulled in transitively through go-libp2p's WebRTC transport and
both currently resolve to versions with published advisories:
GHSA-34rh-wp3j-6cxc pion/stun remote DoS via panic while parsing a
malformed STUN message (fixed 3.1.5)
GHSA-wg4g-wm44-ch5j pion/dtls DoS via panic while parsing a crafted
handshake (fixed 3.1.4)
edgevpn is bundled as a binary in every Kairos release, so these surface in
downstream vulnerability scans of the shipped artifacts.
The bump also carries pion/transport v4.0.1 -> v4.0.2 as a dependency.
Verified: `go build ./...` clean, `go vet ./...` clean, and
`go test -count=1 ./pkg/node/...` green twice at 13s and 10s, matching
baseline timings on an unmodified checkout.
Deliberately limited to these two modules. Two other advisories in the same
scan were left alone because their fixes break peer connectivity:
webtransport-go v0.11.1 pulls quic-go 0.59.1 -> 0.60.0, and x/text v0.39.0
in combination with these pion bumps -- both make pkg/node's "nodes can
write to the ledger" spec time out at 240s where it otherwise passes in
about 12s. Those look like they need a go-libp2p bump first and are left
for a separate change.1 parent 7fa17c5 commit 5eaf9cf
2 files changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
| 450 | + | |
| 451 | + | |
450 | 452 | | |
451 | 453 | | |
452 | 454 | | |
| |||
469 | 471 | | |
470 | 472 | | |
471 | 473 | | |
| 474 | + | |
| 475 | + | |
472 | 476 | | |
473 | 477 | | |
474 | 478 | | |
475 | 479 | | |
| 480 | + | |
| 481 | + | |
476 | 482 | | |
477 | 483 | | |
478 | 484 | | |
| |||
0 commit comments