Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/misc-debs/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ function fetch() {
# Required by HM-5952 (Hyperscale Snowflake connector S3 staging mounts). DLPXECO-13872.
"mount-s3_1.22.3_amd64.deb 259a793b1233258b35ce5ce902df177393542fd76dd2a606f07e800e28591df6"
#
# gzip 1.12-1ubuntu3.2 - Ubuntu USN-8512-1 (Gzip vulnerability).
# Pin the fixed gzip binary into the release appliance to remediate
# CVE-2026-41992 (DLPX-97858).
# Fetched from the Ubuntu 24.04 LTS (noble) noble-security/noble-updates archive.
"gzip_1.12-1ubuntu3.2_amd64.deb 4067522fbffe22672e4cf683bfc32e4a304bc872cf76f10049ab36d1a9eedb91"
Comment thread
david-mendez1 marked this conversation as resolved.
# python3.12 3.12.3-1ubuntu0.15 - Ubuntu USN-8509-1 (Python vulnerabilities).
# Pin the fixed python3.12 binaries into the release appliance to remediate:
# CVE-2026-6100 (DLPX-97878), CVE-2025-69534 (DLPX-97875),
Expand Down
Loading