Module Sanitizers
Provides classes for identifying expressions that might be sanitized.
Import path
import semmle.code.csharp.security.Sanitizers
Imports
csharp | The default C# QL library. |
Classes
GuidSanitizedExpr | An expression node with type |
HtmlSanitizedExpr | An expression that should be treated as Html encoded. |
SimpleTypeSanitizedExpr | An expression node with a simple type. |
UrlSanitizedExpr | An expression that should be treated as URL encoded. |