Commit 07053f2
fix(seed): overlay containerd v2.3.0 in php-seed to clear upstream Go-module CVEs (#15765)
fix(seed): overlay containerd v2.3.0 in php-seed to address upstream Go-module CVEs
The docker:29.4.1-dind-alpine3.23 base image ships containerd v2.2.3, whose
transitive Go-module deps in /usr/local/bin/containerd, /usr/local/bin/ctr,
and /usr/local/bin/containerd-shim-runc-v2 trip a Critical (gRPC) and two
High (go-jose, otel SDK) findings in grype/AWS Inspector scans.
containerd v2.3.0 bumps these deps to patched versions
(grpc v1.78.0 -> v1.80.0, otel v1.38.0 -> v1.43.0, otel/sdk v1.38.0 -> v1.43.0,
go-jose v4.1.3 -> v4.1.4). We overlay the statically-linked containerd-2.3.0
binaries on top of the base image; dockerd talks to containerd via the stable
gRPC plugin protocol so a newer minor is wire-compatible.
Reduces unique fixable CVEs in the php-seed image from 19 to 16
(eliminates the only Critical and 2 High findings: CVE-2026-33186,
GHSA-78h2-9frx-2jm8, GHSA-9h8m-3fm2-qjrq). Remaining findings live in
docker-buildx / docker-compose / runc binaries and are blocked on upstream
releases of those projects.
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>1 parent e8e79a0 commit 07053f2
1 file changed
Lines changed: 37 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
9 | 42 | | |
10 | 43 | | |
11 | 44 | | |
12 | 45 | | |
13 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
14 | 50 | | |
15 | 51 | | |
16 | 52 | | |
| |||
0 commit comments