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

Module FlowSources

Provides classes representing various flow sources for taint tracking.

Import path

import semmle.code.csharp.security.dataflow.flowsources.FlowSources

Imports

Local

Provides classes representing sources of local input.

Remote

Provides classes representing data flow sources for remote user input.

Stored

Provides classes representing sources of stored data.

Classes

ActiveThreatModelSource

A data flow source that is enabled in the current threat model configuration.

ApiSourceNode

A data flow source node for an API, which should be considered supported from a modeling perspective.

SourceNode

A data flow source.

Aliases

ThreatModelFlowSource

DEPRECATED: Use ActiveThreatModelSource instead.