File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
lib/codeql/swift/frameworks/StandardLibrary
test/library-tests/dataflow/flowsources Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ private class ApllicationWithLaunchOptionsFunc extends FuncDecl {
48
48
49
49
private class LaunchOptionsUrlVarDecl extends VarDecl {
50
50
LaunchOptionsUrlVarDecl ( ) {
51
- this .getEnclosingDecl ( ) .( StructDecl ) .getName ( ) = "UIApplication.LaunchOptionsKey" and
51
+ this .getEnclosingDecl ( ) .( StructDecl ) .getFullName ( ) = "UIApplication.LaunchOptionsKey" and
52
52
this .getName ( ) = "url"
53
53
}
54
54
}
Original file line number Diff line number Diff line change 1
- | customurlschemes.swift:17:44:17:54 | url | external |
2
- | customurlschemes.swift:20:52:20:68 | url | external |
3
- | customurlschemes.swift:23:52:23:62 | url | external |
1
+ | customurlschemes.swift:23:44:23:54 | url | external |
2
+ | customurlschemes.swift:27:52:27:68 | url | external |
3
+ | customurlschemes.swift:31:52:31:62 | url | external |
4
+ | customurlschemes.swift:36:9:36:28 | ...[...] | Remote URL in UIApplicationDelegate.application.launchOptions |
5
+ | customurlschemes.swift:41:9:41:28 | ...[...] | Remote URL in UIApplicationDelegate.application.launchOptions |
4
6
| string.swift:27:21:27:21 | call to init(contentsOf:) | external |
5
7
| string.swift:27:21:27:44 | call to init(contentsOf:) | external |
6
8
| url.swift:53:15:53:19 | .resourceBytes | external |
You can’t perform that action at this time.
0 commit comments