File tree Expand file tree Collapse file tree
spec/lib/msf/ui/command_dispatcher Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 tzinfo
2323 metasploit-framework-db (4.10.1.pre.dev )
2424 activerecord (< 4.0.0 )
25- metasploit-credential (~> 0.13.0 )
25+ metasploit-credential (~> 0.13.3 )
2626 metasploit-framework (= 4.10.1.pre.dev )
2727 metasploit_data_models (~> 0.21.1 )
2828 pg (>= 0.11 )
112112 metasploit-concern (0.3.0 )
113113 activesupport (~> 3.0 , >= 3.0.0 )
114114 railties (< 4.0.0 )
115- metasploit-credential (0.13.2 )
115+ metasploit-credential (0.13.3 )
116116 metasploit-concern (~> 0.3.0 )
117117 metasploit-model (~> 0.28.0 )
118118 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|
3131
3232 spec . add_runtime_dependency 'activerecord' , rails_version_constraint
3333 # Metasploit::Credential database models
34- spec . add_runtime_dependency 'metasploit-credential' , '~> 0.13.0 '
34+ spec . add_runtime_dependency 'metasploit-credential' , '~> 0.13.3 '
3535 # Database models shared between framework and Pro.
3636 spec . add_runtime_dependency 'metasploit_data_models' , '~> 0.21.1'
3737 # depend on metasploit-framewrok as the optional gems are useless with the actual code
Original file line number Diff line number Diff line change 2525 context "when a core already exists" do
2626 before ( :each ) do
2727 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 )
2929 core = FactoryGirl . create ( :metasploit_credential_core ,
3030 origin : FactoryGirl . create ( :metasploit_credential_origin_import ) ,
3131 private : priv ,
You can’t perform that action at this time.
0 commit comments