Skip to content

Commit ea17b85

Browse files
committed
Swift: Explain ExternalRemoteFlowSource.
1 parent 651b73e commit ea17b85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

swift/ql/lib/codeql/swift/dataflow/FlowSources.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ abstract class RemoteFlowSource extends Node {
1111
abstract string getSourceType();
1212
}
1313

14+
/**
15+
* A data flow source of remote user input that is defined through 'models as data'.
16+
*/
1417
private class ExternalRemoteFlowSource extends RemoteFlowSource {
1518
ExternalRemoteFlowSource() { sourceNode(this, "remote") }
1619

0 commit comments

Comments
 (0)