Module Html
Provides classes representing HTML data flow sinks.
Import path
import semmle.code.csharp.security.dataflow.flowsinks.HtmlImports
| csharp | The default C# QL library. |
Classes
| AspNetCoreHtmlSink | An ASP.NET Core HTML sink. |
| AttributeCollectionSink | DEPRECATED: Attribute collections are no longer considered HTML sinks. |
| HtmlSink | A sink where the value of the expression may be rendered as HTML, without implicit HTML encoding. |
| HtmlString | An expression passed to the constructor of an |
| HtmlTextWriterSink | An expression that is used as an argument to an HTML sink method on |
| MicrosoftAspNetCoreMvcHtmlHelperRawSink | An expression that is used as an argument to |
| MicrosoftAspNetHtmlStringSink |
|
| MicrosoftAspNetRazorPageWriteLiteralSink | An expression that is used as an argument to |
| SetAttributeSink | An expression that is used as the second argument |
| SystemWebMvcHtmlHelperRawSink | An expression that is used as an argument to |
| SystemWebSetterHtmlSink | An expression that is used as an argument to an HTML sink setter, on a class within the |
| ToHtmlString | An expression that is returned from a |
| WebPageWriteLiteralSink | An expression that is used as an argument to |
| WebPageWriteLiteralToSink | An expression that is used as an argument to |