Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove responds(to aSelector: Selector!) method in url session delegate and user notification center delegate proxies #174

Conversation

sergiothinks2
Copy link
Contributor

url session delegate and user notification center delegate proxies contain a method override func responds(to aSelector: Selector!) -> Bool which we have seen cause certain customers to run into crashes in similar file WKNavigationDelegateProxy.swift. Removing override func responds(to aSelector: Selector!) -> Bool safe guards against this crash

@sergiothinks2 sergiothinks2 requested a review from a team as a code owner February 5, 2025 16:17
Copy link

github-actions bot commented Feb 5, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Files

Copy link

github-actions bot commented Feb 5, 2025

Warnings
⚠️ No CHANGELOG entry added.
⚠️ No tests added / modified.

Generated by 🚫 Danger Swift against 3d1b344

@ArielDemarco ArielDemarco merged commit 987d07b into main Feb 5, 2025
6 of 7 checks passed
@ArielDemarco ArielDemarco deleted the EMBR-6532-remove-responds-to-aselector-selector-method-in-url-session-delegate-and-user-notification-center-delegate-proxies branch February 5, 2025 17:06
@sergiothinks2 sergiothinks2 requested a review from a team February 5, 2025 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants