Commit 6345180
authored
fix: [CI-21721]: Update Go toolchain to resolve CVE-2026-25679 (#56)
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+.1 parent ce2a1fb commit 6345180
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments