What is the security risk of object reflection?
Posted
by Legend
on Stack Overflow
See other posts from Stack Overflow
or by Legend
Published on 2010-06-09T03:22:11Z
Indexed on
2010/06/09
3:32 UTC
Read the original article
Hit count: 144
So after a few hours of workaround the limitation of Reflection being currently disabled on the Google App Engine, I was wondering if someone could help me understand why object reflection can be a threat. Is it because I can inspect the private variables of a class or are there any other deeper reasons?
© Stack Overflow or respective owner