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 3d025ea commit a67bd4dCopy full SHA for a67bd4d
swift/ql/lib/codeql/swift/frameworks/StandardLibrary/CustomUrlSchemes.qll
@@ -3,7 +3,7 @@ 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 {
+private class CustomUrlRemoteFlowSource extends SourceModelCsv {
7
override predicate row(string row) {
8
row =
9
[
0 commit comments