Re: [opensource-dev] Client-side scripting in Snowglobe

2010-02-18 Thread Frisby, Adam
ilto:margaret.le...@gmail.com] On > Behalf Of Maggie Leber (sl: Maggie Darwin) > Sent: Thursday, 18 February 2010 6:35 AM > To: Frisby, Adam > Cc: Argent Stonecutter; Morgaine; opensource-dev@lists.secondlife.com > Subject: Re: [opensource-dev] Client-side scripting in Snowglobe > > On

Re: [opensource-dev] Client-side scripting in Snowglobe

2010-02-18 Thread Frisby, Adam
Look into Code Access Security (CAS) in .NET - it is a pretty damn tough security sandbox; every operation that can be called in the default libraries is security rated; everything outside that is weighted based on: - What it declares itself - What functions in the Standard Library it calls (can