Home / Vulnerability Database / Objective-C : Use of copy attribute for a mutable property
Objective-C
Objective-C : Use of copy attribute for a mutable property
Overview
Property of mutable type has copy attribute; an immutable object will be stored instead. This may indicate an error.
References
MEDIUM
DerScanner Severity Score
Do you want to fix Objective-C : Use of copy attribute for a mutable property in your application?
See also
Objective-C
Objective-C : Internal information leak
Objective-C
Objective-C : Weak hashing algorithm
Objective-C
