connectbot/sshlib

View on GitHub
src/main/java/com/trilead/ssh2/crypto/dh/DhGroupExchange.java

Summary

Maintainability
A
50 mins
Test Coverage
B
89%

Method calculateH has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public byte[] calculateH(String hashAlgo, byte[] clientversion, byte[] serverversion,
            byte[] clientKexPayload, byte[] serverKexPayload, byte[] hostKey, DHGexParameters para)
Severity: Major
Found in src/main/java/com/trilead/ssh2/crypto/dh/DhGroupExchange.java - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status