Open
Description
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
If these can be updated to use NSSecureCoding asap
Example:
self.path = [decoder decodeObjectForKey:@"path"]; For self.path = [decoder decodeObjectOfClass:NSString.self forKey:@"path"];
Metadata
Metadata
Assignees
Labels
No labels