CodeQL library for Swift
codeql/swift-all 6.2.3 (changelog, source)
Search

Module FlowSources

Provides classes representing various flow sources for taint tracking.

Import path

import codeql.swift.dataflow.FlowSources

Classes

FlowSource

A data flow source of user input, whether local or remote.

LocalFlowSource

A data flow source of local user input, that is, user input from the same device as the code is running on.

RemoteFlowSource

A data flow source of remote user input. In this context, ‘remote’ means either across a network or from another application that is not trusted.