Skip to content

Commit e6baf66

Browse files
committed
Swift: Delete TODOs (moved to issues).
1 parent 4af9727 commit e6baf66

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ private class CustomUrlRemoteFlowSource extends SourceModelCsv {
1919
";UIApplicationDelegate;true;application(_:open:options:);;;Parameter[1];remote",
2020
";UIApplicationDelegate;true;application(_:handleOpen:);;;Parameter[1];remote",
2121
";UIApplicationDelegate;true;application(_:open:sourceApplication:annotation:);;;Parameter[1];remote",
22-
// TODO 1: The actual source is the value of `UIApplication.LaunchOptionsKey.url` in the launchOptions dictionary.
23-
// Use dictionary value contents when available.
24-
// ";UIApplicationDelegate;true;application(_:didFinishLaunchingWithOptions:);;;Parameter[1].MapValue;remote",
25-
// ";UIApplicationDelegate;true;application(_:willFinishLaunchingWithOptions:);;;Parameter[1].MapValue;remote"
2622
";UISceneDelegate;true;scene(_:continue:);;;Parameter[1];remote",
2723
";UISceneDelegate;true;scene(_:didUpdate:);;;Parameter[1];remote",
2824
";UISceneDelegate;true;scene(_:openURLContexts:);;;Parameter[1];remote",
@@ -36,7 +32,6 @@ private class CustomUrlRemoteFlowSource extends SourceModelCsv {
3632
* `UIApplicationDelegate.application(_:didFinishLaunchingWithOptions:)` or
3733
* `UIApplicationDelegate.application(_:willFinishLaunchingWithOptions:)`.
3834
*/
39-
// This is a temporary workaround until the TODO 1 above is addressed.
4035
private class UrlLaunchOptionsRemoteFlowSource extends RemoteFlowSource {
4136
UrlLaunchOptionsRemoteFlowSource() {
4237
exists(ApplicationWithLaunchOptionsFunc f, SubscriptExpr e |

0 commit comments

Comments
 (0)