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 a67bd4d commit 53fa91fCopy full SHA for 53fa91f
swift/ql/lib/codeql/swift/frameworks/StandardLibrary/CustomUrlSchemes.qll
@@ -3,6 +3,10 @@ private import codeql.swift.dataflow.DataFlow
3
private import codeql.swift.dataflow.ExternalFlow
4
private import codeql.swift.dataflow.FlowSources
5
6
+/**
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 =
0 commit comments