Skip to content

Commit

Permalink
FindSecBugs
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Jan 6, 2020
1 parent b779630 commit c238b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/remoting/Engine.java
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ public void run() {
}
}

@SuppressFBWarnings(value = "REC_CATCH_EXCEPTION", justification = "checked exceptions were a mistake to begin with")
@SuppressFBWarnings(value = {"REC_CATCH_EXCEPTION", "URLCONNECTION_SSRF_FD"}, justification = "checked exceptions were a mistake to begin with; connecting to Jenkins from agent")
private void runWebSocket() {
try {
while (true) {
Expand Down

0 comments on commit c238b7c

Please sign in to comment.