We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6eef8 commit 4f07733Copy full SHA for 4f07733
java/ql/test/query-tests/security/CWE-079/semmle/tests/WebsocketXss.java
@@ -14,7 +14,7 @@
14
// HttpClient client = HttpClient.newBuilder().build();
15
// CompletableFuture<WebSocket> ws = client.newWebSocketBuilder()
16
// .buildAsync(URI.create("ws://websocket.example.com"), null);
17
-// ws.get().sendText(message, false);
+// ws.get().sendText(message, false);
18
// } catch (Exception e) {
19
// // TODO: handle exception
20
// }
@@ -24,4 +24,4 @@
24
// };
25
26
27
-// }
+// }
0 commit comments