Skip to content

Test Action

Test Action #3

Triggered via pull request September 6, 2024 10:58
Status Success
Total duration 16s
Artifacts

vorpal_reviewdog.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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)