I recently had our new Security Architect review Ice, as I had proposed it for certain scenarios in our Architecture Blueprint.
He seems to have just one concern, and that is about protection of object ids (he calls them session ids, based on his past experience with servlets). Mainly, the concern is about hijacking someone else's object by somehow guessing or intercepting (internal attack) the object id.
I could not really answer his concerns other than stating that Ice has utilities to auto-create GUID-type object ids, if the programmer uses them. As to how to avoid internal attacks I could not answer him.

Reply With Quote
