mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
07a5cfafc0
2.6.5 has 2 CVEs in it: 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>
6 lines
251 B
Ruby
6 lines
251 B
Ruby
# THIS IS NOW HAND MANAGED, JUST EDIT THE THING
|
|
|
|
# grab the current train release from rubygems.org
|
|
train_stable = /^train \((.*)\)/.match(`gem list ^train$ --remote`)[1]
|
|
override "train", version: "v#{train_stable}"
|
|
override "ruby", version: "2.6.6"
|