Skip to content

Bump manylinux versions for CVEs - #250

Merged
merlimat merged 3 commits into
apache:mainfrom
BewareMyPower:bewaremypower/bump-build-image
Apr 22, 2025
Merged

Bump manylinux versions for CVEs#250
merlimat merged 3 commits into
apache:mainfrom
BewareMyPower:bewaremypower/bump-build-image

Conversation

@BewareMyPower

Copy link
Copy Markdown
Contributor

The libgcc.so is packaged for Linux wheels via auditwheel. However, currently the manylinux2014 and musllinux_1_1 images are used, where the GCC version is 9.3.0 that has CVEs.

This patch bumps the images to manylinux_2_28 and musllinux_1_2 to have a higher version libgcc.

The `libgcc.so` is packaged for Linux wheels via `auditwheel`. However,
currently the `manylinux2014` and `musllinux_1_1` images are used, where
the GCC version is 9.3.0 that has CVEs.

This patch bumps the images to `manylinux_2_28` and `musllinux_1_2` to
have a higher version `libgcc`.
@BewareMyPower BewareMyPower self-assigned this Apr 22, 2025
@BewareMyPower BewareMyPower added this to the 3.7.0 milestone Apr 22, 2025
@BewareMyPower
BewareMyPower marked this pull request as draft April 22, 2025 11:46
@BewareMyPower
BewareMyPower marked this pull request as ready for review April 22, 2025 11:50
@merlimat
merlimat merged commit e463ef3 into apache:main Apr 22, 2025
@BewareMyPower
BewareMyPower deleted the bewaremypower/bump-build-image branch April 23, 2025 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants