Module Stored
Provides classes representing sources of stored data.
Import path
import semmle.code.csharp.security.dataflow.flowsources.StoredImports
| csharp | The default C# QL library. |
Classes
| DatabaseInputSource | A node with input from a database. |
| DbDataReaderMethodStoredFlowSource | An expression that accesses a method of |
| DbDataReaderParameterStoredFlowSource | An expression that has a type of |
| DbDataReaderPropertyStoredFlowSource | An expression that accesses a property of |
| DbRawSqlStoredFlowSource | An expression that has a type of |
| FileStreamStoredFlowSource | A file stream source is considered a stored flow source. |
| ORMMappedProperty | DEPRECATED: Use |
| StoredFlowSource | A data flow source of stored user input. |