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:

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

If these can be updated to use NSSecureCoding asap
Example:
self.path = [decoder decodeObjectForKey:@"path"]; For self.path = [decoder decodeObjectOfClass:NSString.self forKey:@"path"];