-
Notifications
You must be signed in to change notification settings - Fork 46
Upgrade zlib due to https://security.alpinelinux.org/vuln/CVE-2026-27171 #136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: mainline
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -160,6 +160,7 @@ RUN set -eux; \ | |
| setpriv \ | ||
| openssl \ | ||
| libgcc \ | ||
| zlib=1.3.2-r0 \ | ||
| ; | ||
| {{ ) else ( -}} | ||
| RUN set -eux; \ | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pinning this version would need to be updated once a new version is out.
Has alpine released a new patch for this CVE?
We can just rebuild all and it will patch all the images
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alpine 3.23 has
zlib=1.3.2-r0https://pkgs.alpinelinux.org/package/v3.23/main/x86_64/zlibWe would only need to rebuild the image
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The alpine base image is two months old and contains the vuln https://hub.docker.com/layers/library/alpine/3.23.3/images/sha256-59855d3dceb3ae53991193bd03301e082b2a7faa56a514b03527ae0ec2ce3a95
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How can we change from pinning the versions to auto update? as maintaining this would be an added effort