Module Local
Provides classes representing sources of local input.
Import path
import semmle.code.csharp.security.dataflow.flowsources.LocalImports
| 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 |
| WindowsRegistrySource | A data flow source that represents the access of a value from the Windows registry. |