Skip to content

Commit 4f07733

Browse files
author
Porcupiney Hairs
committed
remove U+200B
1 parent 3f6eef8 commit 4f07733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/test/query-tests/security/CWE-079/semmle/tests/WebsocketXss.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// HttpClient client = HttpClient.newBuilder().build();
1515
// CompletableFuture<WebSocket> ws = client.newWebSocketBuilder()
1616
// .buildAsync(URI.create("ws://websocket.example.com"), null);
17-
// ws.get().sendText(message, false);
17+
// ws.get().sendText(message, false);
1818
// } catch (Exception e) {
1919
// // TODO: handle exception
2020
// }
@@ -24,4 +24,4 @@
2424
// };
2525

2626
// }
27-
// }
27+
// }

0 commit comments

Comments
 (0)