C#: Add missing QL doc

This commit is contained in:
Tom Hvitved
2020-04-03 12:45:56 +02:00
parent 08fbd1d2ad
commit 4e2d6c0250
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import csharp
private import Remote
private import semmle.code.csharp.frameworks.system.net.Mail
/** Provides sinks for emails. */
module Email {
/** A data flow sink for sending email. */
abstract class Sink extends DataFlow::ExprNode, RemoteFlowSink { }

View File

@@ -172,6 +172,7 @@ class WebPageWriteLiteralToSink extends HtmlSink {
}
}
/** An ASP.NET Core HTML sink. */
abstract class AspNetCoreHtmlSink extends HtmlSink { }
/**