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

How to update rexml version? #144

Open
jwenjian opened this issue Dec 17, 2024 · 2 comments
Open

How to update rexml version? #144

jwenjian opened this issue Dec 17, 2024 · 2 comments

Comments

@jwenjian
Copy link

We are using trivy to scan the container images, and found an HIGH issues with rexml-3.2.5, I'd like to update to >=3.3.9, to fix this issue, any steps or documents?

Thanks!

  • trivy scan output:
ghcr.io/voxpupuli/puppetserver:8.7.0-latest (ubuntu 22.04)

Total: 0 (HIGH: 0, CRITICAL: 0)

2024-12-17T15:38:13+08:00       INFO    Table result includes only package filenames. Use '--format json' option to get the full path to the package file.

Ruby (gemspec)

Total: 1 (HIGH: 1, CRITICAL: 0)

┌─────────────────────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬────────────────────────────────────────────────────────┐
│           Library           │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                         Title                          │
├─────────────────────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼────────────────────────────────────────────────────────┤
│ rexml (rexml-3.2.5.gemspec) │ CVE-2024-49761 │ HIGH     │ fixed  │ 3.2.5             │ >= 3.3.9      │ REXML is an XML toolkit for Ruby. The REXML gem before │
│                             │                │          │        │                   │               │ 3.3.9...                                               │
│                             │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2024-49761             │
└─────────────────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴────────────────────────────────────────────────────────┘
@rwaffen
Copy link
Member

rwaffen commented Dec 20, 2024

Ah okay. It’s rexml again. I fixed it already in some other container. I will look into it to apply the fix also here.

@rwaffen
Copy link
Member

rwaffen commented Dec 20, 2024

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

No branches or pull requests

2 participants