fix: refresh Debian bases and remove perl to drop unfixed CVEs - #70
Merged
Conversation
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
tmendo
approved these changes
Jul 22, 2026
bbarao
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Base-image security refresh for release v3.0.76.
Remove perl
perlis unused at runtime but pulled in viaipcalcand shipped as the Essentialperl-base, exposing unfixed Debian 12 CVEs: CVE-2026-57433 (Storable), CVE-2026-12087 (Socket), CVE-2026-13221 (regex engine). None are fixed in bookworm (or trixie 5.40.1).ipcalc, replacing its address check with a native IPv4 test in_lib.sh(verified behavior-identical across 16 cases).perl-basein the same layer so the files leave the merged filesystem.Verified in
debian:12.15-slimanddebian:13.6-slim: no perl packages remain and every runtime tool (bash, ip, wg, wg-quick, iptables, dnsmasq, getent, useradd, setpriv, update-ca-certificates) still works.Bump Debian base images
debian:12.14-slim->debian:12.15-slim(Dockerfile + farcaster-go, contrib, test images).debian:13-slim->debian:13.6-slim(pinned to the latest trixie point release, matching the legacy pinning convention).