Skip to content

Commit 4e2d6c0

Browse files
committed
C#: Add missing QL doc
1 parent 08fbd1d commit 4e2d6c0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

csharp/ql/src/semmle/code/csharp/security/dataflow/flowsinks/Email.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import csharp
44
private import Remote
55
private import semmle.code.csharp.frameworks.system.net.Mail
66

7+
/** Provides sinks for emails. */
78
module Email {
89
/** A data flow sink for sending email. */
910
abstract class Sink extends DataFlow::ExprNode, RemoteFlowSink { }

csharp/ql/src/semmle/code/csharp/security/dataflow/flowsinks/Html.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ class WebPageWriteLiteralToSink extends HtmlSink {
172172
}
173173
}
174174

175+
/** An ASP.NET Core HTML sink. */
175176
abstract class AspNetCoreHtmlSink extends HtmlSink { }
176177

177178
/**

0 commit comments

Comments
 (0)