Commit 2e93c04
authored
fix: [CI-21721]: Release/harness vm runner plugin CVE 25679 (#57)
* fix: [CI-21721]: Update Go toolchain to resolve CVE-2026-25679
Updates Go toolchain to address security vulnerability:
- CVE-2026-25679 (HIGH): Incorrect IPv6 host literal parsing in net/url.
Updated Go toolchain from v1.25.7 to v1.25.8
This vulnerability was published on March 6, 2026 and affects URL parsing
for IPv6 addresses.
Note: CVE-2025-15558 in docker/cli v28.0.4 remains unresolved as upgrading
to v29.2.0 would break compatibility with harness/nektos-act/v2 v2.0.0.
This is a Windows-specific vulnerability with limited impact for Linux-only
builds. Tracking upgrade when nektos-act supports docker/cli v29+.
* fix: [CI-21813]: Bump golang.org/x/net to v0.51.0 to fix GO-2026-4559
Addresses HTTP/2 server panic vulnerability (GO-2026-4559) in
golang.org/x/net. The x/net v0.51.0 release fixes a bug where
sending certain HTTP/2 frames could cause a server to panic.1 parent 6345180 commit 2e93c04
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
288 | | - | |
| 287 | + | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
0 commit comments