rapid7/metasploit-framework

View on GitHub
lib/rex/proto/kerberos/crypto/block_cipher_base.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method gss_wrap has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

          def gss_wrap(plaintext, key, sequence_number, is_initiator, opts={})
Severity: Minor
Found in lib/rex/proto/kerberos/crypto/block_cipher_base.rb - About 35 mins to fix

    Method gss_unwrap has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

              def gss_unwrap(ciphertext, key, expected_sequence_number, is_initiator, opts={})
    Severity: Minor
    Found in lib/rex/proto/kerberos/crypto/block_cipher_base.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status