Home / Vulnerability Database / Objective-C : Missing invalidation
Objective-C
Objective-C : Missing invalidation
Classification
OWASP Mobile Top 10 2016
Overview
If a class contains a method annotated with objc_instance_variable_invalidator, all the “ivalidatable” (object of a class which contains invalidation method) instance variables of this class should be invalidated, i.e. set to nil or an invalidation method should be called on them.
References
MEDIUM
DerScanner Severity Score
Do you want to fix Objective-C : Missing invalidation in your application?
See also
Objective-C
Objective-C : Internal information leak
Objective-C
Objective-C : Weak hashing algorithm
Objective-C
