rapid7/metasploit-credential

View on GitHub
lib/metasploit/credential/migrator.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method convert_creds_in_workspace has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def convert_creds_in_workspace(workspace)
    workspace.creds.each do |cred|
      service = cred.service
      begin
        core = create_credential(
Severity: Minor
Found in lib/metasploit/credential/migrator.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status