mozilla/ssh_scan

View on GitHub
lib/ssh_scan/protocol.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class KeyExchangeInit has 29 methods (exceeds 20 allowed). Consider refactoring.
Open

  class KeyExchangeInit < BinData::Record
    endian :big
    uint32 :packet_length
    uint8 :padding_length, :initial_value => 4
    uint8 :message_code, :initial_value => 20
Severity: Minor
Found in lib/ssh_scan/protocol.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status