From aa4ef5ae25172c03dbd924f75379f24dae663fc1 Mon Sep 17 00:00:00 2001 From: Metasploit Date: Thu, 5 May 2022 14:47:15 -0500 Subject: [PATCH 1/3] Weekly dependency updates for Gemfile.lock --- Gemfile.lock | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e562d74c42..3a02bb3543 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,25 +97,25 @@ GEM remote: https://rubygems.org/ specs: Ascii85 (1.1.0) - actionpack (6.1.5) - actionview (= 6.1.5) - activesupport (= 6.1.5) + actionpack (6.1.5.1) + actionview (= 6.1.5.1) + activesupport (= 6.1.5.1) rack (~> 2.0, >= 2.0.9) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (6.1.5) - activesupport (= 6.1.5) + actionview (6.1.5.1) + activesupport (= 6.1.5.1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activemodel (6.1.5) - activesupport (= 6.1.5) - activerecord (6.1.5) - activemodel (= 6.1.5) - activesupport (= 6.1.5) - activesupport (6.1.5) + activemodel (6.1.5.1) + activesupport (= 6.1.5.1) + activerecord (6.1.5.1) + activemodel (= 6.1.5.1) + activesupport (= 6.1.5.1) + activesupport (6.1.5.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -128,13 +128,13 @@ GEM activerecord (>= 3.1.0, < 8) ast (2.4.2) aws-eventstream (1.2.0) - aws-partitions (1.581.0) + aws-partitions (1.584.0) aws-sdk-core (3.130.2) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.525.0) aws-sigv4 (~> 1.1) jmespath (~> 1.0) - aws-sdk-ec2 (1.309.0) + aws-sdk-ec2 (1.310.0) aws-sdk-core (~> 3, >= 3.127.0) aws-sigv4 (~> 1.1) aws-sdk-iam (1.68.0) @@ -143,7 +143,7 @@ GEM aws-sdk-kms (1.56.0) aws-sdk-core (~> 3, >= 3.127.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.113.2) + aws-sdk-s3 (1.114.0) aws-sdk-core (~> 3, >= 3.127.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.4) @@ -241,7 +241,7 @@ GEM logging (2.3.0) little-plugger (~> 1.1) multi_json (~> 1.14) - loofah (2.16.0) + loofah (2.17.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) memory_profiler (1.0.0) @@ -297,7 +297,7 @@ GEM network_interface (0.0.2) nexpose (7.3.0) nio4r (2.5.8) - nokogiri (1.13.4) + nokogiri (1.13.5) mini_portile2 (~> 2.8.0) racc (~> 1.4) nori (2.6.0) @@ -341,9 +341,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.4.2) loofah (~> 2.3) - railties (6.1.5) - actionpack (= 6.1.5) - activesupport (= 6.1.5) + railties (6.1.5.1) + actionpack (= 6.1.5.1) + activesupport (= 6.1.5.1) method_source rake (>= 12.2) thor (~> 1.0) @@ -353,7 +353,7 @@ GEM recog (2.3.23) nokogiri redcarpet (3.5.1) - regexp_parser (2.3.0) + regexp_parser (2.3.1) reline (0.2.5) io-console (~> 0.5) rex-arch (0.1.14) @@ -394,7 +394,7 @@ GEM metasm rex-core rex-text - rex-socket (0.1.35) + rex-socket (0.1.38) rex-core rex-sslscan (0.1.7) rex-core @@ -418,7 +418,7 @@ GEM rspec-mocks (3.11.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.11.0) - rspec-rails (5.1.1) + rspec-rails (5.1.2) actionpack (>= 5.2) activesupport (>= 5.2) railties (>= 5.2) @@ -429,7 +429,7 @@ GEM rspec-rerun (1.1.0) rspec (~> 3.0) rspec-support (3.11.0) - rubocop (1.28.1) + rubocop (1.28.2) parallel (~> 1.10) parser (>= 3.1.0.0) rainbow (>= 2.2.2, < 4.0) @@ -445,7 +445,7 @@ GEM ruby-progressbar (1.11.0) ruby-rc4 (0.1.5) ruby2_keywords (0.0.5) - ruby_smb (3.1.1) + ruby_smb (3.1.2) bindata openssl-ccm openssl-cmac From e3558c939eb7d1fbe9da8a684c238610c2dc7961 Mon Sep 17 00:00:00 2001 From: Grant Willcox Date: Mon, 9 May 2022 14:49:18 -0500 Subject: [PATCH 2/3] Update Gemfile.lock to pull in latest changes to rex-socket to fix a typo issue noticed during weekly security review --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3a02bb3543..d1a0efbf00 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -394,7 +394,7 @@ GEM metasm rex-core rex-text - rex-socket (0.1.38) + rex-socket (0.1.40) rex-core rex-sslscan (0.1.7) rex-core From 25511a21565ce227d01b99b5de0f3a9bf7842719 Mon Sep 17 00:00:00 2001 From: Grant Willcox Date: Mon, 9 May 2022 14:52:49 -0500 Subject: [PATCH 3/3] Woops wrong version number, let me fix that --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d1a0efbf00..71ef36a978 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -394,7 +394,7 @@ GEM metasm rex-core rex-text - rex-socket (0.1.40) + rex-socket (0.1.39) rex-core rex-sslscan (0.1.7) rex-core