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

update the ruby packages to remove the vulnerabilities #1257

Merged
merged 3 commits into from
May 20, 2024

Conversation

jatakiajanvi12
Copy link
Contributor

This pull request includes changes to the kubernetes/linux/setup.sh script to improve the security of the Ruby gems used in the project. The changes involve removing potentially vulnerable versions of certain gems, updating them to their latest versions, and then moving the updated gem specifications to a different directory.

Here are the key changes:

  • Removal of potentially vulnerable gems: The script now removes the rdoc-6.4.0 gem in addition to the openssl-3.0.1 and find-0.1.1 gems that were already being removed.

  • Updating gems: The stringio and rexml gems are now updated to their latest versions, along with the time and uri gems that were already being updated.

  • Moving updated gem specifications: The specifications for the updated stringio and rexml gems are moved to a different directory, just like the specifications for the updated time and uri gems.

  • Uninstalling old gem versions: The old versions of the stringio and rexml gems are uninstalled, similar to the old versions of the time and uri gems.

@jatakiajanvi12 jatakiajanvi12 requested a review from a team as a code owner May 20, 2024 18:07
@ganga1980 ganga1980 enabled auto-merge (squash) May 20, 2024 19:06
@ganga1980 ganga1980 merged commit b16af75 into ci_prod May 20, 2024
15 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants