Skip to content

Commit

Permalink
Update Ruby to 2.6.6 to resolve 2 CVEs
Browse files Browse the repository at this point in the history
Updating to Ruby 2.6.6 resolves these 2 CVEs:

    CVE-2020-10663: Unsafe Object Creation Vulnerability in JSON (Additional fix)
    CVE-2020-10933: Heap exposure vulnerability in the socket library

Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 authored and robbkidd committed Aug 6, 2020
1 parent 59e10f3 commit 9e07fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:

language: ruby
rvm:
- 2.6.5
- 2.6.6
bundler_args: "--without development --jobs 7"

notifications:
Expand Down
2 changes: 1 addition & 1 deletion omnibus/config/projects/supermarket.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
build_iteration 1

override :postgresql, version: '9.3.18'
override :ruby, version: "2.6.5"
override :ruby, version: "2.6.6"
override :rubygems, version: "3.1.2" # rubygems ships its own bundler which may differ from bundler defined below and then we get double bundler which makes the omnibus environment unhappy. Make sure these versions match before bumping either.
override :bundler, version: "2.1.2" # this must match the BUNDLED WITH in all the repo's Gemfile.locks
override :'chef-gem', version: '14.14.29'
Expand Down

0 comments on commit 9e07fbb

Please sign in to comment.