Skip to content

Commit 53fa91f

Browse files
committed
Swift: Add comment.
1 parent a67bd4d commit 53fa91f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

swift/ql/lib/codeql/swift/frameworks/StandardLibrary/CustomUrlSchemes.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ private import codeql.swift.dataflow.DataFlow
33
private import codeql.swift.dataflow.ExternalFlow
44
private import codeql.swift.dataflow.FlowSources
55

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+
*/
610
private class CustomUrlRemoteFlowSource extends SourceModelCsv {
711
override predicate row(string row) {
812
row =

0 commit comments

Comments
 (0)