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

Use of unsafe deserialization protocol NSCoding #733

Open
MichaelWellsSM opened this issue Sep 11, 2024 · 0 comments
Open

Use of unsafe deserialization protocol NSCoding #733

MichaelWellsSM opened this issue Sep 11, 2024 · 0 comments

Comments

@MichaelWellsSM
Copy link

This is a serious violation of which many enterprise companies are now aware of; and request the use of alternative libraries if not fixed...

Issue
https://cwe.mitre.org/data/definitions/502.html

Effected files:
Screenshot 2024-09-11 at 11 45 01 AM

If these can be updated to use NSSecureCoding asap

Example:
self.path = [decoder decodeObjectForKey:@"path"]; For self.path = [decoder decodeObjectOfClass:NSString.self forKey:@"path"];

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

No branches or pull requests

1 participant