Skip to content

Commit bab5208

Browse files
chore: upgrade libxml2 to 2.13.9-r1 to address CVE-2026-6732
Ensures the final runtime image ships a patched libxml2 (>= 2.13.9-r1) to address a HIGH-severity DoS via crafted XSD-validated documents. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 4c9dfe0 commit bab5208

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Fixed
1111
- Upgraded `protobufjs` to `^7.6.2`. [#1281](https://github.com/sourcebot-dev/sourcebot/pull/1281)
12+
- Upgraded `libxml2` to `2.13.9-r1` in the container image. [#1284](https://github.com/sourcebot-dev/sourcebot/pull/1284)
1213

1314
## [5.0.1] - 2026-06-04
1415

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ ENV SOURCEBOT_LOG_LEVEL=info
179179

180180
# Configure dependencies
181181
RUN apk add --no-cache git ca-certificates bind-tools tini jansson wget supervisor uuidgen curl perl jq openssl util-linux unzip && \
182+
apk add --no-cache --upgrade "libxml2>=2.13.9-r1" && \
182183
apk upgrade --no-cache
183184

184185
# Remove npm (unused — we use Yarn). The Node.js base image bundles npm

0 commit comments

Comments
 (0)