Commit 625d605
committed
fix(docker): clear the data-manager image's scan findings
Two unrelated advisories fail the release scan for this image.
The Debian runtime carries libexpat1 at the build its base was cut with,
which predates the CVE-2026-56408 integer-overflow fix; nothing asks for
the package by name, so apt had no reason to move it. Naming it in the
install list pulls the patched build.
gtfsclean is compiled here from a pinned commit, and its module graph
resolved golang.org/x/crypto to a release with a critical ssh advisory.
It is pinned the same way x/text already is. That pin also lifts x/text
to 0.41.0, since the newer crypto requires it — an upgrade, so the reason
the older pin exists still holds.1 parent 2469106 commit 625d605
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
116 | 120 | | |
117 | 121 | | |
118 | 122 | | |
119 | 123 | | |
| 124 | + | |
120 | 125 | | |
121 | 126 | | |
122 | 127 | | |
| |||
0 commit comments