From 5593aad9c976013ab574f5d2949108ba8c9d39c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Sep 2021 00:26:11 -0400 Subject: [PATCH 1/2] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-1583442 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8815970..640d16a 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,5 @@ source :rubygems gem 'chef', '~> 10.12.0' gem 'chefspec', '~>0.9.0' gem 'fauxhai', '~> 0.1.1' -gem 'foodcritic', '~>1.7.0' +gem 'foodcritic', '~> 4.0.0' gem 'rake', '~> 0.9.2.2' From 6311614daa01e083859143d1369055e13f9974ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Sep 2021 00:26:11 -0400 Subject: [PATCH 2/2] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-1583442 --- Gemfile.lock | 46 ++++++++++++++++++++++------------------------ 1 file changed, 22 insertions(+), 24 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 816b730..c8a7448 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,33 +28,30 @@ GEM rspec (~> 2.11.0) ci_reporter (1.8.4) builder (>= 2.1.2) - coderay (1.0.8) diff-lcs (1.1.3) erubis (2.7.0) fauxhai (0.1.1) chef httparty net-ssh - foodcritic (1.7.0) + foodcritic (4.0.0) erubis - gherkin (~> 2.11.1) - gist (~> 3.1.0) - nokogiri (~> 1.5.4) - pry (~> 0.9.8.4) - rak (~> 1.4) - treetop (~> 1.4.10) - yajl-ruby (~> 1.1.0) - gherkin (2.11.5) - json (>= 1.4.6) - gist (3.1.1) + gherkin (~> 2.11) + nokogiri (~> 1.5) + rake + rufus-lru (~> 1.0) + treetop (~> 1.4) + yajl-ruby (~> 1.1) + gherkin (2.12.2) + multi_json (~> 1.3) highline (1.6.13) httparty (0.10.2) multi_json (~> 1.0) multi_xml (>= 0.5.2) ipaddress (0.8.0) json (1.6.1) - method_source (0.7.1) mime-types (1.19) + mini_portile2 (2.6.1) minitest (4.6.0) minitest-chef-handler (0.6.7) chef @@ -75,7 +72,9 @@ GEM net-ssh-multi (1.1) net-ssh (>= 2.1.4) net-ssh-gateway (>= 0.99.0) - nokogiri (1.5.6) + nokogiri (1.12.4) + mini_portile2 (~> 2.6.1) + racc (~> 1.4) ohai (6.14.0) ipaddress mixlib-cli @@ -83,12 +82,8 @@ GEM mixlib-log systemu yajl-ruby - polyglot (0.3.3) - pry (0.9.8.4) - coderay (~> 1.0.5) - method_source (~> 0.7.1) - slop (>= 2.4.4, < 3) - rak (1.4) + polyglot (0.3.5) + racc (1.5.2) rake (0.9.2.2) rest-client (1.6.7) mime-types (>= 1.16) @@ -100,13 +95,13 @@ GEM rspec-expectations (2.11.3) diff-lcs (~> 1.1.3) rspec-mocks (2.11.3) - slop (2.4.4) + rufus-lru (1.1.0) systemu (2.5.2) - treetop (1.4.10) + treetop (1.4.15) polyglot polyglot (>= 0.3.1) uuidtools (2.1.3) - yajl-ruby (1.1.0) + yajl-ruby (1.4.1) PLATFORMS ruby @@ -115,5 +110,8 @@ DEPENDENCIES chef (~> 10.12.0) chefspec (~> 0.9.0) fauxhai (~> 0.1.1) - foodcritic (~> 1.7.0) + foodcritic (~> 4.0.0) rake (~> 0.9.2.2) + +BUNDLED WITH + 2.1.4