Test Action #3
Annotations
3 errors
[Vorpal] testdata/samples/BindToAll.java#L10:
testdata/samples/BindToAll.java#L10
Avoid binding to '0.0.0.0', It is recommended to bind the resources on a specific interface and not to '0.0.0.0' (Vorpal-1079, High)
|
[Vorpal] testdata/samples/BindToAll.java#L14:
testdata/samples/BindToAll.java#L14
Insecure Exception Handling, Consider either not printing stack trace details or at least using printStackTrace with arguments when the output of the stack trace is controlled (Vorpal-1003, High)
|
[Vorpal] testdata/samples/ConnectionTimeout.java#L12:
testdata/samples/ConnectionTimeout.java#L12
Connection without timeout, Consider explicitly setting timeout to the connection (Vorpal-1010, High)
|