rapid7/metasploit-framework

View on GitHub
modules/exploits/windows/browser/java_basicservice_impl.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Method on_request_uri has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def on_request_uri( cli, request )
    jpath = get_uri(cli)

    case request.uri
    when /java.security.policy/
Severity: Minor
Found in modules/exploits/windows/browser/java_basicservice_impl.rb - About 1 hr to fix

    Method initialize has 42 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      def initialize( info = {} )
    
        super( update_info( info,
          'Name'          => 'Sun Java Web Start BasicServiceImpl Code Execution',
          'Description'   => %q{
    Severity: Minor
    Found in modules/exploits/windows/browser/java_basicservice_impl.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status