We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10323ac commit 89098f5Copy full SHA for 89098f5
cpp/ql/src/Security/CWE/CWE-311/CleartextTransmission.ql
@@ -23,7 +23,7 @@ import DataFlow::PathGraph
23
abstract class NetworkSendRecv extends FunctionCall {
24
/**
25
* Gets the expression for the socket or similar object used for sending or
26
- * receiving data.
+ * receiving data (if any).
27
*/
28
abstract Expr getSocketExpr();
29
0 commit comments