tlsfuzzer/tlsfuzzer

View on GitHub
3rd-party-scripts/SimpleHTTPSServer.java

Summary

Maintainability
A
1 hr
Test Coverage

Method main has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static void main(String[] args) {

        try {
            // setup the socket address
            InetSocketAddress address = new InetSocketAddress(4433);
Severity: Minor
Found in 3rd-party-scripts/SimpleHTTPSServer.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status