Skip to content

Migrate FCM codebase to new NSKeyedUnarchiver APIs. #14457

New issue

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

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

Already on GitHub? # to your account

Merged
merged 2 commits into from
Feb 18, 2025
Merged

Conversation

leojaygoogle
Copy link
Contributor

unarchiveObjectWithData is deprecated. Move the codebase to use the new and more secure NSKeyedUnarchiver APIs.

This PR only modifies the API used; it does not affect behavior.

This is expected to fix #14424.

unarchiveObjectWithData is deprecated. Move the codebase to use the new new more secure NSKeyedUnarchiver APIs.

This is expected to fix #14424
@leojaygoogle leojaygoogle marked this pull request as ready for review February 14, 2025 22:36
@leojaygoogle leojaygoogle merged commit 68c6d9c into main Feb 18, 2025
57 checks passed
@leojaygoogle leojaygoogle deleted the keyed_unarchiver branch February 18, 2025 22:40
@firebase firebase locked and limited conversation to collaborators Mar 21, 2025
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use of Unsafe Serialization API Exposes App to Remote Code Execution
3 participants