Skip to content

Commit ce2a1fb

Browse files
fix: [CI-21185]: Document CVE-2025-15558 - Cannot upgrade docker/cli (#54)
Added documentation for CVE-2025-15558 affecting github.com/docker/cli v28.0.4. Cannot upgrade to v29.2.0 (which fixes the CVE) due to breaking API changes that are incompatible with github.com/harness/nektos-act/v2 v2.0.0. The vulnerability is Windows-specific and has limited impact for Linux builds. Will upgrade when harness/nektos-act adds support for docker/cli v29+.
1 parent b4cf804 commit ce2a1fb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ require (
4040
github.com/cyphar/filepath-securejoin v0.5.1 // indirect
4141
github.com/davecgh/go-spew v1.1.1 // indirect
4242
github.com/distribution/reference v0.6.0 // indirect
43+
// NOTE: CVE-2025-15558 (CVSS 8.0) affects docker/cli v28.0.4, fixed in v29.2.0
44+
// Cannot upgrade: github.com/harness/nektos-act/v2 v2.0.0 incompatible with docker/cli v29.x API changes
45+
// Upstream nektos/act v0.2.84 still uses docker/cli v28.4.0
46+
// CVE is Windows-specific; impact limited for Linux-only builds
47+
// Tracking: Upgrade when harness/nektos-act supports docker/cli v29+
4348
github.com/docker/cli v28.0.4+incompatible // indirect
4449
github.com/docker/distribution v2.8.2+incompatible // indirect
4550
github.com/docker/docker v28.0.4+incompatible // indirect

0 commit comments

Comments
 (0)