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.
2 parents 3d025ea + 53fa91f commit 1e8b4bdCopy full SHA for 1e8b4bd
swift/ql/lib/codeql/swift/frameworks/StandardLibrary/CustomUrlSchemes.qll
@@ -3,7 +3,11 @@ private import codeql.swift.dataflow.DataFlow
3
private import codeql.swift.dataflow.ExternalFlow
4
private import codeql.swift.dataflow.FlowSources
5
6
-private class UrlRemoteFlowSource extends SourceModelCsv {
+/**
7
+ * A model for custom URL remote flow sources. iOS apps can receive arbitrary
8
+ * URLs from other apps in these functions if they register a custom URL scheme.
9
+ */
10
+private class CustomUrlRemoteFlowSource extends SourceModelCsv {
11
override predicate row(string row) {
12
row =
13
[
0 commit comments