Skip to content

bug: bump Docker base image to node:22.23.2-trixie (zlib CVE-2023-45853) - #258

Open
devin-ai-integration[bot] wants to merge 1 commit into
mainfrom
devin/1788294655-zlib-cve-2023-45853-base-image
Open

devin-ai-integration[bot] wants to merge 1 commit into
mainfrom
devin/1788294655-zlib-cve-2023-45853-base-image

Conversation

@devin-ai-integration

Copy link
Copy Markdown

Summary

Fixes Snyk Container finding SNYK-DEBIAN11-ZLIB-6008961 (CVE-2023-45853, CWE-190, CVSS 9.8): the node:18.13.0 base image is Debian 11 with zlib1g 1:1.2.11.dfsg-2+deb11u2, which has no fix in bullseye.

-FROM node:18.13.0
+FROM node:22.23.2-trixie

Why trixie and not the tags sibling PRs used:

npm start keeps NODE_OPTIONS=--openssl-legacy-provider, which Node 22 still accepts. Debian 13 also carries the fixed curl/expat/aom packages targeted by the sibling base-image PRs, so this change supersedes them if merged first.

Not verified locally: the image build (npm update/npm install on Node 22) — the sandbox has no Docker daemon or npm registry access.

This PR was written by Devin.
Devin-Org: engineering

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants