Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for Swift
codeql/swift-all 4.3.0 (changelog, source)

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.