Module FlowSources
Provides classes representing various flow sources for taint tracking.
Import path
import semmle.code.csharp.security.dataflow.flowsources.FlowSourcesImports
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 |