Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3a2b5ce

Browse files
authoredDec 9, 2024··
Land #19621, Remove a test that should be working now
Land #19621, Remove a test that should be working now
2 parents 610c8fa + 83fcc32 commit 3a2b5ce

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed
 

‎Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ PATH
4242
metasploit-concern
4343
metasploit-credential
4444
metasploit-model
45-
metasploit-payloads (= 2.0.187)
45+
metasploit-payloads (= 2.0.189)
4646
metasploit_data_models
4747
metasploit_payloads-mettle (= 1.0.35)
4848
mqtt
@@ -300,7 +300,7 @@ GEM
300300
activemodel (~> 7.0)
301301
activesupport (~> 7.0)
302302
railties (~> 7.0)
303-
metasploit-payloads (2.0.187)
303+
metasploit-payloads (2.0.189)
304304
metasploit_data_models (6.0.5)
305305
activerecord (~> 7.0)
306306
activesupport (~> 7.0)

‎LICENSE_GEMS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ metasploit-concern, 5.0.3, "New BSD"
9090
metasploit-credential, 6.0.11, "New BSD"
9191
metasploit-framework, 6.4.40, "New BSD"
9292
metasploit-model, 5.0.2, "New BSD"
93-
metasploit-payloads, 2.0.187, "3-clause (or ""modified"") BSD"
93+
metasploit-payloads, 2.0.189, "3-clause (or ""modified"") BSD"
9494
metasploit_data_models, 6.0.5, "New BSD"
9595
metasploit_payloads-mettle, 1.0.35, "3-clause (or ""modified"") BSD"
9696
method_source, 1.1.0, MIT

‎metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Gem::Specification.new do |spec|
7474
# are needed when there's no database
7575
spec.add_runtime_dependency 'metasploit-model'
7676
# Needed for Meterpreter
77-
spec.add_runtime_dependency 'metasploit-payloads', '2.0.187'
77+
spec.add_runtime_dependency 'metasploit-payloads', '2.0.189'
7878
# Needed for the next-generation POSIX Meterpreter
7979
spec.add_runtime_dependency 'metasploit_payloads-mettle', '1.0.35'
8080
# Needed by msfgui and other rpc components

‎spec/support/acceptance/session/java.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,7 @@ module Acceptance::Session
117117
known_failures: []
118118
},
119119
windows: {
120-
known_failures: [
121-
"[-] [should delete a symbolic link target] failed to create the symbolic link"
122-
]
120+
known_failures: []
123121
}
124122
}
125123
},

0 commit comments

Comments
 (0)
Please sign in to comment.