Skip to content

Commit 3c278c2

Browse files
David Maloneybturner-r7
authored andcommitted
Fix shell session record creation
use latest mdm version to fix issue with creation of Mdm::Session objects for non-meterpreter sessions. [Story #49893835]
1 parent 34085e4 commit 3c278c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :db do
1515
# Needed for Msf::DbManager
1616
gem 'activerecord'
1717
# Database models shared between framework and Pro.
18-
gem 'metasploit_data_models', '~> 0.12.0'
18+
gem 'metasploit_data_models', '~> 0.12.1'
1919
# Needed for module caching in Mdm::ModuleDetails
2020
gem 'pg', '>= 0.11'
2121
end

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ GEM
2323
i18n (0.6.1)
2424
json (1.7.7)
2525
metaclass (0.0.1)
26-
metasploit_data_models (0.12.0)
26+
metasploit_data_models (0.12.1)
2727
activerecord (>= 3.2.13)
2828
activesupport
2929
pg
@@ -65,7 +65,7 @@ DEPENDENCIES
6565
database_cleaner
6666
factory_girl (>= 4.1.0)
6767
json
68-
metasploit_data_models (~> 0.12.0)
68+
metasploit_data_models (~> 0.12.1)
6969
msgpack
7070
nokogiri
7171
pcaprub

0 commit comments

Comments
 (0)