mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
Update to metasploit_data_models 0.13.0
[#49617323] 0.13.0 adds validator for format of Mdm::WebVuln#params.
This commit is contained in:
parent
6457a968c9
commit
724f934f46
2
Gemfile
2
Gemfile
@ -15,7 +15,7 @@ group :db do
|
||||
# Needed for Msf::DbManager
|
||||
gem 'activerecord'
|
||||
# Database models shared between framework and Pro.
|
||||
gem 'metasploit_data_models', '~> 0.12.0'
|
||||
gem 'metasploit_data_models', '~> 0.13.0'
|
||||
# Needed for module caching in Mdm::ModuleDetails
|
||||
gem 'pg', '>= 0.11'
|
||||
end
|
||||
|
@ -23,7 +23,7 @@ GEM
|
||||
i18n (0.6.1)
|
||||
json (1.7.7)
|
||||
metaclass (0.0.1)
|
||||
metasploit_data_models (0.12.0)
|
||||
metasploit_data_models (0.13.0)
|
||||
activerecord (>= 3.2.13)
|
||||
activesupport
|
||||
pg
|
||||
@ -65,7 +65,7 @@ DEPENDENCIES
|
||||
database_cleaner
|
||||
factory_girl (>= 4.1.0)
|
||||
json
|
||||
metasploit_data_models (~> 0.12.0)
|
||||
metasploit_data_models (~> 0.13.0)
|
||||
msgpack
|
||||
nokogiri
|
||||
pcaprub
|
||||
|
Loading…
Reference in New Issue
Block a user