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

[auth-swift] Fix runtime warnings detected by Xcode 15 b3 #11518

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

paulb777
Copy link
Member

@paulb777 paulb777 commented Jul 7, 2023

Fix warnings like Attempted to decode a collection type 'NSString' (subclass of 'NSObject') for key 'NS.keys'. 'NSString' requires its subclasses to be explicitly added to the allowed classes list but it is not present. Allowing this has been a source of security issues that are shown in Xcode 15 beta 3

Also, added a few missing iOS 13 availability checks.

#no-changelog

@paulb777 paulb777 merged commit a1a24cf into auth-swift Jul 10, 2023
18 checks passed
@paulb777 paulb777 deleted the pb-decoder-warning-fixes branch July 10, 2023 16:17
@firebase firebase locked and limited conversation to collaborators Aug 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants