Skip to content

Commit 9f36175

Browse files
committed
Land rapid7#6725, allows msu_finder to the use patch_finder gem
2 parents a2a522b + bc48ebd commit 9f36175

File tree

4 files changed

+67
-1366
lines changed

4 files changed

+67
-1366
lines changed

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ PATH
2121
octokit
2222
openssl-ccm (= 1.2.1)
2323
packetfu (= 1.1.11)
24+
patch_finder (>= 1.0.2)
2425
pcaprub
2526
pg (>= 0.11)
2627
railties
@@ -157,6 +158,7 @@ GEM
157158
packetfu (1.1.11)
158159
network_interface (~> 0.0)
159160
pcaprub (~> 0.12)
161+
patch_finder (1.0.2)
160162
pcaprub (0.12.1)
161163
pg (0.18.4)
162164
pg_array_parser (0.0.9)

metasploit-framework.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ Gem::Specification.new do |spec|
9292
# Needed for documentation generation
9393
spec.add_runtime_dependency 'octokit'
9494
spec.add_runtime_dependency 'redcarpet'
95+
# Needed for Microsoft patch finding tool (msu_finder)
96+
spec.add_runtime_dependency 'patch_finder', '>= 1.0.2'
9597

9698
# rb-readline doesn't work with Ruby Installer due to error with Fiddle:
9799
# NoMethodError undefined method `dlopen' for Fiddle:Module

0 commit comments

Comments
 (0)