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

Module Local

Provides classes representing sources of local input.

Import path

import semmle.code.csharp.security.dataflow.flowsources.Local

Imports

csharp

The default C# QL library.

Classes

CommandLineArgumentSource

A dataflow source that represents the access of a command line argument.

EnvironmentVariableSource

A dataflow source that represents the access of an environment variable.

LocalFlowSource

A data flow source of local data.

LocalUserInputSource

A data flow source of local user input.

StdinSource

A dataflow source that represents the reading from stdin.

TextFieldSource

The text of a TextBox.

WindowsRegistrySource

A data flow source that represents the access of a value from the Windows registry.