Commit 6a240cd
committed
Fix containerd CVE-2026-53488 and suppress docker/cli false positive
The image security scan (grype, --fail-on medium) failed on the latest
main commit with three findings in the lifecycle binaries:
- containerd v1.7.32: GHSA-xhf5-7wjv-pqxp (CVE-2026-53488, High) and
GHSA-jpcc-p29g-p8mq (Medium). Fixed by bumping to v1.7.33.
- docker/cli GO-2026-4610 (CVE-2025-15558, High): false positive. The
advisory affects docker/cli <29.2.0, but lifecycle vendors v29.5.0
which is already patched. grype mismatches the version due to its
+incompatible comparison. Added to .grype.yaml with justification.
Verified by building the linux/amd64 lifecycle binary and scanning it
with grype --fail-on medium: no vulnerabilities found.1 parent f74dc16 commit 6a240cd
3 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
| 186 | + | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
0 commit comments