Home / Vulnerability Database / Objective-C : Direct ivar assignment
Objective-C

Objective-C : Direct ivar assignment

Classification

OWASP Mobile Top 10 2016

Overview

Instance variable backing a property should not be assigned directly. Setter should be used instead.

References

MEDIUM

DerScanner Severity Score

Do you want to fix Objective-C : Direct ivar assignment in your application?

See also

Objective-C

Objective-C : Internal information leak

Objective-C

Objective-C : Weak hashing algorithm

Objective-C

Objective-C : Unsafe reflection