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

CHEF-15132-Updated Libraries having CVEs for upcoming WS release #3283

Merged
merged 13 commits into from
Nov 19, 2024
Merged
2 changes: 2 additions & 0 deletions components/gems/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ group(:omnibus_package, :development, :test) do
# The version of ruby/openssl that supports the FIPS mode of OpenSSL 3.0/3.1 is 3.2.0
# and later, hence pinning the version for openssl.
gem "openssl", ">= 3.2.0"

gem "rdoc", "~> 6.4.1" # 6.4.1.1 required for CVE-2024-27281, allow patch upgrades
end

group(:dep_selector) do
Expand Down
Loading
Loading