CodeQL library for C#
codeql/csharp-all 0.9.2-dev (changelog, source)
Search

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 System.Guid.

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.