rapid7/metasploit-framework

View on GitHub
lib/rex/parser/ip360_xml.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method tag_start has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def tag_start(name, attributes)
    case name
    when "host"
      @host['hid'] = attributes['persistent_id']
    when "ip"
Severity: Minor
Found in lib/rex/parser/ip360_xml.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status