CodeQL library for C#
codeql/csharp-all 1.0.5-dev (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

DatabaseInputSource

A node with input from a database.

DbDataReaderMethodStoredFlowSource

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

DbDataReaderParameterStoredFlowSource

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

DbDataReaderPropertyStoredFlowSource

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

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

DEPRECATED: Use EntityFramework::StoredFlowSource and NHibernate::StoredFlowSource instead.

StoredFlowSource

A data flow source of stored user input.