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

Migrate FCM codebase to new NSKeyedUnarchiver APIs. #14457

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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