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 {
2626// This is a temporary workaround until the TODO above is addressed.
2727private class UrlLaunchOptionsRemoteFlowSource extends RemoteFlowSource {
2828 UrlLaunchOptionsRemoteFlowSource ( ) {
29- exists ( ApllicationWithLaunchOptionsFunc f , SubscriptExpr e |
29+ exists ( ApplicationWithLaunchOptionsFunc f , SubscriptExpr e |
3030 DataFlow:: localExprFlow ( f .getParam ( 1 ) .getAnAccess ( ) , e .getBase ( ) ) and
3131 e .getAnArgument ( ) .getExpr ( ) .( MemberRefExpr ) .getMember ( ) instanceof LaunchOptionsUrlVarDecl and
3232 this .asExpr ( ) = e
@@ -38,8 +38,8 @@ private class UrlLaunchOptionsRemoteFlowSource extends RemoteFlowSource {
3838 }
3939}
4040
41- private class ApllicationWithLaunchOptionsFunc extends FuncDecl {
42- ApllicationWithLaunchOptionsFunc ( ) {
41+ private class ApplicationWithLaunchOptionsFunc extends FuncDecl {
42+ ApplicationWithLaunchOptionsFunc ( ) {
4343 this .getName ( ) = "application(_:" + [ "did" , "will" ] + "FinishLaunchingWithOptions:)" and
4444 this .getEnclosingDecl ( ) .( ClassOrStructDecl ) .getABaseTypeDecl * ( ) .( ProtocolDecl ) .getName ( ) =
4545 "UIApplicationDelegate"
You can’t perform that action at this time.
0 commit comments