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

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 DbDataReader or a sub-class.

DbDataReaderPropertyStoredFlowSource

An expression that accesses a property of DbDataReader or a sub-class.

DbDataReaderStoredFlowSource

An expression that has a type of DbDataReader or a sub-class, representing the result of a data command.

DbRawSqlStoredFlowSource

An expression that has a type of DbRawSqlQuery, representing the result of an Entity Framework SqlQuery.

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.