Skip to content

Commit 89098f5

Browse files
committed
C++: Correct comment.
1 parent 10323ac commit 89098f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Security/CWE/CWE-311/CleartextTransmission.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import DataFlow::PathGraph
2323
abstract class NetworkSendRecv extends FunctionCall {
2424
/**
2525
* Gets the expression for the socket or similar object used for sending or
26-
* receiving data.
26+
* receiving data (if any).
2727
*/
2828
abstract Expr getSocketExpr();
2929

0 commit comments

Comments
 (0)