Skip to content

Commit 35de45e

Browse files
committed
Bump version of framework to 6.4.66
1 parent c5a5488 commit 35de45e

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (6.4.65)
4+
metasploit-framework (6.4.66)
55
aarch64
66
abbrev
77
actionpack (~> 7.1.0)

LICENSE_GEMS

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ afm, 0.2.2, MIT
1212
allure-rspec, 2.26.0, "Apache 2.0"
1313
allure-ruby-commons, 2.26.0, "Apache 2.0"
1414
arel-helpers, 2.16.0, MIT
15-
ast, 2.4.2, MIT
15+
ast, 2.4.3, MIT
1616
aws-eventstream, 1.3.2, "Apache 2.0"
1717
aws-partitions, 1.1065.0, "Apache 2.0"
1818
aws-sdk-core, 3.220.1, "Apache 2.0"
@@ -83,18 +83,19 @@ irb, 1.7.4, "ruby, Simplified BSD"
8383
jmespath, 1.6.2, "Apache 2.0"
8484
jsobfu, 0.4.2, "New BSD"
8585
json, 2.10.2, ruby
86-
language_server-protocol, 3.17.0.4, MIT
86+
language_server-protocol, 3.17.0.5, MIT
87+
lint_roller, 1.1.0, MIT
8788
little-plugger, 1.1.4, MIT
8889
logger, 1.6.6, "ruby, Simplified BSD"
8990
logging, 2.4.0, MIT
9091
loofah, 2.24.0, MIT
9192
memory_profiler, 1.1.0, MIT
9293
metasm, 1.0.5, LGPL-2.1
9394
metasploit-concern, 5.0.4, "New BSD"
94-
metasploit-credential, 6.0.14, "New BSD"
95-
metasploit-framework, 6.4.65, "New BSD"
95+
metasploit-credential, 6.0.16, "New BSD"
96+
metasploit-framework, 6.4.66, "New BSD"
9697
metasploit-model, 5.0.3, "New BSD"
97-
metasploit-payloads, 2.0.189, "3-clause (or ""modified"") BSD"
98+
metasploit-payloads, 2.0.191, "3-clause (or ""modified"") BSD"
9899
metasploit_data_models, 6.0.9, "New BSD"
99100
metasploit_payloads-mettle, 1.0.35, "3-clause (or ""modified"") BSD"
100101
method_source, 1.1.0, MIT
@@ -125,12 +126,13 @@ openssl-cmac, 2.0.2, MIT
125126
openvas-omp, 0.0.4, MIT
126127
ostruct, 0.6.1, "ruby, Simplified BSD"
127128
packetfu, 2.0.0, "New BSD"
128-
parallel, 1.26.3, MIT
129-
parser, 3.3.7.1, MIT
129+
parallel, 1.27.0, MIT
130+
parser, 3.3.8.0, MIT
130131
patch_finder, 1.0.2, "New BSD"
131132
pcaprub, 0.13.3, LGPL-2.1
132133
pdf-reader, 2.14.1, MIT
133134
pg, 1.5.9, "Simplified BSD"
135+
prism, 1.4.0, MIT
134136
pry, 0.14.2, MIT
135137
pry-byebug, 3.10.1, MIT
136138
public_suffix, 6.0.1, MIT
@@ -181,8 +183,8 @@ rspec-mocks, 3.13.2, MIT
181183
rspec-rails, 7.1.1, MIT
182184
rspec-rerun, 1.1.0, MIT
183185
rspec-support, 3.13.2, MIT
184-
rubocop, 1.67.0, MIT
185-
rubocop-ast, 1.38.1, MIT
186+
rubocop, 1.75.6, MIT
187+
rubocop-ast, 1.44.1, MIT
186188
ruby-macho, 4.1.0, MIT
187189
ruby-mysql, 4.2.0, MIT
188190
ruby-prof, 1.7.1, "Simplified BSD"
@@ -211,7 +213,8 @@ timeout, 0.4.3, "ruby, Simplified BSD"
211213
ttfunk, 1.8.0, "Nonstandard, GPL-2.0-only, GPL-3.0-only"
212214
tzinfo, 2.0.6, MIT
213215
tzinfo-data, 1.2025.1, MIT
214-
unicode-display_width, 2.6.0, MIT
216+
unicode-display_width, 3.1.4, MIT
217+
unicode-emoji, 4.0.4, MIT
215218
unix-crypt, 1.3.1, 0BSD
216219
warden, 1.2.9, MIT
217220
webrick, 1.9.1, "ruby, Simplified BSD"

lib/metasploit/framework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def self.get_hash
3232
end
3333
end
3434

35-
VERSION = "6.4.65"
35+
VERSION = "6.4.66"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)