File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
swift/ql/lib/codeql/swift/frameworks/StandardLibrary Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ private class UrlRemoteFlowSource extends SourceModelCsv {
26
26
// This is a temporary workaround until the TODO above is addressed.
27
27
private class UrlLaunchOptionsRemoteFlowSource extends RemoteFlowSource {
28
28
UrlLaunchOptionsRemoteFlowSource ( ) {
29
- exists ( ApllicationWithLaunchOptionsFunc f , SubscriptExpr e |
29
+ exists ( ApplicationWithLaunchOptionsFunc f , SubscriptExpr e |
30
30
DataFlow:: localExprFlow ( f .getParam ( 1 ) .getAnAccess ( ) , e .getBase ( ) ) and
31
31
e .getAnArgument ( ) .getExpr ( ) .( MemberRefExpr ) .getMember ( ) instanceof LaunchOptionsUrlVarDecl and
32
32
this .asExpr ( ) = e
@@ -38,8 +38,8 @@ private class UrlLaunchOptionsRemoteFlowSource extends RemoteFlowSource {
38
38
}
39
39
}
40
40
41
- private class ApllicationWithLaunchOptionsFunc extends FuncDecl {
42
- ApllicationWithLaunchOptionsFunc ( ) {
41
+ private class ApplicationWithLaunchOptionsFunc extends FuncDecl {
42
+ ApplicationWithLaunchOptionsFunc ( ) {
43
43
this .getName ( ) = "application(_:" + [ "did" , "will" ] + "FinishLaunchingWithOptions:)" and
44
44
this .getEnclosingDecl ( ) .( ClassOrStructDecl ) .getABaseTypeDecl * ( ) .( ProtocolDecl ) .getName ( ) =
45
45
"UIApplicationDelegate"
You can’t perform that action at this time.
0 commit comments