We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651b73e commit ea17b85Copy full SHA for ea17b85
swift/ql/lib/codeql/swift/dataflow/FlowSources.qll
@@ -11,6 +11,9 @@ abstract class RemoteFlowSource extends Node {
11
abstract string getSourceType();
12
}
13
14
+/**
15
+ * A data flow source of remote user input that is defined through 'models as data'.
16
+ */
17
private class ExternalRemoteFlowSource extends RemoteFlowSource {
18
ExternalRemoteFlowSource() { sourceNode(this, "remote") }
19
0 commit comments