File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
spec/lib/msf/ui/command_dispatcher Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
tzinfo
23
23
metasploit-framework-db (4.10.1.pre.dev )
24
24
activerecord (< 4.0.0 )
25
- metasploit-credential (~> 0.13.0 )
25
+ metasploit-credential (~> 0.13.3 )
26
26
metasploit-framework (= 4.10.1.pre.dev )
27
27
metasploit_data_models (~> 0.21.1 )
28
28
pg (>= 0.11 )
112
112
metasploit-concern (0.3.0 )
113
113
activesupport (~> 3.0 , >= 3.0.0 )
114
114
railties (< 4.0.0 )
115
- metasploit-credential (0.13.2 )
115
+ metasploit-credential (0.13.3 )
116
116
metasploit-concern (~> 0.3.0 )
117
117
metasploit-model (~> 0.28.0 )
118
118
metasploit_data_models (~> 0.21.0 )
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
31
31
32
32
spec . add_runtime_dependency 'activerecord' , rails_version_constraint
33
33
# Metasploit::Credential database models
34
- spec . add_runtime_dependency 'metasploit-credential' , '~> 0.13.0 '
34
+ spec . add_runtime_dependency 'metasploit-credential' , '~> 0.13.3 '
35
35
# Database models shared between framework and Pro.
36
36
spec . add_runtime_dependency 'metasploit_data_models' , '~> 0.21.1'
37
37
# depend on metasploit-framewrok as the optional gems are useless with the actual code
Original file line number Diff line number Diff line change 25
25
context "when a core already exists" do
26
26
before ( :each ) do
27
27
priv = FactoryGirl . create ( :metasploit_credential_password , data : password )
28
- pub = FactoryGirl . create ( :metasploit_credential_public , username : username )
28
+ pub = FactoryGirl . create ( :metasploit_credential_username , username : username )
29
29
core = FactoryGirl . create ( :metasploit_credential_core ,
30
30
origin : FactoryGirl . create ( :metasploit_credential_origin_import ) ,
31
31
private : priv ,
You can’t perform that action at this time.
0 commit comments