mongodb/mongo-ruby-driver

View on GitHub
lib/mongo/auth/scram_conversation_base.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class ScramConversationBase has 26 methods (exceeds 20 allowed). Consider refactoring.
Open

    class ScramConversationBase < SaslConversationBase

      # The minimum iteration count for SCRAM-SHA-1 and SCRAM-SHA-256.
      MIN_ITER_COUNT = 4096

Severity: Minor
Found in lib/mongo/auth/scram_conversation_base.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status