Module Stored
Provides classes representing sources of stored data.
Import path
import semmle.code.csharp.security.dataflow.flowsources.Stored
Imports
csharp |
The default C# QL library. |
Classes
DbDataReaderMethodStoredFlowSource |
An expression that accesses a method of |
DbDataReaderPropertyStoredFlowSource |
An expression that accesses a property of |
DbDataReaderStoredFlowSource |
An expression that has a type of |
DbRawSqlStoredFlowSource |
An expression that has a type of |
FileStreamStoredFlowSource |
A file stream source is considered a stored flow source. |
ORMMappedProperty |
A read of a mapped property. |
StoredFlowSource |
A data flow source of stored user input. |