We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c127b9 commit ebd06e1Copy full SHA for ebd06e1
1 file changed
Dockerfile
@@ -178,7 +178,9 @@ ENV SOURCEBOT_LOG_LEVEL=info
178
# ENV SOURCEBOT_TELEMETRY_DISABLED=1
179
180
# Configure dependencies
181
-RUN apk add --no-cache git ca-certificates bind-tools tini jansson wget supervisor uuidgen curl perl jq openssl util-linux unzip && \
+# Note: expat is pinned to >=2.8.1-r0 to address CVE-2026-45186 (libexpat
182
+# denial of service via crafted XML input).
183
+RUN apk add --no-cache git ca-certificates bind-tools tini jansson wget supervisor uuidgen curl perl jq openssl util-linux unzip "expat>=2.8.1-r0" && \
184
apk upgrade --no-cache
185
186
# Remove npm (unused — we use Yarn). The Node.js base image bundles npm
0 commit comments