Skip to content

Commit 1ee88e1

Browse files
authored
Merge pull request #20651 from adfoster-r7/pin-rexml-to-avoid-winrm-warnings
Pin rexml to avoid winrm warnings
2 parents 7303e78 + 8d35eb9 commit 1ee88e1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ PATH
9696
rex-struct2
9797
rex-text
9898
rex-zip
99+
rexml (= 3.4.1)
99100
rinda
100101
ruby-macho
101102
ruby-mysql
@@ -529,7 +530,7 @@ GEM
529530
bigdecimal
530531
rex-zip (0.1.6)
531532
rex-text
532-
rexml (3.4.4)
533+
rexml (3.4.1)
533534
rinda (0.2.0)
534535
drb
535536
forwardable

metasploit-framework.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ Gem::Specification.new do |spec|
157157
spec.add_runtime_dependency 'net-smtp'
158158
spec.add_runtime_dependency 'net-sftp'
159159
spec.add_runtime_dependency 'winrm'
160+
# Pinned to avoid WinRM warnings: https://github.com/WinRb/WinRM/issues/355 - if bumping verify windows/winrm/winrm_script_exec works against metasploitable with vagrant/vagrant creds
161+
spec.add_runtime_dependency 'rexml', '3.4.1'
160162
spec.add_runtime_dependency 'ffi', '< 1.17.0'
161163

162164
#

0 commit comments

Comments
 (0)