Skip to content
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

question on how are system libraries updated? #470

Open
pahnin opened this issue Sep 2, 2024 · 2 comments
Open

question on how are system libraries updated? #470

pahnin opened this issue Sep 2, 2024 · 2 comments

Comments

@pahnin
Copy link

pahnin commented Sep 2, 2024

for couple of weeks, the ruby image is showing as vulnerable because of rexml gem coming from ruby images seems to have stuck to 3.2.8

GHSA-vg3r-rm7w-2xgh

the rexml version which seems safe to use seems to be 3.3.6

but the system ruby available in all ruby images seems to have stuck to 3.2.8

I don't see how this can be updated unless someone triggers a rebuild of docker images?

I don't know what is the process involved or if I should submit a PR?

@LaurentGoderre
Copy link
Member

The image will be rebuilt when a new release of Ruby is available or when the Debian image gets an update (whichever comes first)

@tianon
Copy link
Member

tianon commented Sep 3, 2024

I think this is a case of a Gem that's part of Ruby upstream's distribution of Ruby itself, not something we've explicitly installed.

It does look like CVE fixes for REXML were included in https://github.com/ruby/ruby/releases/tag/v3_3_5 though, so this might be fixed by 04175a1? (docker-library/official-images#17475)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants