Home / Vulnerability Database / Objective-C : Null value in collection
Objective-C
Objective-C : Null value in collection
Classification
OWASP Mobile Top 10 2016
Overview
Collection element may not have a value of nil.
In Cocoa and Cocoa Touch a collections are used for storing and managing groups of objects. Their primary role is to store objects in the form of arrays, dictionaries, and sets. All collection classes cannot contain the value nil except NSPointerArray.
MEDIUM
DerScanner Severity Score
Do you want to fix Objective-C : Null value in collection in your application?
See also
Objective-C
Objective-C : Internal information leak
Objective-C
Objective-C : Weak hashing algorithm
Objective-C
