-
Notifications
You must be signed in to change notification settings - Fork 115
3.1.32 CVE fixes #1596
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: ci_prod
Are you sure you want to change the base?
3.1.32 CVE fixes #1596
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
kubernetes/linux/setup.sh
Outdated
| gem uninstall uri --force | ||
| rm /usr/lib/ruby/gems/3.3.0/specifications/default/uri-0.13.2.gemspec | ||
| rm -rf /usr/lib/ruby/gems/3.3.0/gems/uri-0.13.2 | ||
| gem install uri -v "0.13.3" --no-document |
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.
if uri gem is not used, why install again on line 47?
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.
if not used, we remove it.
if it is used, since uri 0.13.2 is installed as a part of ruby 3.3.0, instead of installing uri 0.13.3 for ruby 3.3.0, which might cause compatibility issue, should we upgrade ruby version that has uri 0.13.3?
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.
sorry, missed updating the comment. Uri gem is required.
This pull request updates the
kubernetes/linux/setup.shscript to address security vulnerabilities and upgrade key monitoring dependencies. The main changes include patching a CVE in theurigem and updating the installation process fortelegraf-agentandazcu-fluent-bitto newer versions.Security vulnerability mitigation:
urigem (CVE-2025-61594), deleted its files, and installed the patched version0.13.3. (kubernetes/linux/setup.sh)Dependency upgrades:
telegraf-agentfrom version1.36.4to1.37.0, will replace with official version once dalec PR is merged.azcu-fluent-bitfrom version4.0.9to4.1.1. (kubernetes/linux/setup.sh)Resource usage


Before:
After:


Data validation
